summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms
Commit message (Collapse)AuthorAgeFilesLines
* actually, 3 seconds is enoughLeah Woods2016-05-201-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 6sLeah Woods2016-05-201-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 Woods2016-05-191-4/+1
|
* Don't use SeaVGABIOS on systems that use SeaGRUBLeah Woods2016-05-192-4/+1
|
* build/roms/withgrub: fix broken build (use bash properly. grep is not needed)Leah Woods2016-05-191-9/+3
|
* build/roms/withgrub: Don't add timeout file to ROM if it already existsLeah Woods2016-05-191-2/+4
|
* typofixLeah Woods2016-05-191-1/+1
|
* build/roms/withgrub: (buildfix) add missing "print" to cbfstool commandLeah Woods2016-05-191-1/+1
|
* build/roms/withgrub: (buildfix) only delete ps2-keyboard-spinup if it existsLeah Woods2016-05-191-2/+4
|
* build/roms/withgrub: (buildfix) remove existing default timeout fileLeah Woods2016-05-191-2/+5
| | | | Also increase our timeout from 20s to 60s.
* build/roms/withgrub: add timeout for SeaBIOS (needed on some boards)Leah Woods2016-05-191-0/+3
|
* build/roms/withgrub: typofix in scriptLeah Woods2016-05-191-1/+1
|
* build/roms/withgrub: add grub to the ROM using add-payload, not addLeah Woods2016-05-191-2/+3
|
* Implement SeaGRUB and make it the default payload on all current GRUB boardsLeah Woods2016-05-182-3/+28
|
* Add 16MiB ROM image configs for all GM45 thinkpadsLeah Woods2016-05-141-1/+1
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-065-5/+5
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-265-5/+5
|
* ressources: Fix indentation on build/roms/withdepthchargePaul Kocialkowski2016-04-191-103/+109
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* build/roms/seabios: support both text-mode and vesafb modeFrancis Rowe2016-03-151-2/+14
|
* build/roms/seabios: copy coreboot config, NOT THE SEABIOS CONFIG, for buildingFrancis Rowe2016-03-151-1/+1
| | | | Yeah.
* Add SeaBIOS payload to librebootFrancis Rowe2016-03-142-0/+180
|
* Remove ThinkPad R500 support (wasn't ready for production use yet anyway)Francis Rowe2016-03-102-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 usedFrancis Rowe2016-03-102-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 optionFrancis Rowe2016-03-102-4/+4
|
* 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-073-18/+71
| | | | | This will speed up the build process. The plan is to, if possible, always use 1 revision.
* New board: Intel D510MOFrancis Rowe2016-01-301-2/+2
|
* New board: ASUS KCMA-D8 desktop/workstation motherboardFrancis Rowe2016-01-301-2/+2
|
* build/roms/withgrub: don't build vesafb images for ga-g41m-es2lFrancis Rowe2016-01-041-2/+2
| | | | Only text mode works on this board.
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-043-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 filesFrancis Rowe2016-01-021-1/+1
|
* build/roms/*: remove coreinfo-related instructionsFrancis Rowe2015-12-131-6/+0
|
* remove seabios (this time permanently)Francis Rowe2015-12-131-4/+0
|
* New payload: CoreinfoKlemens Nanni2015-12-091-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 fileFrancis Rowe2015-12-061-2/+2
|
* build/roms/withgrub: use user-supplied gm45 mac address if givenFrancis Rowe2015-12-061-1/+5
|
* build/roms/*: Don't put lbversion file in CBFS (no longer needed)Francis Rowe2015-12-062-6/+0
| | | | We now tell coreboot's build system what version string to use.
* build/roms/*: use .coreboot-version, not lbversion in CBFSFrancis Rowe2015-12-062-6/+4
|
* build/roms/*: put libreboot version in .coreboot-version fileFrancis Rowe2015-12-052-1/+3
| | | | | This is one of the things needed, for building coreboot in a reproducible fashion.
* roms/withgrub_helper: Slight commenting changesKlemens Nanni2015-11-211-11/+8
|
* 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>
* Don't build ifdtool. Not needed in libreboot.Francis Rowe2015-11-061-3/+0
|
* scripts: say ROM images, not ROM's. ROM's is wrong!Francis Rowe2015-11-051-3/+3
|
* build/roms/withgrub: use sub shell instead of cd ../Francis Rowe2015-11-051-1/+2
|
* build/roms/withgrub_helper: use quotes where neededFrancis Rowe2015-11-051-1/+1
|
* roms/withgrub: Fix brace expansionKlemens Nanni2015-11-051-2/+2
|
* roms/withgrub_helper: Create correct ROM layoutsKlemens Nanni2015-11-051-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 complianceFrancis Rowe2015-11-051-14/+14
| | | | klemens, please merge this!
* roms/withgrub: TypofixKlemens Nanni2015-11-051-1/+1
|
* roms/withgrub: Keep it simpleKlemens Nanni2015-11-051-26/+20
|