From b6730357e23d112d98400335d034110b8c3c3626 Mon Sep 17 00:00:00 2001
From: Leah Woods <info@minifree.org>
Date: Thu, 19 May 2016 20:16:08 -0400
Subject: 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.
---
(limited to 'resources/libreboot/config/grub/t500_16mb')

diff --git a/resources/libreboot/config/grub/t500_16mb/config b/resources/libreboot/config/grub/t500_16mb/config
index 7470710..508ff47 100644
--- a/resources/libreboot/config/grub/t500_16mb/config
+++ b/resources/libreboot/config/grub/t500_16mb/config
@@ -16,7 +16,7 @@ CONFIG_COMPILER_GCC=y
 # CONFIG_FMD_GENPARSER is not set
 # CONFIG_SCONFIG_GENPARSER is not set
 CONFIG_USE_OPTION_TABLE=y
-# CONFIG_STATIC_OPTION_TABLE is not set
+CONFIG_STATIC_OPTION_TABLE=y
 # CONFIG_UNCOMPRESSED_RAMSTAGE is not set
 CONFIG_COMPRESS_RAMSTAGE=y
 # CONFIG_COMPRESS_PRERAM_STAGES is not set
--
cgit v0.9.1