summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withdepthcharge
Commit message (Collapse)AuthorAgeFilesLines
* All board: payload now named payload.elfLeah Woods2016-05-211-3/+3
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-061-1/+1
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-261-1/+1
|
* ressources: Fix indentation on build/roms/withdepthchargePaul Kocialkowski2016-04-191-103/+109
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* build system: allow arbitrary specification of number of cores usedFrancis Rowe2016-03-101-3/+14
| | | | | | | Use NPROC=foo Replace "foo" with a number. By default, the build system uses $(nproc). This patch allows the user to specify any number of cores. This is useful on some systems, or certain chroot environments.
* build scripts: use $(nproc) not "$(nproc)" for make -j optionFrancis Rowe2016-03-101-3/+3
|
* build/roms/withdepthcharge: fix build issue (wrong working directory)Francis Rowe2016-03-071-2/+5
|
* copy coreboot directory per revision, not per boardFrancis Rowe2016-03-071-9/+46
| | | | | This will speed up the build process. The plan is to, if possible, always use 1 revision.
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-041-38/+45
| | | | | | | | | | | | | | | | | | 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.
* build/roms/*: Don't put lbversion file in CBFS (no longer needed)Francis Rowe2015-12-061-3/+0
| | | | We now tell coreboot's build system what version string to use.
* build/roms/*: use .coreboot-version, not lbversion in CBFSFrancis Rowe2015-12-061-3/+2
|
* build/roms/*: put libreboot version in .coreboot-version fileFrancis Rowe2015-12-051-1/+2
| | | | | This is one of the things needed, for building coreboot in a reproducible fashion.
* Replace Chromebook mentions with CrOS, that is more genericPaul Kocialkowski2015-11-061-1/+1
| | | | | | | | | | Not all CrOS devices are Chromebooks (laptops) or run on ARM, not all RK3288 CrOS devices are Chromebooks, either. We want to support more CrOS devices, including some that are not Chromebooks, such as the ASUS Chromebit! Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Chromebook C201 (codename veyron_speedy) supportPaul Kocialkowski2015-10-111-0/+146
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>