mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
x86: pci: Add PCI IDs for Minnowboard Max
This board includes a few IDs we have not seen before. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
250e039da8
commit
3423623835
1 changed files with 5 additions and 0 deletions
|
@ -1346,6 +1346,7 @@
|
|||
|
||||
#define PCI_VENDOR_ID_REALTEK 0x10ec
|
||||
#define PCI_DEVICE_ID_REALTEK_8139 0x8139
|
||||
#define PCI_DEVICE_ID_REALTEK_8168 0x8168
|
||||
|
||||
#define PCI_VENDOR_ID_XILINX 0x10ee
|
||||
#define PCI_DEVICE_ID_RME_DIGI96 0x3fc0
|
||||
|
@ -2594,6 +2595,10 @@
|
|||
#define PCI_DEVICE_ID_INTEL_I960 0x0960
|
||||
#define PCI_DEVICE_ID_INTEL_I960RM 0x0962
|
||||
#define PCI_DEVICE_ID_INTEL_CENTERTON_ILB 0x0c60
|
||||
#define PCI_DEVICE_ID_INTEL_VALLEYVIEW_SDIO 0x0f15
|
||||
#define PCI_DEVICE_ID_INTEL_VALLEYVIEW_SDCARD 0x0f16
|
||||
#define PCI_DEVICE_ID_INTEL_VALLEYVIEW_LPC 0x0f1c
|
||||
#define PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA 0x0f23
|
||||
#define PCI_DEVICE_ID_INTEL_82541ER 0x1078
|
||||
#define PCI_DEVICE_ID_INTEL_82541GI_LF 0x107c
|
||||
#define PCI_DEVICE_ID_INTEL_82542 0x1000
|
||||
|
|
Loading…
Reference in a new issue