summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/uart/uart.c
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-08-03 14:29:25 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-08-05 05:38:14 +0000
commitf672f7ff7d6e1fd607c4348ac45132a1e3064585 (patch)
treeca4fe63e55f1885e63a6ccac4425def60e2d55c5 /src/soc/intel/common/block/uart/uart.c
parentd1c590a66654bdb6be6da85c539c9567be6234a0 (diff)
downloadcoreboot-f672f7ff7d6e1fd607c4348ac45132a1e3064585.tar.gz
coreboot-f672f7ff7d6e1fd607c4348ac45132a1e3064585.tar.bz2
coreboot-f672f7ff7d6e1fd607c4348ac45132a1e3064585.zip
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>
Diffstat (limited to 'src/soc/intel/common/block/uart/uart.c')
-rw-r--r--src/soc/intel/common/block/uart/uart.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/uart/uart.c b/src/soc/intel/common/block/uart/uart.c
index fac05775faf2..ed4f9c62f7cc 100644
--- a/src/soc/intel/common/block/uart/uart.c
+++ b/src/soc/intel/common/block/uart/uart.c
@@ -274,6 +274,20 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_JSP_UART0,
PCI_DEVICE_ID_INTEL_JSP_UART1,
PCI_DEVICE_ID_INTEL_JSP_UART2,
+ PCI_DEVICE_ID_INTEL_ADP_S_UART0,
+ PCI_DEVICE_ID_INTEL_ADP_S_UART1,
+ PCI_DEVICE_ID_INTEL_ADP_S_UART2,
+ PCI_DEVICE_ID_INTEL_ADP_S_UART3,
+ PCI_DEVICE_ID_INTEL_ADP_S_UART4,
+ PCI_DEVICE_ID_INTEL_ADP_S_UART5,
+ PCI_DEVICE_ID_INTEL_ADP_S_UART6,
+ PCI_DEVICE_ID_INTEL_ADP_P_UART0,
+ PCI_DEVICE_ID_INTEL_ADP_P_UART1,
+ PCI_DEVICE_ID_INTEL_ADP_P_UART2,
+ PCI_DEVICE_ID_INTEL_ADP_P_UART3,
+ PCI_DEVICE_ID_INTEL_ADP_P_UART4,
+ PCI_DEVICE_ID_INTEL_ADP_P_UART5,
+ PCI_DEVICE_ID_INTEL_ADP_P_UART6,
0,
};