Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build/clean/seabios: use distclean, not clean | Francis Rowe | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOS | Francis Rowe | 2015-10-15 | 1 | -0/+40 |
| | |||||
* | Chromebook C201 (codename veyron_speedy) support | Paul Kocialkowski | 2015-10-11 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | | This introduces Libreboot support for the Asus Chromebook C201 (codename veyron_speedy). At this point, this produces a standalone Libreboot image that can be flashed to the RO Coreboot partition of the SPI flash, as well as the Libreboot version that can be flash to the RO Firmware ID partition. Libreboot on the Chromebook C201 uses the depthcharge bootloader, modified to display text messages instead of ChromeOS bitmaps (that encourage the use of ChromeOS). For convenience, an installation script, chromebook-flash-replace, is provided along with a description of the flash layout, to ease the replacement of the Coreboot and RO Firmware ID partitions on the full SPI flash image. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | more scripts: don't use the [[ bashism | Francis Rowe | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | all scripts: general fixes and clean up | Francis Rowe | 2015-08-30 | 8 | -16/+0 |
| | |||||
* | really make memtest86plus naming consistent | Francis Rowe | 2015-08-29 | 1 | -1/+1 |
| | |||||
* | all script: use a standard style | Francis Rowe | 2015-06-11 | 8 | -19/+19 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | coreboot-libre: don't build cbmem/nvramtool | Francis Rowe | 2015-06-08 | 1 | -6/+0 |
| | | | | | They aren't included in the _util release archive anymore, and they don't need to be built either. | ||||
* | Replace rm -r with rm -R | Francis Rowe | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | build/clean/grub: use distclean instead of clean | Francis Rowe | 2015-03-08 | 1 | -1/+1 |
| | | | | | | Per GNU coding standards: gnu.org/software/automake/manual/html_node/Standard-Targets.html gnu.org/prep/standards/html_node/Standard-Targets.html | ||||
* | bash scripts: Make script output more user-friendly | Francis Rowe | 2015-02-20 | 8 | -0/+25 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-20 | 8 | -8/+16 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-15 | 8 | -0/+305 |
All build scripts were moved to resources/scripts/helpers/ |