[coreboot-gerrit] Patch set updated for coreboot: mainboard/intel/galileo: Add FSP 2.0 Kconfig support

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Sun Jul 31 02:18:27 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/15864

-gerrit

commit 9b7181c73c38cc32774d038f02d3ba1cf0f6b610
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Mon Jul 25 07:18:13 2016 -0700

    mainboard/intel/galileo: Add FSP 2.0 Kconfig support
    
    Add and adjust the Kconfig flags to support both FSP 1.1 and FSP 2.0
    builds for Quark.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I7c5b7efd2635180edcfe4e1a98bb292030117bc8
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/mainboard/intel/galileo/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index cba65ea..d06b0ba 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -50,5 +50,12 @@ config USE_FSP1_1
 	bool
 	default n
 	select PLATFORM_USES_FSP1_1
+#	select ADD_FSP_RAW_BIN
+
+config USE_FSP2_0
+	bool
+	default n
+	select PLATFORM_USES_FSP2_0
+	select POSTCAR_STAGE
 
 endif # BOARD_INTEL_QUARK



More information about the coreboot-gerrit mailing list