From ab0ab966f5a7613c091136b081c36fa77b589d84 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Tue, 9 Apr 2019 18:32:11 -0600 Subject: [PATCH] pci_ids.h: Add AMD Picasso IDs Change-Id: I4ac67d1577229e63424dd7fd0ff84d1acfe826c3 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/c/coreboot/+/33748 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Martin Roth Reviewed-by: Edward O'Callaghan --- src/include/device/pci_ids.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2c8fadcc6f..35c457a636 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -304,6 +304,7 @@ #define PCI_DEVICE_ID_AMD_15H_MODEL_303F_NB_IOMMU 0x1423 #define PCI_DEVICE_ID_AMD_16H_MODEL_303F_NB_IOMMU 0x1567 #define PCI_DEVICE_ID_AMD_15H_MODEL_707F_NB_IOMMU 0x1577 +#define PCI_DEVICE_ID_AMD_17H_MODEL_101F_NB_IOMMU 0x15d1 #define PCI_DEVICE_ID_ATI_SB600_LPC 0x438D #define PCI_DEVICE_ID_ATI_SB600_SATA 0x4380 @@ -451,6 +452,12 @@ #define PCI_DEVICE_ID_AMD_CZ_USB3_0 0x7914 #define PCI_DEVICE_ID_AMD_CZ_SMBUS 0x790B +#define PCI_DEVICE_ID_AMD_PCO_LPC 0x790e +#define PCI_DEVICE_ID_AMD_PCO_HDA0 0x15de +#define PCI_DEVICE_ID_AMD_PCO_HDA1 0x15e3 +#define PCI_DEVICE_ID_AMD_PCO_XHCI0 0x15e0 +#define PCI_DEVICE_ID_AMD_PCO_XHCI1 0x15e1 + #define PCI_VENDOR_ID_VLSI 0x1004 #define PCI_DEVICE_ID_VLSI_82C592 0x0005 #define PCI_DEVICE_ID_VLSI_82C593 0x0006 -- 2.11.4.GIT