[coreboot-gerrit] Patch set updated for coreboot: mainboard/intel/galileo: Add CREATE_BOARD_CHECKLIST

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Tue May 31 03:06:29 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 11ec1e1f2e4724fa7a148eff410eb0f9a876b230
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 96f1a8f..b0c69e4 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 ENABLE_BUILTIN_HSUART1
 	select HAVE_ACPI_TABLES
 	select SOC_INTEL_QUARK



More information about the coreboot-gerrit mailing list