Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36116 )
Change subject: pci_ids: Add AMD Family 17h ACP ......................................................................
pci_ids: Add AMD Family 17h ACP
Add Picasso's Audio Coprocessor
Change-Id: I3f49a61125f0a25db9f43bf2b27c9c68f21d1594 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/include/device/pci_ids.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/36116/1
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 6abedb4..3cab86bd 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -456,6 +456,7 @@ #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_DEVICD_ID_AMD_PCO_ACP 0x15e2 #define PCI_DEVICE_ID_AMD_PCO_XHCI0 0x15e0 #define PCI_DEVICE_ID_AMD_PCO_XHCI1 0x15e1