summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/galileo
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-07-25 07:18:13 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2016-08-03 17:49:20 +0200
commit77051e061f1ea6e2aa307ef867740ce2f73d282c (patch)
tree1f437ec10a9f33a9d0a3a506590071899ae79748 /src/mainboard/intel/galileo
parent38e0cc0aa4d30969f2c31788e102015135804101 (diff)
downloadcoreboot-77051e061f1ea6e2aa307ef867740ce2f73d282c.tar.xz
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@intel.com> Reviewed-on: https://review.coreboot.org/15864 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/galileo')
-rw-r--r--src/mainboard/intel/galileo/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index b0c69e47a8..2acc439746 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -49,5 +49,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