Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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 | 4 | -3/+3 | |
| | ||||||
* | 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 | 30 | -39/+37 | |
| | ||||||
* | ga-g41m-es2l: disable CONFIG_PCIEXP_COMMON_CLOCK in config (bootfix) | Leah Woods | 2016-05-21 | 1 | -1/+1 | |
| | ||||||
* | use usbdebug on ga-g41m-es2l | Leah Woods | 2016-05-21 | 1 | -1/+11 | |
| | ||||||
* | use seagrub on ga-g41m-es2l | Leah Woods | 2016-05-21 | 1 | -2/+4 | |
| | ||||||
* | Use damo22's config for ga-g41m-es2l | Leah Woods | 2016-05-21 | 1 | -20/+8 | |
| | ||||||
* | grub.cfg: also do ata devices for encryption (for ga-g41m-es2l) | Leah Woods | 2016-05-21 | 1 | -2/+4 | |
| | ||||||
* | grub.cfg: Also search on ATA devices (for GA-G41M-ES2L which uses IDE emu) | Leah Woods | 2016-05-21 | 1 | -0/+12 | |
| | ||||||
* | Fix broken NIC on GA-G41-ES2L, courtesy of damo22 on IRC | Leah Woods | 2016-05-21 | 4 | -30/+377 | |
| | ||||||
* | GA-G41-ES2L: upgrade to recommended coreboot revision | Leah Woods | 2016-05-21 | 5 | -1/+403 | |
| | ||||||
* | 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 | 8 | -21/+135 | |
| | ||||||
* | seabios boards: also hardcode cmos settings, like on grub boards | Leah Woods | 2016-05-20 | 3 | -3/+3 | |
| | ||||||
* | seabios board configs: update to fix broken automated build | Leah Woods | 2016-05-20 | 2 | -80/+62 | |
| | ||||||
* | Add boards: use a static CMOS option table, for consistency | Leah Woods | 2016-05-20 | 18 | -18/+19 | |
| | | | | | | | | | | This also forces GM45 to use 352MiB RAM for the Video RAM, for the Intel GPU. It's implemented in such a way where the user configures it using nvramtool. Hardcode it. This should also force the century byte to be reset on GM45, for those users who were affected by this previous issue. | |||||
* | Typo fix, now build dependencies parabola works | Arthur Heymans | 2016-05-19 | 1 | -3/+3 | |
| | ||||||
* | forgot some newlines in reused.list | Arthur Heymans | 2016-05-19 | 5 | -5/+10 | |
| | ||||||
* | set vram on gm45 to 352M | Arthur Heymans | 2016-05-19 | 13 | -5/+256 | |
| | | | | | | | | | | | | | This patch enables all vram sizes and sets the default to 352M for libreboot. Normally users have to clear their vram for this to happen. using "nvram -c random" But there a 2 better option: coreboot provides to always load the defaults in its menuconfig update the flashscript to reset cmos Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> | |||||
* | 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. | |||||
* | grub.cfg: change timeout back to 1s (instead of 10s). SeaBIOS does timeout now | Leah Woods | 2016-05-19 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | build only x86 and arm gcc | Leah Woods | 2016-05-19 | 1 | -1/+3 | |
| | ||||||
* | Implement SeaGRUB and make it the default payload on all current GRUB boards | Leah Woods | 2016-05-18 | 26 | -26/+61 | |
| | ||||||
* | finally the correct patch for i945 vram | Arthur Heymans | 2016-05-18 | 1 | -10/+16 | |
| | ||||||
* | update configs (fix build errors) | Leah Woods | 2016-05-16 | 9 | -133/+115 | |
| | ||||||
* | i945: path to enable all VRAM options, libreboot config is set to 64MB | Arthur Heymans | 2016-05-15 | 6 | -32/+210 | |
| | ||||||
* | Revert "All GRUB board: add equivalent configs for SeaBIOS too." | Leah Woods | 2016-05-14 | 76 | -10233/+0 | |
| | | | | This reverts commit 83ea3644c7110d3b48ec2d44ec059ec36b000f7f. | |||||
* | All GRUB board: add equivalent configs for SeaBIOS too. | Leah Woods | 2016-05-14 | 76 | -0/+10233 | |
| | ||||||
* | Add 16MiB ROM image configs for all GM45 thinkpads | Leah Woods | 2016-05-14 | 26 | -1/+2222 | |
| | ||||||
* | ich9gen ich9gen.c: add missing copyright statement in header | Leah Woods | 2016-05-14 | 1 | -0/+1 | |
| | ||||||
* | build/dependencies/trisquel7: new dependency | Leah Woods | 2016-05-14 | 1 | -1/+1 | |
| | ||||||
* | Add 16MiB descriptor generation | Swift Geek | 2016-05-14 | 1 | -0/+8 | |
| | ||||||
* | update flashrom to latest version | Leah Woods | 2016-05-14 | 1 | -1/+1 | |
| | ||||||
* | enable c4 state on t60 | Arthur Heymans | 2016-05-14 | 1 | -0/+70 | |
| | | | | this is identical to the patch enabling c4 state on x60 | |||||
* | Add support for 4th C-STATE on ThinkPad X60 (courtesy of avph on IRC) | Leah Woods | 2016-05-14 | 1 | -0/+77 | |
| | ||||||
* | fix broken SATA support on GA-G41-ES2L (courtesy of damo22 on IRC) | Leah Woods | 2016-05-14 | 1 | -0/+96 | |
| | ||||||
* | grub.cfg: increase timeout to 10 seconds instead of 1 | Leah Woods | 2016-05-10 | 1 | -1/+1 | |
| | ||||||
* | add acpi c3 / cpu c4 cstate for gm45 thinkpads | Arthur Heymans | 2016-05-08 | 8 | -0/+52 | |
| |