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>
This commit is contained in:
Johnny Lin 2021-06-22 11:35:41 +08:00 committed by Werner Zeh
parent a4a160611d
commit c05aa26a1f
2 changed files with 8 additions and 0 deletions

View File

@ -91,6 +91,10 @@ config IED_REGION_SIZE
hex hex
default 0x400000 default 0x400000
config IFD_CHIPSET
string
default "lbg"
config SOC_INTEL_COMMON_BLOCK_P2SB config SOC_INTEL_COMMON_BLOCK_P2SB
def_bool y def_bool y

View File

@ -59,4 +59,8 @@ config IED_REGION_SIZE
hex hex
default 0x400000 default 0x400000
config IFD_CHIPSET
string
default "lbg"
endif endif