diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-18 19:12:53 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-18 21:32:36 (EDT) |
commit | 0622df6194dbb1b2120743c0fd1cc5e72c380128 (patch) | |
tree | 4c858b8c5667fe001a9907ae0578b4ec28a8f513 /resources/utilities/coreboot-libre | |
parent | 5999dba5f71f1c05040a551d2420ab8c7f3a9da4 (diff) | |
download | libreboot-0622df6194dbb1b2120743c0fd1cc5e72c380128.zip libreboot-0622df6194dbb1b2120743c0fd1cc5e72c380128.tar.gz libreboot-0622df6194dbb1b2120743c0fd1cc5e72c380128.tar.bz2 |
KGPE-D16: update patch set (also update coreboot and vboot)
Also contains other fixes from coreboot, like:
* 551cff0 Derive lvds_dual_channel from EDID timings.
^ makes single/dual channel LVDS selection on GM45 automatic
* 26fc544 lenovo/t60: Enable native intel gfx init.
^ was being maintained in libreboot, now upstreamed so not needed
Framebuffer mode was disabled for the KGPE-D16, because only
text-mode works at the moment.
Diffstat (limited to 'resources/utilities/coreboot-libre')
-rw-r--r-- | resources/utilities/coreboot-libre/nonblobs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/utilities/coreboot-libre/nonblobs b/resources/utilities/coreboot-libre/nonblobs index 2790b09..d15f435 100644 --- a/resources/utilities/coreboot-libre/nonblobs +++ b/resources/utilities/coreboot-libre/nonblobs @@ -318,9 +318,6 @@ ./src/mainboard/intel/strago/Kconfig ./src/mainboard/amd/bettong/mptable.c ./src/northbridge/amd/pi/00660F01/Kconfig -./build/util/kconfig/zconf.tab.c -./build/util/kconfig/zconf.lex.c -./build/util/kconfig/zconf.hash.c ./util/crossgcc/patches/gcc-5.2.0_riscv.patch ./util/xcompile/xcompile ./src/northbridge/intel/sandybridge/raminit_mrc.c @@ -353,3 +350,8 @@ ./3rdparty/vboot/firmware/lib/cgptlib/crc32.c ./3rdparty/vboot/firmware/lib/cryptolib/padding.c ./3rdparty/vboot/tests/testcases/padding_test_vectors.inc +./src/northbridge/intel/fsp_rangeley/fsp/Kconfig +./src/drivers/intel/fsp1_1/car.c +./src/mainboard/intel/mohonpeak/Kconfig +./src/mainboard/apple/macbookair4_2/early_southbridge.c +./src/cpu/intel/fsp_model_406dx/acpi.c |