[coreboot-gerrit] Patch set updated for coreboot: gigabyte/ga-g41m-es2l: add VESA mode to Kconfig

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Tue Sep 20 11:34:11 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16501

-gerrit

commit eed94a88a0dad568fbb60b20033b8364ee450cfd
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Mon Sep 5 12:07:57 2016 +0200

    gigabyte/ga-g41m-es2l: add VESA mode to Kconfig
    
    This patch adds MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG to the
    gigabyte/ga-g41m-es2l Kconfig to allow selecting between textmode and
    vesamode in menuconfig.
    
    Change-Id: I84b61118fa0419d49d2498b66029711cdce97576
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
index 6452f4d..281d498 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
@@ -26,6 +26,7 @@ config BOARD_SPECIFIC_OPTIONS
 	select BOARD_ROMSIZE_KB_1024
 	select INTEL_EDID
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
+	select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
 	select PCIEXP_ASPM
 	select PCIEXP_CLK_PM
 	select PCIEXP_L1_SUB_STATE



More information about the coreboot-gerrit mailing list