diff options
author | Jeff Daly <jeffd@silicom-usa.com> | 2022-01-06 00:52:30 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-08 15:03:39 +0000 |
commit | abd4b96eb4f73b220d9ec61ada582fcc79d2eb46 (patch) | |
tree | 78cbc870222157e89d69aff42e1348d9b5ed72e1 /src/soc/intel/denverton_ns | |
parent | 5ff5225962b59b9113d7ded7633f2e0016012950 (diff) |
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 <jeffd@silicom-usa.com>
Change-Id: I15939ce4672123f39a807d63c13ba7df98c57523
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60830
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/denverton_ns')
-rw-r--r-- | src/soc/intel/denverton_ns/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |