[coreboot-gerrit] Patch set updated for coreboot: aff5462 NOTFORMERGE: vga_rom_run test

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Mon Sep 1 02:42:57 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6821

-gerrit

commit aff54625a40e6d034cccef9b101763f3e9e09fbc
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Mon Sep 1 01:43:02 2014 +0200

    NOTFORMERGE: vga_rom_run test
    
    Change-Id: I4ae3fd5b45314929ede8b2d6e0ef202eb0dd90b4
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/device/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/device/Kconfig b/src/device/Kconfig
index 58dcc1b..cde0c8b 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -43,8 +43,7 @@ config MAINBOARD_DO_NATIVE_VGA_INIT
 # TODO: Explain differences (if any) for onboard cards.
 config VGA_ROM_RUN
 	bool "Run VGA Option ROMs"
-	default n if PAYLOAD_SEABIOS
-	default y if !PAYLOAD_SEABIOS
+	default y
 	depends on PCI && !PAYLOAD_SEABIOS && !MAINBOARD_DO_NATIVE_VGA_INIT || EXPERT
 	help
 	  Execute VGA Option ROMs in coreboot if found. This is required



More information about the coreboot-gerrit mailing list