summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOfir Fedida <ofedida@marvell.com>2017-07-17 10:40:26 +0300
committerKonstantin Porotchkin <kostap@marvell.com>2017-08-22 11:18:11 +0300
commit07fc9e4f4d4d2bdfcc95221cd4ce42bd7c85282f (patch)
tree33034febfe898a45db0cd942873a64ff26564820 /Makefile
parenta149c174d3256f37b60efa733d67f5f9297c13fe (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 9322e019..128d83fa 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,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