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/soc/cavium/common/Makefile.inc | |
parent | ab770083952dbe39987650a9570967b1436ce785 (diff) |
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/soc/cavium/common/Makefile.inc')
-rw-r--r-- | src/soc/cavium/common/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/cavium/common/Makefile.inc b/src/soc/cavium/common/Makefile.inc index ada8286591..ecde220667 100644 --- a/src/soc/cavium/common/Makefile.inc +++ b/src/soc/cavium/common/Makefile.inc @@ -15,6 +15,8 @@ ifeq ($(CONFIG_SOC_CAVIUM_COMMON),y) +subdirs-y += pci + CFLAGS_arm64 += -Wstack-usage=$(CONFIG_STACK_SIZE) bootblock-$(CONFIG_BOOTBLOCK_CUSTOM) += bootblock.c |