[coreboot-gerrit] New patch to review for coreboot: mainboard/intel/galileo: Add CREATE_BOARD_CHECKLIST

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Tue May 31 02:27:19 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/15004

-gerrit

commit 79d2ccc47adaaacce34fe87f1a81361d82e75f24
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Sat May 28 14:34:44 2016 -0700

    mainboard/intel/galileo: Add CREATE_BOARD_CHECKLIST
    
    Select CREATE_BOARD_CHECKLIST to create the checklist for the Quark SOC
    and Galileo board.
    
    TEST=Build and run on Galileo Gen2.
    
    Change-Id: Ieb3e9a5a4c149cf160e11d44a515591b57fe5c83
    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 225e1c3..b5aaa05 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 CREATE_BOARD_CHECKLIST
 	select HAVE_ACPI_TABLES
 	select SOC_INTEL_QUARK
 	select USE_FSP1_1



More information about the coreboot-gerrit mailing list