Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash' | Andrew Robbins | 2017-06-23 | 1 | -1/+1 |
| | | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin. | ||||
* | librecore integration preparation: drop post-20160907 coreboot patches | Leah Rowe | 2017-04-30 | 1 | -1/+1 |
| | | | | | | Most of them don't apply, and they are merged upstream in librecore already. Librecore is becoming Libreboot's main firmware upstream. | ||||
* | build/roms/withgrub: Add instruction for ich9gen descriptor on W500 | Leah Rowe | 2017-04-29 | 1 | -1/+2 |
| | |||||
* | build/roms/withgrub: disable loading option ROMs in SeaGRUB | 4 of 7 (Leah Rowe) | 2017-01-22 | 1 | -0/+3 |
| | | | | | This is a workaround for the PIKE2008 module on D16, in case the user forgets to blank out the LSI ROM. | ||||
* | make use of ./oldbuild, not ./build, in the old build system | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-22 | 1 | -2/+2 |
| | |||||
* | add vesafb mode to ga-g41m-es2l (patch from Arthur Heymans) | Leah Rowe | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | re-add libreboot-specific background | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 1 | -2/+2 |
| | |||||
* | re-add old build system (for x86 boards/utils) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 1 | -0/+199 |
| | | | | Everything will be migrated over to the new build system after release. | ||||
* | Current build system removal | Paul Kocialkowski | 2017-01-15 | 1 | -202/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | build/roms/withgrub: disable loading option ROMs in SeaGRUB | Leah Rowe | 2016-11-16 | 1 | -0/+3 |
| | | | | | This is a workaround for the PIKE2008 module on D16, in case the user forgets to blank out the LSI ROM. | ||||
* | Revert "bring back the old backgrounds. They were better" | Leah Rowe | 2016-09-27 | 1 | -2/+2 |
| | | | | This reverts commit 8864dc9a01743b7c66a4b63d90ffcf92fcd66535. | ||||
* | add vesafb mode to ga-g41m-es2l (patch from Arthur Heymans) | Leah Rowe | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | build/roms/withgrub: printf, not print, for printing version number to file | Leah Rowe | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | add missng lbversion file to cbfs on all ROM images (GRUB payload) | Leah Rowe | 2016-08-22 | 1 | -0/+4 |
| | |||||
* | build/roms/withgrub: don't add grub a 2nd time if not using seagrub | Leah Rowe | 2016-07-18 | 1 | -18/+23 |
| | |||||
* | Only disable SeaGRUB on D510MO an GA-G41M-ES2L | Leah Rowe | 2016-07-18 | 1 | -21/+16 |
| | |||||
* | Revert "Universally enable SeaGRUB on all GRUB boards" | Leah Rowe | 2016-07-18 | 1 | -14/+24 |
| | | | | This reverts commit e4e705e99ccc934e65b9106db808f681216a2e1f. | ||||
* | Enable text-mode graphics initialisation on GM45 | Leah Rowe | 2016-07-18 | 1 | -9/+0 |
| | |||||
* | Universally enable SeaGRUB on all GRUB boards | Leah Rowe | 2016-07-18 | 1 | -24/+14 |
| | |||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | (bootfix) GRUB-only boards: actually use GRUB as payload, not SeaBIOS | Leah Woods | 2016-05-22 | 1 | -1/+0 |
| | |||||
* | bring back the old backgrounds. They were better | Leah Woods | 2016-05-21 | 1 | -2/+2 |
| | |||||
* | Only use SeaGRUB on i945, KCMA-D8 and KGPE-D16 | Leah Woods | 2016-05-21 | 1 | -14/+27 |
| | |||||
* | 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 | 1 | -4/+3 |
| | |||||
* | 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 | 1 | -3/+0 |
| | |||||
* | 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 | 1 | -2/+26 |
| | |||||
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 1 | -1/+1 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Remove ThinkPad R500 support (wasn't ready for production use yet anyway) | Francis Rowe | 2016-03-11 | 1 | -2/+2 |
| | | | | | | 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 | 1 | -1/+12 |
| | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | copy coreboot directory per revision, not per board | Francis Rowe | 2016-03-07 | 1 | -8/+24 |
| | | | | | 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 | 1 | -17/+19 |
| | | | | | | | | | | | | | | | | | | 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/*: remove coreinfo-related instructions | Francis Rowe | 2015-12-13 | 1 | -6/+0 |
| |