summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/vboot
Commit message (Collapse)AuthorAgeFilesLines
* Coreboot, vboot and depthcharge updates to Coreboot 4.3 for CrOS devicesPaul Kocialkowski2016-04-197-82/+92
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-047-0/+0
| | | | | | | | | | | | | | | | | | 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.
* Chromebook C201 (codename veyron_speedy) supportPaul Kocialkowski2015-10-117-0/+389
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>