Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SeaBIOS payload to libreboot | Francis Rowe | 2016-03-14 | 5 | -0/+281 |
| | |||||
* | build/config/*: Update to work with new build system | Francis Rowe | 2016-03-08 | 6 | -22/+110 |
| | |||||
* | Use different coreboot revisions and patches per board | Francis Rowe | 2016-01-04 | 6 | -54/+72 |
| | | | | | | | | | | | | | | | | | | The release archives will be bigger, but this is a necessary change that makes libreboot development easier. At present, there are boards maintained in libreboot by different people. By doing it this way, that becomes much easier. This is in contrast to the present situation, where a change to one board potentially affects all other boards, especially when updating to a new version of coreboot. Coreboot-libre scripts, download scripts, build scripts - everything. The entire build system has been modified to reflect this change of development. For reasons of consistency, cbfstool and nvramtool are no longer included in the util archives. | ||||
* | remove seabios (this time permanently) | Francis Rowe | 2015-12-13 | 2 | -74/+0 |
| | |||||
* | Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOS | Francis Rowe | 2015-10-15 | 2 | -0/+74 |
| | |||||
* | docs/maintain/index.html: Notes about depthcharge board configs | Francis Rowe | 2015-10-12 | 6 | -0/+154 |
| | |||||
* | build/config/coreboot*: unify config path | Francis Rowe | 2015-08-30 | 3 | -11/+17 |
| | |||||
* | build/config/coreboot{modify,update}: cd ../ if returning | Francis Rowe | 2015-08-30 | 2 | -0/+2 |
| | |||||
* | build/config/coreboot{replace,update}: for function for for loop | Francis Rowe | 2015-08-30 | 2 | -32/+30 |
| | |||||
* | build/config/corebootmodify: s/continue/return | Francis Rowe | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | build/config/corebootmodify: use function instead of for loop | Francis Rowe | 2015-08-30 | 1 | -16/+15 |
| | |||||
* | all scripts: general fixes and clean up | Francis Rowe | 2015-08-30 | 3 | -3/+3 |
| | |||||
* | bulid/config/*: don't use ls | Francis Rowe | 2015-08-30 | 2 | -2/+2 |
| | |||||
* | build/config/corebootupdate: don't use ls | Francis Rowe | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Update coreboot to the latest as of 4 August 2015 | Francis Rowe | 2015-08-04 | 3 | -14/+14 |
| | |||||
* | build/config/*: Improve the message output a bit | Francis Rowe | 2015-06-25 | 2 | -2/+2 |
| | |||||
* | build/config/*: Wait 2 seconds, not 5 seconds. | Francis Rowe | 2015-06-25 | 3 | -3/+3 |
| | | | | 2 seconds is less annoying. | ||||
* | build/config/coreboot{modify,update}: skip non-existent configs | Francis Rowe | 2015-06-25 | 2 | -0/+10 |
| | | | | But do not abort. Only issue a warning. | ||||
* | build/config/corebootreplace: make directory if not exist | Francis Rowe | 2015-06-25 | 1 | -1/+3 |
| | |||||
* | all script: use a standard style | Francis Rowe | 2015-06-11 | 3 | -26/+26 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | Update coreboot + merge GM45 hybrid GPU patches | Francis Rowe | 2015-05-04 | 3 | -2/+98 |
| | | | | | | | | | | | | | Also add power_on_after_fail to X200 and others (prevents the bug where the system would boot when connecting the AC adapter) (option in menuconfig to use CMOS/nvram settings is now enabled) Also NetDCDC is now the default USB debug dongle used (compatible with the BBB rev C). Add two new methods for managing coreboot configs: ./build config corebootreplace ./build config corebootmodify | ||||
* | New board: ThinkPad T400 | Francis Rowe | 2015-03-18 | 1 | -0/+41 |