[coreboot-gerrit] Patch set updated for coreboot: 68b79df mainboards/asus/kfsn4-dre: Enable native VGA initialization

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed Feb 4 01:10:01 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8332

-gerrit

commit 68b79df632fe02b148dd455a22efe489856fb358
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Tue Feb 3 00:19:01 2015 -0600

    mainboards/asus/kfsn4-dre: Enable native VGA initialization
    
    Change-Id: I953ced7d34af9ec0923fa6df93b9ad4270196c77
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kfsn4-dre/Kconfig | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig
index 92e01aa..2266a86 100644
--- a/src/mainboard/asus/kfsn4-dre/Kconfig
+++ b/src/mainboard/asus/kfsn4-dre/Kconfig
@@ -19,6 +19,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select ENABLE_APIC_EXT_ID
 	select AMDMCT
 	select MMCONF_SUPPORT_DEFAULT
+	select DRIVERS_XGI_Z9S
+	select MAINBOARD_HAS_NATIVE_VGA_INIT
 
 config MAINBOARD_DIR
 	string
@@ -92,10 +94,9 @@ config VGA_BIOS
 	bool
 	default n
 
-config VGA_BIOS_ID
-	string
-	depends on VGA_BIOS
-	default "18ca:0020"
+config MAINBOARD_DO_NATIVE_VGA_INIT
+	bool
+	default y
 
 config AMDMCT_BACKGROUND_SCRUB_RATE
 	hex



More information about the coreboot-gerrit mailing list