Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | addseabios: fix BASH syntax errors | Francis Rowe | 2014-12-13 | 1 | -10/+12 |
| | |||||
* | build-release: not all files were copied to libreboot_src. fix it. | Francis Rowe | 2014-12-13 | 1 | -0/+0 |
| | |||||
* | addseabios: switch to uppercase | Francis Rowe | 2014-12-11 | 1 | -0/+83 |
| | |||||
* | ThinkPad X200 support added to libreboot | Francis Rowe | 2014-12-11 | 1 | -83/+0 |
| | |||||
* | libreboot_bin.tar.xz: Include utils as statically linked binaries | Francis Rowe | 2014-11-25 | 1 | -8/+24 |
| | | | | | This means that the user does not have to install build dependency or build from source anymore. | ||||
* | scripts (error handling): Replace exit with exit 1 | Francis Rowe | 2014-11-21 | 1 | -2/+2 |
| | | | | | This is so that scripts using these in the future can more easily debug if errors occur. | ||||
* | Error checking | Francis Rowe | 2014-11-09 | 1 | -0/+2 |
| | | | | | | | | | | 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. | ||||
* | ROM images no longer include SeaBIOS | Francis Rowe | 2014-09-16 | 1 | -0/+65 |
Instead, the user adds it afterwards. Documentation and scripts updated. |