[coreboot-gerrit] New patch to review for coreboot: mainboard/intel/galileo: Use HSUART1 for console

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Tue May 31 02:27:22 CEST 2016


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

-gerrit

commit 3e60ede6ab6718262408b392b3a7219a05ced331
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Mon May 30 14:02:49 2016 -0700

    mainboard/intel/galileo: Use HSUART1 for console
    
    Select HSUART1 for console.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I4425af4dc8b3730b3fa2108d6cc2941bc22c2cdb
    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 b5aaa05..463bb6b 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS
 	def_bool y
 	select BOARD_ROMSIZE_KB_8192
 	select CREATE_BOARD_CHECKLIST
+	select ENABLE_BUILTIN_HSUART1
 	select HAVE_ACPI_TABLES
 	select SOC_INTEL_QUARK
 	select USE_FSP1_1



More information about the coreboot-gerrit mailing list