mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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 <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/15864 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-on: https://chromium-review.googlesource.com/367395 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
3935b5f173
commit
cc45880160
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue