Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | GM45 laptops: Update to the latest coreboot revision | Leah Rowe | 2016-07-18 | 66 | -841/+1506 | |
| | ||||||
* | Add workaround for USB keyboard on GM45 laptops | Namine Ritsu | 2016-07-16 | 1 | -0/+50 | |
| | ||||||
* | docs: build scripts rewrite | Paul Koenig | 2016-07-16 | 13 | -349/+284 | |
| | | | | | | | | | | ".master" script in resources/scripts/helpers/build/docs Adds option to build html for libreboot website with "./build docs <html-type> w" Converts jpegs to eps for dvi and ps output, if these formats are built, using imagemagick. Archives resources (images) with compressed html manuals. | |||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 91 | -96/+96 | |
| | ||||||
* | download/flashrom: git checkout 0.9.9 instead of git reset commithash | Arthur Heymans | 2016-06-27 | 1 | -1/+2 | |
| | ||||||
* | x60,t60: delete manually added c4 state | Arthur Heymans | 2016-06-19 | 2 | -147/+0 | |
| | | | | | | | The ich7 datasheet "IntelĀ® I/O Controller Hub 7 (ICH7) Family" has a reg called GEN_PMCON_1 in which c3 can automatically be upgraded to c4. This is already set in coreboot. | |||||
* | Disable native PS2 keyboard init | Arthur Heymans | 2016-06-19 | 19 | -19/+19 | |
| | | | | | | Both grub and seabios can do keyboard init on their own. This option only slows down the boot process. On the x60 it even makes the keyboard unresponsive. | |||||
* | Add sound card config for x60 | Arthur Heymans | 2016-06-19 | 1 | -0/+65 | |
| | | | | | | | | | | | | | The sound card on the x60 is not configured in coreboot. This causes the headphones not to be automatically detected/used when inserted which it does on the vendor bios. The internal microphone is also not set as default. I found on the coreboot wiki how to get the config from vendor bios. In GNU/linux run: for x in /sys/class/sound/card0/hw*; do cat "$x/init_pin_configs" > pin_"$(basename "$x")"; done for x in /proc/asound/card0/codec#*; do cat "$x" > "$(basename "$x")"; done which gives the pin config of the vendor bios. | |||||
* | grub.cfg: also search cd/dvd for ata 2-3 (for G41M) | Leah Woods | 2016-06-01 | 1 | -1/+1 | |
| | ||||||
* | Add dependency to list for Trisquel Add de Trisquel 77 | Leah Woods | 2016-06-01 | 1 | -1/+1 | |
| | ||||||
* | docs: revert absolute paths for image references to relative paths | Paul Koenig | 2016-06-01 | 9 | -10/+8 | |
| | ||||||
* | Enable extended states and dynamic L2 cache | Arthur Heymans | 2016-06-01 | 3 | -0/+52 | |
| | | | | | | | | | | | | | This patch sets msr bits to enable dynamic L2 cache which is a requirement for C4E, which is also enabled by this patch. the bit for C2E is also set. Those msr bits are taken from later cpus and seem to work fine. C2 state performs particularly bad. Before this patch it consumed ~17-18W. After this patch it dropped to 14W. Idle power usage (C4) seems to remain very similar. | |||||
* | update the dependencies list for Trisquel 7 | Leah Woods | 2016-05-30 | 1 | -1/+1 | |
| | ||||||
* | docs: build scripts | Paul Koenig | 2016-05-26 | 12 | -0/+369 | |
| | | | | | also update libreboot.texi to use absolute paths for references to images, logs, etc. | |||||
* | GA-G41M-ES2L: Update patches to fix NIC in GNU/Linux (autoconfig works now) | Leah Woods | 2016-05-24 | 5 | -48/+207 | |
| | ||||||
* | gm45: 256M default vram | Arthur Heymans | 2016-05-24 | 12 | -0/+214 | |
| | | | | | | 352M vram seems to be quite unstable on targets with 4GB or more. 256M has yet to show issues on different ram configurations. This might be a good default for libreboot. | |||||
* | Revert GM45 352MiB VRAM patch for now, we'll re-add it later once stable | Leah Woods | 2016-05-22 | 12 | -212/+0 | |
| | ||||||
* | 352M for gm45 now with failsafe if something goes wrong with cmos. | Arthur Heymans | 2016-05-22 | 12 | -0/+212 | |
| | ||||||
* | Remove patch for 352MiB VRAM on GM45 | Leah Woods | 2016-05-22 | 13 | -256/+0 | |
| | ||||||
* | (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. |