Lee Leahy (leroy.p.leahy@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15993
-gerrit
commit 02c2adb6748b2922a73535173bcb9356a7dce85c Author: Lee Leahy leroy.p.leahy@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@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