Attention is currently required from: Tim Wawrzynczak. Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63458 )
Change subject: soc/intel/alderlake/include/soc/bootblock.h: Allow to build with PCH-S ......................................................................
soc/intel/alderlake/include/soc/bootblock.h: Allow to build with PCH-S
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I1461a8cc3c131a6e2499df8e1ebc67f5fb3b9e35 --- M src/soc/intel/alderlake/include/soc/bootblock.h 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/63458/1
diff --git a/src/soc/intel/alderlake/include/soc/bootblock.h b/src/soc/intel/alderlake/include/soc/bootblock.h index ba4d1c2..41f99e1 100644 --- a/src/soc/intel/alderlake/include/soc/bootblock.h +++ b/src/soc/intel/alderlake/include/soc/bootblock.h @@ -5,7 +5,8 @@
#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_M) + \ CONFIG(SOC_INTEL_ALDERLAKE_PCH_N) + \ - CONFIG(SOC_INTEL_ALDERLAKE_PCH_P) != 1 + CONFIG(SOC_INTEL_ALDERLAKE_PCH_P) + \ + CONFIG(SOC_INTEL_ALDERLAKE_PCH_S) != 1 #error "Please select exactly one PCH type" #endif