From dd4861ae04a7825f04470471fe56cc4fc46028dc Mon Sep 17 00:00:00 2001 From: Sumeet R Pawnikar Date: Wed, 19 May 2021 15:59:55 +0530 Subject: soc/intel/common: Add Alder Lake device IDs Add Alder Lake specific Host and Graphics device IDs. As per latest document number: 619501, these IDs got an update. Change-Id: I548a903714ccc7470f1425ac67c0c66522437365 Signed-off-by: Sumeet R Pawnikar Reviewed-on: https://review.coreboot.org/c/coreboot/+/54674 Reviewed-by: Subrata Banik Reviewed-by: Angel Pons Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/graphics/graphics.c | 2 ++ src/soc/intel/common/block/systemagent/systemagent.c | 1 + 2 files changed, 3 insertions(+) (limited to 'src/soc/intel/common/block') diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index fe89f86154..e5af85f750 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -296,6 +296,8 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_ADL_GT1_9, PCI_DEVICE_ID_INTEL_ADL_P_GT2, PCI_DEVICE_ID_INTEL_ADL_P_GT2_1, + PCI_DEVICE_ID_INTEL_ADL_P_GT2_2, + PCI_DEVICE_ID_INTEL_ADL_P_GT2_3, PCI_DEVICE_ID_INTEL_ADL_S_GT1, PCI_DEVICE_ID_INTEL_ADL_M_GT1, 0, diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 7d42fe1641..19d4522d95 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -417,6 +417,7 @@ static const unsigned short systemagent_ids[] = { PCI_DEVICE_ID_INTEL_ADL_P_ID_7, PCI_DEVICE_ID_INTEL_ADL_P_ID_8, PCI_DEVICE_ID_INTEL_ADL_P_ID_9, + PCI_DEVICE_ID_INTEL_ADL_M_ID_1, 0 }; -- cgit v1.2.3