pci_ids.h: Add AMD Picasso IDs
Change-Id: I4ac67d1577229e63424dd7fd0ff84d1acfe826c3 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33748 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
parent
ce4d39d2d7
commit
ab0ab966f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue