summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk."Francis Rowe2014-11-2110-255/+75
| | | | This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7.
* buildrom-withgrub: Only include 1 keymap file in GRUB memdisk.Francis Rowe2014-11-2110-75/+255
| | | | | | | | | | | | | This is to reduce the size of the image. To accomplish this, the payload in each coreboot configuration was set to 'None', after which the buildrom-withgrub script was modified to build a new grub.elf for each image. This is fast, since building the grub.elf only takes less than a second. The alternative was to build a new coreboot ROM per keymap, which would have been slow. Other files were also modified along with this, check the diff to see everything.
* scripts (error handling): Replace exit with exit 1Francis Rowe2014-11-207-13/+13
| | | | | This is so that scripts using these in the future can more easily debug if errors occur.
* docs/release.html: Add info about new cb commit (for next update).Francis Rowe2014-11-201-0/+4
|
* Move CBFS files to GRUB memdisk, except grub.cfg and grubtest.cfgFrancis Rowe2014-11-206-112/+49
| | | | | | | | | | | Set the GRUB configs to use (memdisk) instead of (cbfsdisk) for these files. This reduces the space used in CBFS because coreboot compresses it's payloads with LZMA by default. Most users will only want to use cbfstool to modify the grub.cfg or grubtest.cfg.
* Revert "docs/release.html Move vortex86ex back to critical tasks"Francis Rowe2014-11-171-3/+3
| | | | | | | This reverts commit 11b5bb1158f61fd3e9653ae1b8e2f083ce99f81d. Distribution for i586-only CPU's is limited now, and there will be a very limited number of users for this machine. Putting it in the low priority list, this time permanently.
* docs/release.html Move vortex86ex back to critical tasksFrancis Rowe2014-11-161-3/+3
|
* Move vortex86ex notes out of libreboot.Francis Rowe2014-11-161-8/+3
| | | | Move candidate to non-critical list of tasks.
* fix mistake in last commitFrancis Rowe2014-11-161-8/+8
|
* Fix typos in last commitFrancis Rowe2014-11-161-2/+2
|
* docs/release.html Add new candidate vortex86ex machinesFrancis Rowe2014-11-161-0/+8
| | | | | | These are embedded systems, some of which coreboot supports. It looks like they might be able to run without blobs, and they are still available at the time of writing.
* docs/release.html Add ThinkPad X201 to list of candidates.Francis Rowe2014-11-161-1/+4
|
* docs/release.html Put new candidates under critical tasksFrancis Rowe2014-11-151-10/+10
| | | | Add link to notes about the X200
* docs/security/t60_security.html add linkFrancis Rowe2014-11-142-0/+6
| | | | docs/security/x60_security.html: add link
* docs/security/x60_security: add linkFrancis Rowe2014-11-142-0/+2
| | | | | | docs/security/t60_security: add link Thanks to sgsit on the libreboot IRC channel
* docs/security/t60_security.html Shorten descriptionFrancis Rowe2014-11-102-36/+4
| | | | docs/security/x60_security.html Shorten description
* docs/gnulinux/encrypted_trisquel.html Remove conclusion sectionFrancis Rowe2014-11-091-8/+0
| | | | It's useless. Get rid of it.
* docs/gnulinux/encrypted_trisquel.html Remove update instructionsFrancis Rowe2014-11-091-9/+0
| | | | | | | While updating is a good practise when installing a new distro, it is completely irrelevant for this tutorial. This tutorial is using the net install method which installs the latest updates automatically, anyway.
* docs/gnulinux/grub_cbfs.html Fix typoFrancis Rowe2014-11-091-1/+1
|
* lenovobios_secondflash: Warn if BUCTS is not present.Francis Rowe2014-11-091-2/+7
|
* lenovobios_firstflash: Fail if BUCTS fails.Francis Rowe2014-11-091-1/+7
| | | | Attempt to protect against bricking the machine.
* flashing scripts: Remove obnoxious warnings.Francis Rowe2014-11-094-22/+6
| | | | | | | | | These are already mentioned in the documentation. They should not show in the output of these scripts. Scripts: flash, lenovobios_firstflash, lenovobios_secondflash, macbook21_firstflash
* docs/release.html: Remove TODOFrancis Rowe2014-11-091-4/+0
|
* Error checkingFrancis Rowe2014-11-0934-0/+76
| | | | | | | | | | Add set -e -u -v to all scripts. flash, lenovobios_firstflash, lenovobios_secondflash and macbook21_firstflash only have -v set because these are expected to have errors powertop.trisquel6 has nothing added.
* docs/release.html: Add information about merged commits (coreboot)Francis Rowe2014-11-091-2/+2
|
* Docs: encrypted_trisquel.html Use sane vg/lv names.Francis Rowe2014-11-091-9/+9
|
* docs/install/index.html: fix mistake in previous commitFrancis Rowe2014-11-091-1/+1
|
* docs/install/index.html: update ROM image listFrancis Rowe2014-11-091-17/+17
| | | | Make boardname italic, not underlined (so that underscore is seen)
* docs/install/index.html: update list of ROM images.Francis Rowe2014-11-091-16/+21
|
* buildrom-withgrub: rename image to boardname_layout_romtype.romFrancis Rowe2014-11-091-17/+17
| | | | | Example: x60t_ukdvorak_vesafb.rom Example: t60_frdvbepo_txtmode.rom
* buildrom-withgrub: surround board variable with quotesFrancis Rowe2014-11-091-6/+6
|
* buildrom-withgrub: don't move cbfstool, execute directlyFrancis Rowe2014-11-091-14/+8
|
* Fix typo in documentation for last commitFrancis Rowe2014-11-091-1/+1
|
* grub-assemble: add French Dvorak (BEPO) keyboard layout.Francis Rowe2014-11-093-0/+144
|
* Documentation: add docs/hardware/x60_keyboard.htmlFrancis Rowe2014-11-087-0/+50
| | | | How to replace keyboard on X60/X60s/X60T
* docs/index.html: Add separationFrancis Rowe2014-11-051-0/+2
|
* docs/index.html: grammarFrancis Rowe2014-11-051-1/+1
|
* Documentation: *major* cleanup.Francis Rowe2014-11-05213-2220/+2372
| | | | Cleanup was long overdue. Old structure was messy and inefficient.
* encrypted_parabola.html: Further clarification of purpose.Francis Rowe2014-11-042-4/+28
| | | | encrypted_trisquel.html: Further clarification of purpose.
* docs/release.html: Remove Acer CB5 from list of future candidates.Francis Rowe2014-11-041-4/+0
| | | | | Too many issues. Chromebooks are crippled (soldered RAM/storage/wifi) and have too many usability issues for the libreboot project.
* docs: index.html#build Link to index.html#build_metaFrancis Rowe2014-11-041-0/+3
| | | | For those users who downloaded libreboot from the git repository.
* docs: release.html Add link to installation and build instructionsFrancis Rowe2014-11-041-0/+5
|
* docs: grub_cbfs.html Fix typoFrancis Rowe2014-11-031-2/+2
|
* docs: grub_cbfs.html Small fixFrancis Rowe2014-11-031-1/+1
|
* docs: grub_cbfs.html Major cleanup. Usability improvements.Francis Rowe2014-11-031-176/+309
|
* docs: encrypted_trisquel.html Clarify when to secure-eraseFrancis Rowe2014-11-031-0/+2
| | | | | If the user is wiping a LUKS-encrypted drive, they really only need to wipe the LUKS header.
* docs: encrypted_trisquel.html Move postfix section to correct placeFrancis Rowe2014-11-031-6/+6
|
* docs: encrypted_trisquel.html Ease of use improvementsFrancis Rowe2014-11-031-31/+9
| | | | | Advise the user to select a desktop during install. Other small changes.
* docs: encrypted_trisquel.html Remove obsolete information.Francis Rowe2014-11-031-7/+0
|
* Docs: encrypted_trisquel.html Fix typo.Francis Rowe2014-11-031-2/+2
| | | | Remove entries from GRUB boot instructions that prevent booting.