From abd4b96eb4f73b220d9ec61ada582fcc79d2eb46 Mon Sep 17 00:00:00 2001 From: Jeff Daly Date: Thu, 6 Jan 2022 00:52:30 -0500 Subject: util/ifdtool: Add support for Denverton SoC Denverton is a special version of IFD2 flash layout. It defines 10GbE firmware regions (11/12) and the IE (10) region which other IFD2 platforms do not have. Denverton does not include the legacy GbE region (3) or the EC region (8) which other IFD2 platforms do have. TEST='ifdtool -p dnv coreboot.rom' and verify correct output Signed-off-by: Jeff Daly Change-Id: I15939ce4672123f39a807d63c13ba7df98c57523 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60830 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/denverton_ns/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/denverton_ns') diff --git a/src/soc/intel/denverton_ns/Kconfig b/src/soc/intel/denverton_ns/Kconfig index 194067a555..8cf0754d10 100644 --- a/src/soc/intel/denverton_ns/Kconfig +++ b/src/soc/intel/denverton_ns/Kconfig @@ -174,4 +174,8 @@ config USE_DENVERTON_NS_FSP_CAR endchoice +config IFD_CHIPSET + string + default "dnv" + endif ## SOC_INTEL_DENVERTON_NS -- cgit v1.2.3