[coreboot-gerrit] Patch set updated for coreboot: 12d93c8 haswell: Allow overriding PRE_GRAPHICS_DELAY in config

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Jun 14 23:21:16 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6010

-gerrit

commit 12d93c8bda3a293f7e95f98ef51a03b9a41acda3
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Tue Feb 11 16:18:07 2014 -0800

    haswell: Allow overriding PRE_GRAPHICS_DELAY in config
    
    Without a prompt the config option will always stay 0
    due to the way Kconfig works.
    
    BUG=chrome-os-partner:25387
    BRANCH=panther
    TEST=Boot into dev mode with Mohammed's TV screen, see
         the dev mode screen appear.
    
    Change-Id: Ib7d9ec82b4a4a29daddc29aa7702fc420279017d
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Reviewed-on: https://chromium-review.googlesource.com/185970
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
    Commit-Queue: Stefan Reinauer <reinauer at chromium.org>
    Tested-by: Stefan Reinauer <reinauer at chromium.org>
---
 src/northbridge/intel/haswell/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig
index e8d84d1..e06db75 100644
--- a/src/northbridge/intel/haswell/Kconfig
+++ b/src/northbridge/intel/haswell/Kconfig
@@ -108,7 +108,7 @@ config CBFS_SIZE
 	  firmware image.
 
 config PRE_GRAPHICS_DELAY
-	int
+	int "Graphics initialization delay in ms"
 	default 0
 	help
 	  On some systems, coreboot boots so fast that connected monitors



More information about the coreboot-gerrit mailing list