summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-22build: Only generate the GRUB configurations onceFrancis Rowe
Should speed up the build process a little bit.
2014-11-22build: Fix typoFrancis Rowe
2014-11-22Only build 2 GRUB payload executables, re-use on all boards.Francis Rowe
This should speed up the build process a bit.
2014-11-22Revert "buildrom-withgrub: It is now possible to use standalone."Francis Rowe
This reverts commit 5a8ea556881dca34aefe2d8709c6576e488276f0.
2014-11-22buildrom-withgrub: Remove unnecessary if conditionFrancis Rowe
2014-11-22buildrom-withgrub: It is now possible to use standalone.Francis Rowe
Remove comment contradicting this.
2014-11-22resources/utilities/grub-assemble/gen.txtmode.sh: Use GNU BASHFrancis Rowe
resources/utilities/grub-assemble/gen.vesafb.sh: Use GNU BASH
2014-11-22build and buildrom-withgrub: Only dd twice for each i945 target.Francis Rowe
This is done before creating the copies, so all images are dd'd. Buliding should take less time now.
2014-11-22resources/utilities/grub-assemble/gen.txtmode.sh Remove pwd cmdFrancis Rowe
2014-11-21Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk."Francis Rowe
This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7.
2014-11-21buildrom-withgrub: Only include 1 keymap file in GRUB memdisk.Francis Rowe
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.
2014-11-21scripts (error handling): Replace exit with exit 1Francis Rowe
This is so that scripts using these in the future can more easily debug if errors occur.
2014-11-21docs/release.html: Add info about new cb commit (for next update).Francis Rowe
2014-11-21Move CBFS files to GRUB memdisk, except grub.cfg and grubtest.cfgFrancis Rowe
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.
2014-11-17Revert "docs/release.html Move vortex86ex back to critical tasks"Francis Rowe
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.
2014-11-17docs/release.html Move vortex86ex back to critical tasksFrancis Rowe
2014-11-17Move vortex86ex notes out of libreboot.Francis Rowe
Move candidate to non-critical list of tasks.
2014-11-16fix mistake in last commitFrancis Rowe
2014-11-16Fix typos in last commitFrancis Rowe
2014-11-16docs/release.html Add new candidate vortex86ex machinesFrancis Rowe
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.
2014-11-16docs/release.html Add ThinkPad X201 to list of candidates.Francis Rowe
2014-11-15docs/release.html Put new candidates under critical tasksFrancis Rowe
Add link to notes about the X200
2014-11-15docs/security/t60_security.html add linkFrancis Rowe
docs/security/x60_security.html: add link
2014-11-15docs/security/x60_security: add linkFrancis Rowe
docs/security/t60_security: add link Thanks to sgsit on the libreboot IRC channel
2014-11-11docs/security/t60_security.html Shorten descriptionFrancis Rowe
docs/security/x60_security.html Shorten description
2014-11-10docs/gnulinux/encrypted_trisquel.html Remove conclusion sectionFrancis Rowe
It's useless. Get rid of it.
2014-11-09docs/gnulinux/encrypted_trisquel.html Remove update instructionsFrancis Rowe
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.
2014-11-09docs/gnulinux/grub_cbfs.html Fix typoFrancis Rowe
2014-11-09lenovobios_secondflash: Warn if BUCTS is not present.Francis Rowe
2014-11-09lenovobios_firstflash: Fail if BUCTS fails.Francis Rowe
Attempt to protect against bricking the machine.
2014-11-09flashing scripts: Remove obnoxious warnings.Francis Rowe
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
2014-11-09docs/release.html: Remove TODOFrancis Rowe
2014-11-09Error checkingFrancis Rowe
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.
2014-11-09docs/release.html: Add information about merged commits (coreboot)Francis Rowe
2014-11-09Docs: encrypted_trisquel.html Use sane vg/lv names.Francis Rowe
2014-11-09docs/install/index.html: fix mistake in previous commitFrancis Rowe
2014-11-09docs/install/index.html: update ROM image listFrancis Rowe
Make boardname italic, not underlined (so that underscore is seen)
2014-11-09docs/install/index.html: update list of ROM images.Francis Rowe
2014-11-09buildrom-withgrub: rename image to boardname_layout_romtype.romFrancis Rowe
Example: x60t_ukdvorak_vesafb.rom Example: t60_frdvbepo_txtmode.rom
2014-11-09buildrom-withgrub: surround board variable with quotesFrancis Rowe
2014-11-09buildrom-withgrub: don't move cbfstool, execute directlyFrancis Rowe
2014-11-09Fix typo in documentation for last commitFrancis Rowe
2014-11-09grub-assemble: add French Dvorak (BEPO) keyboard layout.Francis Rowe
2014-11-08Documentation: add docs/hardware/x60_keyboard.htmlFrancis Rowe
How to replace keyboard on X60/X60s/X60T
2014-11-06docs/index.html: Add separationFrancis Rowe
2014-11-06docs/index.html: grammarFrancis Rowe
2014-11-06Documentation: *major* cleanup.Francis Rowe
Cleanup was long overdue. Old structure was messy and inefficient.
2014-11-04encrypted_parabola.html: Further clarification of purpose.Francis Rowe
encrypted_trisquel.html: Further clarification of purpose.
2014-11-04docs/release.html: Remove Acer CB5 from list of future candidates.Francis Rowe
Too many issues. Chromebooks are crippled (soldered RAM/storage/wifi) and have too many usability issues for the libreboot project.
2014-11-04docs: index.html#build Link to index.html#build_metaFrancis Rowe
For those users who downloaded libreboot from the git repository.