diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-01-02 13:52:51 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-02-22 12:25:25 +0000 |
commit | 71c0a9498702afb3a94cf36a6eec7aec8f9890b2 (patch) | |
tree | 2601987bf072d0f259766ce980f0266957968c1c /src/include/device | |
parent | ab770083952dbe39987650a9570967b1436ce785 (diff) | |
download | coreboot-71c0a9498702afb3a94cf36a6eec7aec8f9890b2.tar.gz coreboot-71c0a9498702afb3a94cf36a6eec7aec8f9890b2.tar.bz2 coreboot-71c0a9498702afb3a94cf36a6eec7aec8f9890b2.zip |
drivers/cavium: Add UART PCI driver
Add UART PCI driver in cavium/common/pci.
Tested on opencellular/elgon.
The UART is still initialized and usable in Linux.
Change-Id: I0fa2f086aba9b4f9c6dba7a35a84ea61c5fa64e4
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/30608
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2d1919420617..9be9759b3062 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -132,6 +132,9 @@ #define PCI_DEVICE_ID_BERKOM_A4T 0xffa4 #define PCI_DEVICE_ID_BERKOM_SCITEL_QUADRO 0xffa8 +#define PCI_VENDOR_CAVIUM 0x177d +#define PCI_DEVICE_ID_CAVIUM_THUNDERX_UART 0xa00f + #define PCI_VENDOR_ID_COMPAQ 0x0e11 #define PCI_DEVICE_ID_COMPAQ_TOKENRING 0x0508 #define PCI_DEVICE_ID_COMPAQ_1280 0x3033 |