diff options
author | Johnny Lin <johnny_lin@wiwynn.com> | 2021-06-22 11:35:41 +0800 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-06-28 04:12:18 +0000 |
commit | c05aa26a1fc472e121ca1b6b6a3510323ae53e34 (patch) | |
tree | 036c85a4a0f23bd975295dda513807aea03d6b40 | |
parent | a4a160611d3ac4f36d60c84272231a9a8760c270 (diff) |
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 <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55746
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/soc/intel/xeon_sp/cpx/Kconfig | 4 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/skx/Kconfig | 4 |
2 files changed, 8 insertions, 0 deletions
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 |