soc/intel/*: Make FSP header path user configurable
Required to compensate for Chrome OS' tree differences Change-Id: I01fe80b55c69ff57da1c96a76bd1d9b5a2d4a9a8 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/29293 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
parent
40b0fc3f8b
commit
c6382cd4bf
|
@ -201,7 +201,7 @@ config VERSTAGE_ADDR
|
|||
The base address (in CAR) where verstage should be linked
|
||||
|
||||
config FSP_HEADER_PATH
|
||||
string
|
||||
string "Location of FSP headers"
|
||||
default "src/vendorcode/intel/fsp/fsp2_0/glk" if SOC_INTEL_GLK
|
||||
default "3rdparty/fsp/ApolloLakeFspBinPkg/Include/"
|
||||
|
||||
|
|
|
@ -264,7 +264,7 @@ config USE_CANNONLAKE_FSP_CAR
|
|||
endchoice
|
||||
|
||||
config FSP_HEADER_PATH
|
||||
string
|
||||
string "Location of FSP headers"
|
||||
default "src/vendorcode/intel/fsp/fsp2_0/cannonlake/" if !SOC_INTEL_COFFEELAKE
|
||||
default "3rdparty/fsp/CoffeeLakeFspBinPkg/Include/" if SOC_INTEL_COFFEELAKE
|
||||
|
||||
|
|
|
@ -200,7 +200,7 @@ config USE_ICELAKE_FSP_CAR
|
|||
endchoice
|
||||
|
||||
config FSP_HEADER_PATH
|
||||
string
|
||||
string "Location of FSP headers"
|
||||
default "src/vendorcode/intel/fsp/fsp2_0/icelake/"
|
||||
|
||||
config FSP_FD_PATH
|
||||
|
|
|
@ -303,7 +303,7 @@ config USE_SKYLAKE_FSP_CAR
|
|||
endchoice
|
||||
|
||||
config FSP_HEADER_PATH
|
||||
string
|
||||
string "Location of FSP headers"
|
||||
depends on MAINBOARD_USES_FSP2_0
|
||||
# Use KabylakeFsp for both Skylake and Kabylake as it supports both.
|
||||
# SkylakeFsp is FSP 1.1 and therefore incompatible.
|
||||
|
|
Loading…
Reference in New Issue