Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13491
-gerrit
commit 43751e98e4a61159f614ce1038a74fb936501ca8 Author: Martin Roth martinroth@google.com Date: Wed Jan 27 10:31:32 2016 -0700
gigabyte/ga-g41m-es2l: default MAINBOARD_DO_NATIVE_VGA_INIT to y
The select of MAINBOARD_DO_NATIVE_VGA_INIT was removed in commit 345f2b7d (ga-g41m-es2l: Instead of forcing native VGA, make it selectable).
We still want it to be enabled by default, we just want to allow the user to turn it off if they choose.
Change-Id: Ia72189c21b9c412b093c36100bd324518849ccdb Signed-off-by: Martin Roth martinroth@google.com --- src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index cf1077b..c812ede 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig +++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig @@ -27,6 +27,9 @@ config BOARD_SPECIFIC_OPTIONS select INTEL_EDID select MAINBOARD_HAS_NATIVE_VGA_INIT
+config MAINBOARD_DO_NATIVE_VGA_INIT + def_bool y + config MMCONF_BASE_ADDRESS hex default 0xc0000000