summaryrefslogtreecommitdiff
path: root/src/soc/intel/meteorlake
diff options
context:
space:
mode:
authorMichał Kopeć <michal.kopec@3mdeb.com>2024-04-28 14:24:26 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-04-29 20:34:48 +0000
commit7a6bb883c479dd11c8f76ccbb0fe6edd0c57ec3a (patch)
tree377a351dc638d705b78af6726c2dd42d25b2f223 /src/soc/intel/meteorlake
parent78439118c8263160818bc5a2cb68f7a8be0e5a26 (diff)
include/device/pci_ids.h, soc/intel/mtl: add new MTL-P iGPU DID
Found in a Clevo V560TU with Intel Core Ultra 155H Change-Id: I0f10808fd0e2d9c122743615fbce656c6d2447cc Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82071 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/meteorlake')
-rw-r--r--src/soc/intel/meteorlake/bootblock/report_platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/bootblock/report_platform.c b/src/soc/intel/meteorlake/bootblock/report_platform.c
index 49d0661f30..bc8ae920c1 100644
--- a/src/soc/intel/meteorlake/bootblock/report_platform.c
+++ b/src/soc/intel/meteorlake/bootblock/report_platform.c
@@ -58,6 +58,7 @@ static struct {
{ PCI_DID_INTEL_MTL_P_GT2_2, "MeteorLake-P GT2" },
{ PCI_DID_INTEL_MTL_P_GT2_3, "MeteorLake-P GT2" },
{ PCI_DID_INTEL_MTL_P_GT2_4, "Meteorlake-P GT2" },
+ { PCI_DID_INTEL_MTL_P_GT2_5, "Meteorlake-P GT2" },
};
static inline uint8_t get_dev_revision(pci_devfn_t dev)