[coreboot-gerrit] New patch to review for coreboot: 9f15e5b bayleybay_fsp/Kconfig: Update defaults

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Fri Jul 25 23:39:32 CEST 2014


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6367

-gerrit

commit 9f15e5bd983304712c63c1844e23727d79b7f85f
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Fri Jul 25 15:28:22 2014 -0600

    bayleybay_fsp/Kconfig: Update defaults
    
    - Select a default loglevel of 7 correctly
    - Push the SeaBIOS buffers down to 0x90000 segment for XHCI.
    - Default to using SeaBIOS master so that the platform can boot
    from XHCI.
    
    Change-Id: If46e7bb79613188aa318e9b6082d47868c822ca5
    Signed-off-by: Martin Roth <martin.roth at se-eng.com>
---
 src/mainboard/intel/bayleybay_fsp/Kconfig | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/intel/bayleybay_fsp/Kconfig b/src/mainboard/intel/bayleybay_fsp/Kconfig
index 7272cbc..5e3f68b 100644
--- a/src/mainboard/intel/bayleybay_fsp/Kconfig
+++ b/src/mainboard/intel/bayleybay_fsp/Kconfig
@@ -30,7 +30,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select INCLUDE_MICROCODE_IN_BUILD if FSP_PACKAGE_DEFAULT
 	select ENABLE_BUILTIN_COM1 if FSP_PACKAGE_DEFAULT
 	select HAVE_FSP_BIN if FSP_PACKAGE_DEFAULT
-	select DEFAULT_CONSOLE_LOGLEVEL_7 if FSP_PACKAGE_DEFAULT
+	select DEFAULT_DEFAULT_CONSOLE_LOGLEVEL_7 if FSP_PACKAGE_DEFAULT
+	select SEABIOS_MALLOC_UPPERMEMORY if PAYLOAD_SEABIOS
 	select TSC_MONOTONIC_TIMER
 
 config MAINBOARD_DIR
@@ -100,4 +101,9 @@ config VGA_BIOS
 	bool
 	default y if FSP_PACKAGE_DEFAULT
 
+config DEFAULT_TO_SEABIOS_MASTER
+	bool
+	depends on PAYLOAD_SEABIOS
+	default y if FSP_PACKAGE_DEFAULT
+
 endif # BOARD_INTEL_BAYLEYBAY_FSP



More information about the coreboot-gerrit mailing list