summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-29refactor (again): new download script, separate architectures, modulesLuke Shumaker
2014-12-28build flashrom by default, fix flashromLuke Shumaker
2014-12-28configure.ac: woops, I wrote WGET instead of wget one time.Luke Shumaker
2014-12-28Convert the SeaBIOS scriptLuke Shumaker
2014-12-28oops, GRUB_MKFONT wasn't setLuke Shumaker
2014-12-28Make timestamp files for builddeps rules to avoid extra workLuke Shumaker
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.