summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-09-07 16:15:19 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-09-08 12:56:51 +0000
commit627371722c7293c3f246439dea0704258cf7e67e (patch)
tree075251075fba0b1a69122d125fa84fed5cf93f7b /src/soc
parent856731d3ba4ad0824c90668eda2f59dc251ee4f5 (diff)
downloadcoreboot-627371722c7293c3f246439dea0704258cf7e67e.tar.xz
pci_ids: Add Alder Lake IPU PCI IDs
Add PCI IDs for Intel's Image Processing Unit (IPU) for ADL. Also add NULL terminator at end of pci_device_ids. Change-Id: I327828d676422fc6162fadffd9b39529ecb89ace Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45139 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/ipu/ipu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/ipu/ipu.c b/src/soc/intel/common/block/ipu/ipu.c
index f7b01aa067..844d88ec19 100644
--- a/src/soc/intel/common/block/ipu/ipu.c
+++ b/src/soc/intel/common/block/ipu/ipu.c
@@ -14,6 +14,8 @@ struct device_operations ipu_pci_ops = {
static const uint16_t pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_TGL_IPU,
PCI_DEVICE_ID_INTEL_JSL_IPU,
+ PCI_DEVICE_ID_INTEL_ADL_IPU,
+ 0
};
static const struct pci_driver intel_ipu __pci_driver = {