summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOfir Fedida <ofedida@marvell.com>2017-07-17 10:40:26 +0300
committerKostya Porotchkin <kostap@marvell.com>2017-07-20 15:00:45 +0300
commit07aa2d08e601409eb1e3f9f717bb13a9655fbd70 (patch)
tree53b0f83145d9b8983067a7b4adf7a885ecb01b69 /Makefile
parentae1dcf753afb33bb3058e7a6e27378fc647e6854 (diff)
a80x0: add support for Armada 8k OCP board
this patch introduces support for new Armada 8k OCP board. - added new platform a80x0_ocp - enabled PCIe EP driver with delay_cfg=1 to allow later EP driver in Linux. - ddr configuration: 1CS 8Gb x5 Samsung devices K4A8G165WB BCRC speed bin 2400S device width x16 verified interfaces: 2 * 10G ethernet ports SPI MMC UART Change-Id: Id723b4a7b4b2f9c590a56417b9ceebe22d5727db Signed-off-by: Ofir Fedida <ofedida@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/41853 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed91b23c..762a65ac 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,9 @@ PCI_EP_SUPPORT := 1
else
PCI_EP_SUPPORT := 0
endif
+ifeq ($(PLAT),$(filter $(PLAT),a80x0_ocp))
+PCI_EP_SUPPORT := 1
+endif
# Marvell images
BOOT_IMAGE := boot-image.bin