From 71c0a9498702afb3a94cf36a6eec7aec8f9890b2 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 2 Jan 2019 13:52:51 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/30608 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/soc/cavium/common/pci/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/soc/cavium/common/pci/Makefile.inc (limited to 'src/soc/cavium/common/pci/Makefile.inc') diff --git a/src/soc/cavium/common/pci/Makefile.inc b/src/soc/cavium/common/pci/Makefile.inc new file mode 100644 index 0000000000..13040527d0 --- /dev/null +++ b/src/soc/cavium/common/pci/Makefile.inc @@ -0,0 +1 @@ +ramstage-y += uart.c -- cgit v1.2.3