summaryrefslogtreecommitdiffstats
path: root/util/ifdtool/ifdtool.h
diff options
context:
space:
mode:
authorJohnny Lin <johnny_lin@wiwynn.com>2021-06-22 11:26:46 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-06-26 10:05:53 +0000
commite273a02d259c25b5ab5885bcdfd5b1c2d226580a (patch)
tree14210343f6d5e573580cb70227abd4376e8790a3 /util/ifdtool/ifdtool.h
parent181fce25d98c6e8726db8816354db4a90a067289 (diff)
downloadcoreboot-e273a02d259c25b5ab5885bcdfd5b1c2d226580a.tar.gz
coreboot-e273a02d259c25b5ab5885bcdfd5b1c2d226580a.tar.bz2
coreboot-e273a02d259c25b5ab5885bcdfd5b1c2d226580a.zip
util/ifdtool: Add Xeon SP Lewisburg PCH platform support under IFDv2
After commit 8c082e5fe (util/ifdtool: Use -p platform name to detect IFDv2 platform and chipset) w/o this xeon_sp/cpx would be detected as IFDv1 and see build error. Fixes: 8c082e5fe ("util/ifdtool: Use -p platform name to detect IFDv2 platform and chipset") Change-Id: I444e7d35a85d9d42fc25d654e57386f38cf1ec85 Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com> Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55745 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/ifdtool/ifdtool.h')
-rw-r--r--util/ifdtool/ifdtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ifdtool/ifdtool.h b/util/ifdtool/ifdtool.h
index 6ef2815dcb40..4f63e20c4459 100644
--- a/util/ifdtool/ifdtool.h
+++ b/util/ifdtool/ifdtool.h
@@ -50,6 +50,7 @@ enum ich_chipset {
enum platform {
PLATFORM_APL,
PLATFORM_CNL,
+ PLATFORM_LBG,
PLATFORM_EHL,
PLATFORM_GLK,
PLATFORM_ICL,