summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/jasperlake/bootblock
diff options
context:
space:
mode:
authorKrishna Prasad Bhat <krishna.p.bhat.d@intel.com>2020-07-28 20:46:39 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-08-17 05:15:40 +0000
commit166d930e7a1219becf58db28b3910e64b15d3ce5 (patch)
treeecd7c10bc5a2424c51e9d8ba84df96ca76fb8c6f /src/soc/intel/jasperlake/bootblock
parent8fd5823c502c2bafdfa70bc0eb1bd8023ee0b692 (diff)
downloadcoreboot-166d930e7a1219becf58db28b3910e64b15d3ce5.tar.gz
coreboot-166d930e7a1219becf58db28b3910e64b15d3ce5.tar.bz2
coreboot-166d930e7a1219becf58db28b3910e64b15d3ce5.zip
soc/intel/jasperlake: Add IGD Device ID
Add IGD Device ID for Jasperlake. Reference is taken from Jasperlake EDS volume 1(Document Number: 613601). TEST=Build and boot Jasperlake platform. Change-Id: Iab3ba286f36afbf9533ac3cc62891fa390ca2441 Signed-off-by: Krishna Prasad Bhat <krishna.p.bhat.d@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44000 Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/jasperlake/bootblock')
-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)