Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-28 | configure.ac: woops, I wrote WGET instead of wget one time. | Luke Shumaker | |
2014-12-28 | Convert the SeaBIOS script | Luke Shumaker | |
2014-12-28 | oops, GRUB_MKFONT wasn't set | Luke Shumaker | |
2014-12-28 | Make timestamp files for builddeps rules to avoid extra work | Luke Shumaker | |
2014-12-28 | Darn, $$ needs to be $$$$ when using loop_rule | Luke Shumaker | |
2014-12-28 | fix typo (ttv should have been ttf) | Luke Shumaker | |
2014-12-28 | $board_$keymap_$romtype.rom: missing dep on grub_$keymap_$romtype_test.cfg | Luke Shumaker | |
2014-12-28 | move the rule for coreboot .config from build.mk to buildrom-withgrub.mk | Luke Shumaker | |
2014-12-28 | small fixes | Luke Shumaker | |
2014-12-28 | refactor | Luke Shumaker | |
2014-12-27 | Simplify and fix the 'flash' scripts | Luke 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-28 | docs/git/index.html: update info about coreboot-libre configs | Francis Rowe | |
2014-11-28 | coreboot-libre config (all boards): enable USB dongle log output | Francis Rowe | |
For EHCI debugging on the BeagleBone Black | |||
2014-11-28 | docs/security/t60_security.html: fix stupid language | Francis Rowe | |
2014-11-28 | docs/install/t60_unbrick.html: fix stupid language | Francis Rowe | |
2014-11-28 | docs/hardware/t60_heatsink.html: fix stupid language | Francis Rowe | |
2014-11-28 | docs/hardware/x60_heatsink.html: fix stupid language | Francis Rowe | |
2014-11-28 | x60flashrom5: fix description and remove useless comments | Francis Rowe | |
2014-11-28 | powertop.trisquel7: remove useless comment | Francis Rowe | |
2014-11-28 | powertop.trisquel6: remove useless comment and fix path | Francis Rowe | |
2014-11-28 | macbook21_firstflash: fix typo | Francis Rowe | |
2014-11-28 | getseabios: fix typo, path and remove obsolete comments | Francis Rowe | |
2014-11-28 | getmt86: remove obsolete comments | Francis Rowe | |
2014-11-28 | getmt86: fix path and remove obsolete comment | Francis Rowe | |
2014-11-28 | getgrubinvaders: remove useless comments, fix typos and path | Francis Rowe | |
2014-11-28 | getcb: remove obsolete comments and echo commands | Francis Rowe | |
2014-11-28 | getcb: fix grammar and remove useless comment | Francis Rowe | |
2014-11-28 | getall: remove useless commands | Francis Rowe | |
2014-11-28 | getall: update description and remove obsolete comments | Francis Rowe | |
2014-11-28 | flash: add comments | Francis Rowe | |
2014-11-28 | deps-trisquel: fix typo, remove obsolete comments | Francis Rowe | |
2014-11-28 | builddeps-seabios: fix typo, path and remove obsolete comments | Francis Rowe | |
2014-11-28 | builddeps-memtest86: fix path and remove obsolete comments | Francis Rowe | |
2014-11-28 | builddeps: remove obsolete comments | Francis Rowe | |
2014-11-28 | cleandeps: fix paths | Francis Rowe | |
2014-11-28 | cleandeps: actually clean grubinvaders | Francis Rowe | |
2014-11-28 | .gitignore: add powertop directory | Francis Rowe | |
This directory is created when the user runs powertop.trisquel6, and it is not intended to be part of libreboot git. | |||
2014-11-28 | builddeps-i945pwm: remove obsolete comments | Francis Rowe | |
2014-11-28 | cleandeps: clean i945-pwm utility | Francis Rowe | |
2014-11-28 | builddeps-grubinvaders: fix typo | Francis Rowe | |
2014-11-28 | builddeps-grubinvaders: fix typos | Francis Rowe | |
2014-11-28 | builddeps-grub: fix path | Francis Rowe | |
2014-11-28 | builddeps-grub: remove obsolete comments | Francis Rowe | |
2014-11-28 | builddeps-flashrom: fix typo | Francis Rowe | |
2014-11-28 | builddeps-coreboot and cleandeps: improve commenting | Francis Rowe | |
2014-11-28 | builddeps-coreboot: improve the commenting | Francis Rowe | |
2014-11-28 | builddeps-coreboot: remove obsolete comment | Francis Rowe | |
2014-11-28 | build: fix bug: images for i945 ROM's were not dd'd | Francis 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-28 | Documentation: 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-27 | builddeps-flashrom: remove unnecessary command | Francis Rowe | |