From c05aa26a1fc472e121ca1b6b6a3510323ae53e34 Mon Sep 17 00:00:00 2001 From: Johnny Lin Date: Tue, 22 Jun 2021 11:35:41 +0800 Subject: xeon_sp/{cpx,skx}: Add config IFD_CHIPSET 'lbg' This is needed for ifdtool -p to detect CPX and SKX Lewisburg PCH as IFDv2. Change-Id: I21df9f700aedf131a38a776e76722bf918e6af84 Signed-off-by: Johnny Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/55746 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/intel/xeon_sp/cpx/Kconfig | 4 ++++ src/soc/intel/xeon_sp/skx/Kconfig | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig index 5f1e9a37b1..8c1ce0d364 100644 --- a/src/soc/intel/xeon_sp/cpx/Kconfig +++ b/src/soc/intel/xeon_sp/cpx/Kconfig @@ -91,6 +91,10 @@ config IED_REGION_SIZE hex default 0x400000 +config IFD_CHIPSET + string + default "lbg" + config SOC_INTEL_COMMON_BLOCK_P2SB def_bool y diff --git a/src/soc/intel/xeon_sp/skx/Kconfig b/src/soc/intel/xeon_sp/skx/Kconfig index 0ff8114653..528f415551 100644 --- a/src/soc/intel/xeon_sp/skx/Kconfig +++ b/src/soc/intel/xeon_sp/skx/Kconfig @@ -59,4 +59,8 @@ config IED_REGION_SIZE hex default 0x400000 +config IFD_CHIPSET + string + default "lbg" + endif -- cgit v1.2.3