Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/maintain/index.html: Notes about depthcharge board configs | Francis Rowe | 2015-10-12 | 1 | -53/+0 |
| | |||||
* | build/config/coreboot*: unify config path | Francis Rowe | 2015-08-30 | 1 | -4/+6 |
| | |||||
* | build/config/coreboot{modify,update}: cd ../ if returning | Francis Rowe | 2015-08-30 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | bulid/config/*: 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 | 1 | -5/+5 |
| | |||||
* | build/config/*: Improve the message output a bit | Francis Rowe | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | build/config/*: Wait 2 seconds, not 5 seconds. | Francis Rowe | 2015-06-25 | 1 | -1/+1 |
| | | | | 2 seconds is less annoying. | ||||
* | build/config/coreboot{modify,update}: skip non-existent configs | Francis Rowe | 2015-06-25 | 1 | -0/+5 |
| | | | | But do not abort. Only issue a warning. | ||||
* | all script: use a standard style | Francis Rowe | 2015-06-11 | 1 | -9/+9 |
| | | | | | 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 | 1 | -0/+46 |
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 |