Attention is currently required from: Nick Vaccaro, Subrata Banik.
Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78411?usp=email )
Change subject: soc/intel/alderlake: Allow using FSP repo for all RPL-S platforms ......................................................................
soc/intel/alderlake: Allow using FSP repo for all RPL-S platforms
The Client FSP for Raptor Lake-S is present so there is no need to restrict Raptor Lake-S FSP binary repository to IoT only.
TEST=Build and boot MSI PRO Z790-P
Change-Id: I77aecd6e2d753732bf6358afe2c7ea0491348387 Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com --- M src/soc/intel/alderlake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/78411/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 803744ce..ebeb28c 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -127,7 +127,7 @@ config SOC_INTEL_ALDERLAKE_PCH_S bool select SOC_INTEL_ALDERLAKE - select HAVE_INTEL_FSP_REPO if !SOC_INTEL_RAPTORLAKE_PCH_S || (SOC_INTEL_RAPTORLAKE_PCH_S && FSP_TYPE_IOT) + select HAVE_INTEL_FSP_REPO select PLATFORM_USES_FSP2_3 help Choose this option if your mainboard has a PCH-S chipset.