summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ThinkPad X200 support added to librebootFrancis Rowe2014-12-1136-102/+5270
|
* docs/git/index.html: update info about coreboot-libre configsFrancis Rowe2014-11-281-0/+4
|
* coreboot-libre config (all boards): enable USB dongle log outputFrancis Rowe2014-11-284-33/+4
| | | | For EHCI debugging on the BeagleBone Black
* docs/security/t60_security.html: fix stupid languageFrancis Rowe2014-11-281-1/+2
|
* docs/install/t60_unbrick.html: fix stupid languageFrancis Rowe2014-11-281-2/+2
|
* docs/hardware/t60_heatsink.html: fix stupid languageFrancis Rowe2014-11-281-2/+2
|
* docs/hardware/x60_heatsink.html: fix stupid languageFrancis Rowe2014-11-281-2/+2
|
* x60flashrom5: fix description and remove useless commentsFrancis Rowe2014-11-281-4/+1
|
* powertop.trisquel7: remove useless commentFrancis Rowe2014-11-281-3/+0
|
* powertop.trisquel6: remove useless comment and fix pathFrancis Rowe2014-11-281-6/+1
|
* macbook21_firstflash: fix typoFrancis Rowe2014-11-281-1/+1
|
* getseabios: fix typo, path and remove obsolete commentsFrancis Rowe2014-11-281-4/+2
|
* getmt86: remove obsolete commentsFrancis Rowe2014-11-281-9/+0
|
* getmt86: fix path and remove obsolete commentFrancis Rowe2014-11-281-3/+1
|
* getgrubinvaders: remove useless comments, fix typos and pathFrancis Rowe2014-11-281-9/+3
|
* getcb: remove obsolete comments and echo commandsFrancis Rowe2014-11-281-12/+7
|
* getcb: fix grammar and remove useless commentFrancis Rowe2014-11-281-3/+1
|
* getall: remove useless commandsFrancis Rowe2014-11-281-4/+0
|
* getall: update description and remove obsolete commentsFrancis Rowe2014-11-281-4/+1
|
* flash: add commentsFrancis Rowe2014-11-281-3/+6
|
* deps-trisquel: fix typo, remove obsolete commentsFrancis Rowe2014-11-281-10/+2
|
* builddeps-seabios: fix typo, path and remove obsolete commentsFrancis Rowe2014-11-281-8/+3
|
* builddeps-memtest86: fix path and remove obsolete commentsFrancis Rowe2014-11-281-6/+1
|
* builddeps: remove obsolete commentsFrancis Rowe2014-11-281-9/+0
|
* cleandeps: fix pathsFrancis Rowe2014-11-281-8/+8
|
* cleandeps: actually clean grubinvadersFrancis Rowe2014-11-281-0/+9
|
* .gitignore: add powertop directoryFrancis Rowe2014-11-281-0/+1
| | | | | This directory is created when the user runs powertop.trisquel6, and it is not intended to be part of libreboot git.
* builddeps-i945pwm: remove obsolete commentsFrancis Rowe2014-11-281-3/+0
|
* cleandeps: clean i945-pwm utilityFrancis Rowe2014-11-281-0/+5
|
* builddeps-grubinvaders: fix typoFrancis Rowe2014-11-281-2/+2
|
* builddeps-grubinvaders: fix typosFrancis Rowe2014-11-281-5/+2
|
* builddeps-grub: fix pathFrancis Rowe2014-11-281-1/+1
|
* builddeps-grub: remove obsolete commentsFrancis Rowe2014-11-281-5/+0
|
* builddeps-flashrom: fix typoFrancis Rowe2014-11-281-1/+1
|
* builddeps-coreboot and cleandeps: improve commentingFrancis Rowe2014-11-282-7/+11
|
* builddeps-coreboot: improve the commentingFrancis Rowe2014-11-271-1/+6
|
* builddeps-coreboot: remove obsolete commentFrancis Rowe2014-11-271-3/+0
|
* build: fix bug: images for i945 ROM's were not dd'dFrancis Rowe2014-11-272-9/+14
| | | | | | | | | | | 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.
* Documentation: general cleanup.Francis Rowe2014-11-273-37/+46
| | | | | | | | 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.
* builddeps-flashrom: remove unnecessary commandFrancis Rowe2014-11-271-1/+0
|
* builddeps-flashrom: add commentsFrancis Rowe2014-11-271-0/+2
|
* builddeps-flashrom: reduce build commands to a single for loopFrancis Rowe2014-11-252-46/+25
|
* builddeps-flashrom: remove unnecessary commandsFrancis Rowe2014-11-251-2/+0
|
* scripts (all): replace unnecessary rm -rf with rm -fFrancis Rowe2014-11-2510-37/+37
|
* docs/git/index.html#build_flashrom: say correct path for binariesFrancis Rowe2014-11-251-1/+1
|
* powertop.trisquel7: remove sudoFrancis Rowe2014-11-251-1/+1
| | | | Script already checks if the user is root or not.
* docs/release.html: add lenovo g505s to the list of candidatesFrancis Rowe2014-11-251-0/+7
|
* build-release: remove old commentFrancis Rowe2014-11-241-4/+0
|
* .gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xzFrancis Rowe2014-11-241-0/+2
|
* libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe2014-11-2415-802/+481
| | | | | This means that the user does not have to install build dependency or build from source anymore.