util/ifdtool: Add Panther Lake platform support under IFDv2
BUG=b:347669091 TEST=Able to build ifdtool. Change-Id: Id261898932f11f4c9066453bce18fd889996e171 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83141 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
@@ -39,6 +39,7 @@ enum ich_chipset {
|
||||
CHIPSET_500_600_SERIES_TIGER_ALDER_POINT, /* 11th-12th gen Core i/o (LP)
|
||||
* variants onwards */
|
||||
CHIPSET_800_SERIES_METEOR_LAKE, /* 14th gen Core i/o (LP) variants onwards */
|
||||
CHIPSET_900_SERIES_PANTHER_LAKE, /* 16th gen Core i/o (LP) variants onwards */
|
||||
CHIPSET_C620_SERIES_LEWISBURG,
|
||||
CHIPSET_DENVERTON,
|
||||
};
|
||||
@@ -57,6 +58,7 @@ enum platform {
|
||||
PLATFORM_IFD2,
|
||||
PLATFORM_DNV,
|
||||
PLATFORM_MTL,
|
||||
PLATFORM_PTL,
|
||||
PLATFORM_WBG
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user