From cc45880160e47907464bf3f4bfffe98c82d4f869 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Mon, 25 Jul 2016 07:18:13 -0700 Subject: [PATCH] UPSTREAM: 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 BUG=None BRANCH=None Change-Id: I715f8117d2a68361d634c67cc4d73742e474c635 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/15864 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-on: https://chromium-review.googlesource.com/367395 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Furquan Shaikh --- 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 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