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

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Sun Jun 15 20:09:11 CEST 2014


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6010

-gerrit

commit bc69e3560f11de3dfdde2a3963bbbbfeb6e2d59d
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