soc/intel/meteorlake: Use Arrow Lake FSP
The FSP for Arrow Lake supports Meteor Lake, so re-point coreboot at that, as it's, simply, newer and better. Change-Id: I524dc7c0632c9f38b178ad95563128b56f94f983 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89639 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Alicja Michalska <ahplka19@gmail.com> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
bd2c7443f3
commit
5458b34de6
1 changed files with 2 additions and 2 deletions
|
|
@ -367,14 +367,14 @@ config FSP_TYPE_IOT
|
|||
|
||||
config FSP_HEADER_PATH
|
||||
string "Location of FSP headers"
|
||||
default "3rdparty/fsp/MeteorLakeFspBinPkg/IoT/MeteorLake/Include" if FSP_USE_REPO && FSP_TYPE_IOT
|
||||
default "3rdparty/fsp/ArrowLakeFspBinPkg/IoT/ArrowLakeUH/Include" if FSP_USE_REPO && FSP_TYPE_IOT
|
||||
default "src/vendorcode/intel/fsp/fsp2_0/meteorlake/x86_64/" if HAVE_X86_64_SUPPORT
|
||||
default "src/vendorcode/intel/fsp/fsp2_0/meteorlake/x86_32/"
|
||||
|
||||
config FSP_FD_PATH
|
||||
string
|
||||
depends on FSP_USE_REPO
|
||||
default "3rdparty/fsp/MeteorLakeFspBinPkg/IoT/MeteorLake/Fsp.fd" if FSP_TYPE_IOT
|
||||
default "3rdparty/fsp/ArrowLakeFspBinPkg/IoT/ArrowLakeUH/Fsp.fd" if FSP_TYPE_IOT
|
||||
default "3rdparty/fsp/MeteorLakeFspBinPkg/Fsp.fd"
|
||||
|
||||
# Override platform debug consent value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue