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

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Jun 16 16:29:29 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6010

-gerrit

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

    intel/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: Stefan Reinauer <reinauer at google.com>
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    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