diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-02-23 17:08:44 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-24 19:37:12 +0000 |
commit | 0151b463c3a29db731c8d2c2f5f07d7b73082a97 (patch) | |
tree | 13cef8f4e3729dfdd957794dbaaae37c88ab69cb /src/include | |
parent | 8240cc33ec2d415cf92816e8af4ed6dd47664543 (diff) |
soc/amd/picasso/data_fabric: add missing data fabric device function 7
The device function is missing in the PCI device table in the PPR, but
is present in the hardware. Verified on a Mandolin board with PCO APU.
The corresponding ticket for the PPR is DESPCSOC-6667.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ie91438bc905691d443ca4e7841549d1e3bca39ca
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51041
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index d6e0ee7a05..475d0a84c8 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -475,6 +475,7 @@ #define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_DF4 0x15EC #define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_DF5 0x15ED #define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_DF6 0x15EE +#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_DF7 0x15EF #define PCI_DEVICE_ID_AMD_FAM17H_MODEL60H_DF0 0x1448 #define PCI_DEVICE_ID_AMD_FAM17H_MODEL60H_DF1 0x1449 #define PCI_DEVICE_ID_AMD_FAM17H_MODEL60H_DF2 0x144A |