summaryrefslogtreecommitdiffstats
path: root/src/include/device/pci_ids.h
diff options
context:
space:
mode:
authorAlan Huang <alan-huang@quanta.corp-partner.google.com>2021-11-10 10:59:13 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-12-03 15:49:02 +0000
commit769994cbf6cf1f136e00f8371c704a38c2e27e63 (patch)
tree1ceb4693751227d7a6a330502a86340ac489ac39 /src/include/device/pci_ids.h
parentfc69b9d5efd2df202d6fe21f1e2c1abda1e6dbfa (diff)
downloadcoreboot-769994cbf6cf1f136e00f8371c704a38c2e27e63.tar.gz
coreboot-769994cbf6cf1f136e00f8371c704a38c2e27e63.tar.bz2
coreboot-769994cbf6cf1f136e00f8371c704a38c2e27e63.zip
drivers/net/r8168: Add support for Realtek RT8125
The Realtek RT8168 and RT8125 have a similar programming interface, therefore add the PCI device ID for the RT8125 into driver for support. BUG=b:193750191 TEST=emerge-brask coreboot chromeos-bootimage. Test on brask whose NIC is RT8125. Check if the default MAC is written into the NIC. Signed-off-by: Alan Huang <alan-huang@quanta.corp-partner.google.com> Change-Id: Iaa4c41f94fd6e5fd6393abbb30bfc22a149f5d71 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59086 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Zhuohao Lee <zhuohao@google.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r--src/include/device/pci_ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index db51905598d8..b6cb7d8f32b1 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -1281,8 +1281,10 @@
#define PCI_VENDOR_ID_REALTEK 0x10ec
#define PCI_DEVICE_ID_REALTEK_5261 0x5261
#define PCI_DEVICE_ID_REALTEK_8029 0x8029
+#define PCI_DEVICE_ID_REALTEK_8125 0x8125
#define PCI_DEVICE_ID_REALTEK_8129 0x8129
#define PCI_DEVICE_ID_REALTEK_8139 0x8139
+#define PCI_DEVICE_ID_REALTEK_8168 0x8168
#define PCI_VENDOR_ID_TYAN 0x10f1
#define PCI_VENDOR_ID_XILINX 0x10ee