Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47678 )
Change subject: include/device/pci_ids: add model number to AMD GBE controller ......................................................................
include/device/pci_ids: add model number to AMD GBE controller
Change-Id: I4499c383e63cd12a0fc11efd94ef396d9ad23789 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/include/device/pci_ids.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/47678/1
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index d1a4744..c8d0c9a 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -475,7 +475,7 @@ #define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_SD 0x7906 #define PCI_DEVICE_ID_AMD_FAM17H_SMBUS 0x790B #define PCI_DEVICE_ID_AMD_FAM17H_LPC 0x790E -#define PCI_DEVICE_ID_AMD_FAM17H_GBE 0x1458 +#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_GBE 0x1458
#define PCI_DEVICE_ID_ATI_FAM17H_GPU 0x15D8 #define PCI_DEVICE_ID_ATI_FAM17H_HDA0 0x15DE
Marshall Dawson has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47678 )
Change subject: include/device/pci_ids: add model number to AMD GBE controller ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47678 )
Change subject: include/device/pci_ids: add model number to AMD GBE controller ......................................................................
include/device/pci_ids: add model number to AMD GBE controller
Change-Id: I4499c383e63cd12a0fc11efd94ef396d9ad23789 Signed-off-by: Felix Held felix-coreboot@felixheld.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/47678 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/include/device/pci_ids.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Marshall Dawson: Looks good to me, approved
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index d1a4744..c8d0c9a 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -475,7 +475,7 @@ #define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_SD 0x7906 #define PCI_DEVICE_ID_AMD_FAM17H_SMBUS 0x790B #define PCI_DEVICE_ID_AMD_FAM17H_LPC 0x790E -#define PCI_DEVICE_ID_AMD_FAM17H_GBE 0x1458 +#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_GBE 0x1458
#define PCI_DEVICE_ID_ATI_FAM17H_GPU 0x15D8 #define PCI_DEVICE_ID_ATI_FAM17H_HDA0 0x15DE