summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/config/grub/qemu_i440fx_piix4
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-19 20:16:08 (EDT)
committer Leah Woods <info@minifree.org>2016-05-19 20:16:08 (EDT)
commitb6730357e23d112d98400335d034110b8c3c3626 (patch)
treef57b2e354867493b9bf2af15eb855c7460ddc88b /resources/libreboot/config/grub/qemu_i440fx_piix4
parentc32d7dd2d1987d4839520918e1f8ff21050b53dd (diff)
downloadlibreboot-b6730357e23d112d98400335d034110b8c3c3626.zip
libreboot-b6730357e23d112d98400335d034110b8c3c3626.tar.gz
libreboot-b6730357e23d112d98400335d034110b8c3c3626.tar.bz2
Add boards: use a static CMOS option table, for consistency
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.
Diffstat (limited to 'resources/libreboot/config/grub/qemu_i440fx_piix4')
-rw-r--r--resources/libreboot/config/grub/qemu_i440fx_piix4/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libreboot/config/grub/qemu_i440fx_piix4/config b/resources/libreboot/config/grub/qemu_i440fx_piix4/config
index a03e5cd..92065d8 100644
--- a/resources/libreboot/config/grub/qemu_i440fx_piix4/config
+++ b/resources/libreboot/config/grub/qemu_i440fx_piix4/config
@@ -15,7 +15,8 @@ CONFIG_COMPILER_GCC=y
# CONFIG_CCACHE is not set
# CONFIG_FMD_GENPARSER is not set
# CONFIG_SCONFIG_GENPARSER is not set
-# CONFIG_USE_OPTION_TABLE is not set
+CONFIG_USE_OPTION_TABLE=y
+CONFIG_STATIC_OPTION_TABLE=y
# CONFIG_UNCOMPRESSED_RAMSTAGE is not set
CONFIG_COMPRESS_RAMSTAGE=y
# CONFIG_COMPRESS_PRERAM_STAGES is not set