Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build/roms/withgrub: add 16:10 background to 16MiB GM45 laptop configs | Leah Woods | 2016-05-21 | 1 | -2/+2 |
| | |||||
* | All board: payload now named payload.elf | Leah Woods | 2016-05-21 | 5 | -14/+12 |
| | |||||
* | actually, 3 seconds is enough | Leah Woods | 2016-05-20 | 1 | -1/+1 |
| | | | | | According to damo22 on IRC, PS/2 only needs 1.2 seconds. Coreboot sets it 3s by default, so let's just use coreboot's default setting. | ||||
* | SeaGRUB: reduce timeout from 60s to 6s | Leah Woods | 2016-05-20 | 1 | -1/+1 |
| | | | | | Still higher than default, but tolerable now for those using headless systems. | ||||
* | build/roms/withgrub: use cbfstool add-int for 0s delay in cbfs (SeaGRUB) | Leah Woods | 2016-05-20 | 1 | -4/+1 |
| | |||||
* | Don't use SeaVGABIOS on systems that use SeaGRUB | Leah Woods | 2016-05-20 | 2 | -4/+1 |
| | |||||
* | build/roms/withgrub: fix broken build (use bash properly. grep is not needed) | Leah Woods | 2016-05-19 | 1 | -9/+3 |
| | |||||
* | build/roms/withgrub: Don't add timeout file to ROM if it already exists | Leah Woods | 2016-05-19 | 1 | -2/+4 |
| | |||||
* | typofix | Leah Woods | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | build/roms/withgrub: (buildfix) add missing "print" to cbfstool command | Leah Woods | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | build/roms/withgrub: (buildfix) only delete ps2-keyboard-spinup if it exists | Leah Woods | 2016-05-19 | 1 | -2/+4 |
| | |||||
* | build/roms/withgrub: (buildfix) remove existing default timeout file | Leah Woods | 2016-05-19 | 1 | -2/+5 |
| | | | | Also increase our timeout from 20s to 60s. | ||||
* | build/roms/withgrub: add timeout for SeaBIOS (needed on some boards) | Leah Woods | 2016-05-19 | 1 | -0/+3 |
| | |||||
* | build/roms/withgrub: typofix in script | Leah Woods | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | build/roms/withgrub: add grub to the ROM using add-payload, not add | Leah Woods | 2016-05-19 | 1 | -2/+3 |
| | |||||
* | Implement SeaGRUB and make it the default payload on all current GRUB boards | Leah Woods | 2016-05-18 | 2 | -3/+28 |
| | |||||
* | Add 16MiB ROM image configs for all GM45 thinkpads | Leah Woods | 2016-05-14 | 1 | -1/+1 |
| | |||||
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 5 | -5/+5 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 5 | -5/+5 |
| | |||||
* | ressources: Fix indentation on build/roms/withdepthcharge | Paul Kocialkowski | 2016-04-19 | 1 | -103/+109 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | build/roms/seabios: support both text-mode and vesafb mode | Francis Rowe | 2016-03-15 | 1 | -2/+14 |
| | |||||
* | build/roms/seabios: copy coreboot config, NOT THE SEABIOS CONFIG, for building | Francis Rowe | 2016-03-15 | 1 | -1/+1 |
| | | | | Yeah. | ||||
* | Add SeaBIOS payload to libreboot | Francis Rowe | 2016-03-14 | 2 | -0/+180 |
| | |||||
* | Remove ThinkPad R500 support (wasn't ready for production use yet anyway) | Francis Rowe | 2016-03-11 | 2 | -24/+4 |
| | | | | | | R500 support in its current state should not be merged in the master branch. This will likely not make it into the immediate upcoming release. This patch will be reverted in a separate experimental branch, for the time being. | ||||
* | build system: allow arbitrary specification of number of cores used | Francis Rowe | 2016-03-10 | 2 | -4/+26 |
| | | | | | | | 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 option | Francis Rowe | 2016-03-10 | 2 | -4/+4 |
| | |||||
* | build/roms/withdepthcharge: fix build issue (wrong working directory) | Francis Rowe | 2016-03-08 | 1 | -2/+5 |
| | |||||
* | copy coreboot directory per revision, not per board | Francis Rowe | 2016-03-07 | 3 | -18/+71 |
| | | | | | This will speed up the build process. The plan is to, if possible, always use 1 revision. | ||||
* | New board: Intel D510MO | Francis Rowe | 2016-01-30 | 1 | -2/+2 |
| | |||||
* | New board: ASUS KCMA-D8 desktop/workstation motherboard | Francis Rowe | 2016-01-30 | 1 | -2/+2 |
| | |||||
* | build/roms/withgrub: don't build vesafb images for ga-g41m-es2l | Francis Rowe | 2016-01-05 | 1 | -2/+2 |
| | | | | Only text mode works on this board. | ||||
* | Use different coreboot revisions and patches per board | Francis Rowe | 2016-01-04 | 3 | -56/+70 |
| | | | | | | | | | | | | | | | | | | 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/withgrub: only dd the .rom files | Francis Rowe | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | build/roms/*: remove coreinfo-related instructions | Francis Rowe | 2015-12-13 | 1 | -6/+0 |
| | |||||
* | remove seabios (this time permanently) | Francis Rowe | 2015-12-13 | 1 | -4/+0 |
| | |||||
* | New payload: Coreinfo | Klemens Nanni | 2015-12-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | Add coreinfo as optional payload providing various useful system information. As part of coreboot, coreinfo does not need to be downloaded seperately, just build it using $ ./build module coreinfo after downloading and building coreboot. See https://www.coreboot.org/Payloads#Coreinfo for more information. | ||||
* | build/roms/withgrub: get custom gm45 macaddress from the right file | Francis Rowe | 2015-12-07 | 1 | -2/+2 |
| | |||||
* | build/roms/withgrub: use user-supplied gm45 mac address if given | Francis Rowe | 2015-12-06 | 1 | -1/+5 |
| | |||||
* | build/roms/*: Don't put lbversion file in CBFS (no longer needed) | Francis Rowe | 2015-12-06 | 2 | -6/+0 |
| | | | | We now tell coreboot's build system what version string to use. | ||||
* | build/roms/*: use .coreboot-version, not lbversion in CBFS | Francis Rowe | 2015-12-06 | 2 | -6/+4 |
| | |||||
* | build/roms/*: put libreboot version in .coreboot-version file | Francis Rowe | 2015-12-06 | 2 | -1/+3 |
| | | | | | This is one of the things needed, for building coreboot in a reproducible fashion. | ||||
* | roms/withgrub_helper: Slight commenting changes | Klemens Nanni | 2015-11-21 | 1 | -11/+8 |
| | |||||
* | Replace Chromebook mentions with CrOS, that is more generic | Paul Kocialkowski | 2015-11-06 | 1 | -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> | ||||
* | Don't build ifdtool. Not needed in libreboot. | Francis Rowe | 2015-11-06 | 1 | -3/+0 |
| | |||||
* | scripts: say ROM images, not ROM's. ROM's is wrong! | Francis Rowe | 2015-11-06 | 1 | -3/+3 |
| | |||||
* | build/roms/withgrub: use sub shell instead of cd ../ | Francis Rowe | 2015-11-06 | 1 | -1/+2 |
| | |||||
* | build/roms/withgrub_helper: use quotes where needed | Francis Rowe | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | roms/withgrub: Fix brace expansion | Klemens Nanni | 2015-11-06 | 1 | -2/+2 |
| | |||||
* | roms/withgrub_helper: Create correct ROM layouts | Klemens Nanni | 2015-11-06 | 1 | -0/+3 |
| | | | | | | | find bin/grub [...] also searches other boards' ROMs and thus would print a ROM layout not neccessarily belonging to the same board images got built for. | ||||
* | build/roms/withgrub: re-introduce standards compliance | Francis Rowe | 2015-11-05 | 1 | -14/+14 |
| | | | | klemens, please merge this! |