soc/intel/alderlake: Add kconfig for Twin Lake
Mainboards using Intel Twin Lake (TWL) SoC shall select SOC_INTEL_TWINLAKE. BUG=none BRANCH=firmware-nissa-15217.B TEST=Build and boot Google/Yaviks with Twin Lake kconfig enabled Signed-off-by: Kapil Porwal <kapilporwal@google.com> Change-Id: Ie4c5d137ee54512313344f853e7ca66d1fd25003 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80688 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Subrata Banik
parent
7fbef1b112
commit
0a1d68ff80
@@ -106,9 +106,16 @@ config SOC_INTEL_RAPTORLAKE
|
|||||||
Intel Raptorlake support. Mainboards using RPL should select
|
Intel Raptorlake support. Mainboards using RPL should select
|
||||||
SOC_INTEL_RAPTORLAKE and SOC_INTEL_ALDERLAKE_PCH_* together.
|
SOC_INTEL_RAPTORLAKE and SOC_INTEL_ALDERLAKE_PCH_* together.
|
||||||
|
|
||||||
|
config SOC_INTEL_TWINLAKE
|
||||||
|
bool
|
||||||
|
select SOC_INTEL_ALDERLAKE_PCH_N
|
||||||
|
help
|
||||||
|
Intel Twinlake support. Mainboards using TWL should select
|
||||||
|
SOC_INTEL_TWINLAKE.
|
||||||
|
|
||||||
config SOC_INTEL_ALDERLAKE_PCH_N
|
config SOC_INTEL_ALDERLAKE_PCH_N
|
||||||
bool
|
bool
|
||||||
select HAVE_INTEL_FSP_REPO
|
select HAVE_INTEL_FSP_REPO if !SOC_INTEL_TWINLAKE
|
||||||
select SOC_INTEL_ALDERLAKE
|
select SOC_INTEL_ALDERLAKE
|
||||||
help
|
help
|
||||||
Choose this option if your mainboard has a PCH-N chipset.
|
Choose this option if your mainboard has a PCH-N chipset.
|
||||||
@@ -386,6 +393,7 @@ config FSP_TYPE_IOT
|
|||||||
|
|
||||||
config FSP_HEADER_PATH
|
config FSP_HEADER_PATH
|
||||||
string "Location of FSP headers"
|
string "Location of FSP headers"
|
||||||
|
default "src/vendorcode/intel/fsp/fsp2_0/twinlake/" if SOC_INTEL_TWINLAKE && !FSP_USE_REPO
|
||||||
default "src/vendorcode/intel/fsp/fsp2_0/alderlake_n/" if SOC_INTEL_ALDERLAKE_PCH_N && !FSP_USE_REPO
|
default "src/vendorcode/intel/fsp/fsp2_0/alderlake_n/" if SOC_INTEL_ALDERLAKE_PCH_N && !FSP_USE_REPO
|
||||||
default "src/vendorcode/intel/fsp/fsp2_0/raptorlake/" if SOC_INTEL_RAPTORLAKE && !FSP_USE_REPO
|
default "src/vendorcode/intel/fsp/fsp2_0/raptorlake/" if SOC_INTEL_RAPTORLAKE && !FSP_USE_REPO
|
||||||
default "3rdparty/fsp/RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/" if SOC_INTEL_RAPTORLAKE_PCH_S && FSP_TYPE_IOT
|
default "3rdparty/fsp/RaptorLakeFspBinPkg/IoT/RaptorLakeS/Include/" if SOC_INTEL_RAPTORLAKE_PCH_S && FSP_TYPE_IOT
|
||||||
|
Reference in New Issue
Block a user