soc/intel/common: Include Alder Lake device IDs

Add Alder Lake specific CPU, System Agent, PCH (Alder Point aka ADP),
IGD device IDs.

Document Number: 619501, 619362

Change-Id: I17ce56a220e4dce2db2e0e69561b3d6dac9e65a2
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44108
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
diff --git a/src/soc/intel/common/block/xdci/xdci.c b/src/soc/intel/common/block/xdci/xdci.c
index a5cd9ca..54cb076 100644
--- a/src/soc/intel/common/block/xdci/xdci.c
+++ b/src/soc/intel/common/block/xdci/xdci.c
@@ -33,6 +33,8 @@
 	PCI_DEVICE_ID_INTEL_TGP_LP_XDCI,
 	PCI_DEVICE_ID_INTEL_MCC_XDCI,
 	PCI_DEVICE_ID_INTEL_JSP_XDCI,
+	PCI_DEVICE_ID_INTEL_ADP_P_XDCI,
+	PCI_DEVICE_ID_INTEL_ADP_S_XDCI,
 	0
 };