summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-28Darn, $$ needs to be $$$$ when using loop_ruleLuke Shumaker
2014-12-28fix typo (ttv should have been ttf)Luke Shumaker
2014-12-28$board_$keymap_$romtype.rom: missing dep on grub_$keymap_$romtype_test.cfgLuke Shumaker
2014-12-28move the rule for coreboot .config from build.mk to buildrom-withgrub.mkLuke Shumaker
2014-12-28small fixesLuke Shumaker
2014-12-28refactorLuke Shumaker
2014-12-27Simplify and fix the 'flash' scriptsLuke Shumaker
- Instead of having multiple if/elif/fi blocks that all run nearly the same thing, use variables - Use consistent indent/formatting - Use the correct program name in the "Usage:" text - Fix a couple if blocks that were missing 'fi' - Fix a couple of invalid variable assignments ("$var = value" should be "var=value") I haven't actually tested these, but then with the last 2 items, they weren't working anyway.
2014-11-28docs/git/index.html: update info about coreboot-libre configsFrancis Rowe
2014-11-28coreboot-libre config (all boards): enable USB dongle log outputFrancis Rowe
For EHCI debugging on the BeagleBone Black
2014-11-28docs/security/t60_security.html: fix stupid languageFrancis Rowe
2014-11-28docs/install/t60_unbrick.html: fix stupid languageFrancis Rowe
2014-11-28docs/hardware/t60_heatsink.html: fix stupid languageFrancis Rowe
2014-11-28docs/hardware/x60_heatsink.html: fix stupid languageFrancis Rowe
2014-11-28x60flashrom5: fix description and remove useless commentsFrancis Rowe
2014-11-28powertop.trisquel7: remove useless commentFrancis Rowe
2014-11-28powertop.trisquel6: remove useless comment and fix pathFrancis Rowe
2014-11-28macbook21_firstflash: fix typoFrancis Rowe
2014-11-28getseabios: fix typo, path and remove obsolete commentsFrancis Rowe
2014-11-28getmt86: remove obsolete commentsFrancis Rowe
2014-11-28getmt86: fix path and remove obsolete commentFrancis Rowe
2014-11-28getgrubinvaders: remove useless comments, fix typos and pathFrancis Rowe
2014-11-28getcb: remove obsolete comments and echo commandsFrancis Rowe
2014-11-28getcb: fix grammar and remove useless commentFrancis Rowe
2014-11-28getall: remove useless commandsFrancis Rowe
2014-11-28getall: update description and remove obsolete commentsFrancis Rowe
2014-11-28flash: add commentsFrancis Rowe
2014-11-28deps-trisquel: fix typo, remove obsolete commentsFrancis Rowe
2014-11-28builddeps-seabios: fix typo, path and remove obsolete commentsFrancis Rowe
2014-11-28builddeps-memtest86: fix path and remove obsolete commentsFrancis Rowe
2014-11-28builddeps: remove obsolete commentsFrancis Rowe
2014-11-28cleandeps: fix pathsFrancis Rowe
2014-11-28cleandeps: actually clean grubinvadersFrancis Rowe
2014-11-28.gitignore: add powertop directoryFrancis Rowe
This directory is created when the user runs powertop.trisquel6, and it is not intended to be part of libreboot git.
2014-11-28builddeps-i945pwm: remove obsolete commentsFrancis Rowe
2014-11-28cleandeps: clean i945-pwm utilityFrancis Rowe
2014-11-28builddeps-grubinvaders: fix typoFrancis Rowe
2014-11-28builddeps-grubinvaders: fix typosFrancis Rowe
2014-11-28builddeps-grub: fix pathFrancis Rowe
2014-11-28builddeps-grub: remove obsolete commentsFrancis Rowe
2014-11-28builddeps-flashrom: fix typoFrancis Rowe
2014-11-28builddeps-coreboot and cleandeps: improve commentingFrancis Rowe
2014-11-28builddeps-coreboot: improve the commentingFrancis Rowe
2014-11-28builddeps-coreboot: remove obsolete commentFrancis Rowe
2014-11-28build: fix bug: images for i945 ROM's were not dd'dFrancis Rowe
For X60/X60T/T60 An optimization was made earlier to reduce the number of steps taken but it was found that the ROM images did not contain identical data in the top two 64K regions of the image. This would have bricked the users machine if the followed the correct instructions, even. This patch fixed the issue.
2014-11-28Documentation: general cleanup.Francis Rowe
TODO's deleted from docs/release.html (no longer valid) or moved to docs/future/index.html. Description of libreboot slightly modified. (distinguish the coreboot part of libreboot as coreboot-libre.
2014-11-27builddeps-flashrom: remove unnecessary commandFrancis Rowe
2014-11-27builddeps-flashrom: add commentsFrancis Rowe
2014-11-26builddeps-flashrom: reduce build commands to a single for loopFrancis Rowe
2014-11-26builddeps-flashrom: remove unnecessary commandsFrancis Rowe
2014-11-26scripts (all): replace unnecessary rm -rf with rm -fFrancis Rowe