summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/jasperlake/bootblock/report_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/bootblock/report_platform.c')
-rw-r--r--src/soc/intel/jasperlake/bootblock/report_platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/bootblock/report_platform.c b/src/soc/intel/jasperlake/bootblock/report_platform.c
index 8f1318d8d2c5..d7eb49070923 100644
--- a/src/soc/intel/jasperlake/bootblock/report_platform.c
+++ b/src/soc/intel/jasperlake/bootblock/report_platform.c
@@ -44,6 +44,7 @@ static struct {
} igd_table[] = {
{ PCI_DEVICE_ID_INTEL_JSL_GT1, "Jasperlake GT1" },
{ PCI_DEVICE_ID_INTEL_JSL_GT2, "Jasperlake GT2" },
+ { PCI_DEVICE_ID_INTEL_JSL_GT3, "Jasperlake GT3" },
};
static inline uint8_t get_dev_revision(pci_devfn_t dev)