[coreboot-gerrit] Patch set updated for coreboot: mainboard/intel/galileo: Enable BOOTBLOCK_CONSOLE

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Sun Jul 31 16:04:58 CEST 2016


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15993

-gerrit

commit 9f20322585095b00d2ce05e5eb88118ad776e015
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Sat Jul 30 11:51:28 2016 -0700

    mainboard/intel/galileo: Enable BOOTBLOCK_CONSOLE
    
    Turn on debug serial output for the boot block.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I40ce71e802e9da8de6a23259afb84017a16b6e74
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/mainboard/intel/galileo/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index b0c69e4..cba65ea 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -18,6 +18,7 @@ if BOARD_INTEL_GALILEO
 config BOARD_SPECIFIC_OPTIONS
 	def_bool y
 	select BOARD_ROMSIZE_KB_8192
+	select BOOTBLOCK_CONSOLE
 	select CREATE_BOARD_CHECKLIST
 	select ENABLE_BUILTIN_HSUART1
 	select HAVE_ACPI_TABLES



More information about the coreboot-gerrit mailing list