blob: ee55455822856aa1058fea9485d821403e71ef96 [file] [log] [blame]
Marcin Wojtase3ade602021-06-22 23:44:26 +02001#
2# Copyright (C) 2018 Marvell International Ltd.
3# Copyright (C) 2021 Semihalf.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6# https://spdx.org/licenses
7#
8
9PCI_EP_SUPPORT := 0
10
11CP_NUM := 1
12$(eval $(call add_define,CP_NUM))
13
14DOIMAGE_SEC := tools/doimage/secure/sec_img_7K.cfg
15
16MARVELL_MOCHI_DRV := drivers/marvell/mochi/ap807_setup.c
17
18BOARD_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))
19
20#
21# CN913X CEx7 Evaluation Board shares the DRAM connectivity
22# and SerDes settings with the CN913X DB - reuse relevant
23# board-specific files.
24#
25T9130_DIR := $(BOARD_DIR)/../t9130
26PLAT_INCLUDES := -I$(T9130_DIR) \
27 -I$(T9130_DIR)/board
28BLE_PORTING_SOURCES := $(T9130_DIR)/board/dram_port.c \
29 $(BOARD_DIR)/board/marvell_plat_config.c
30
31include plat/marvell/armada/a8k/common/a8k_common.mk
32
33include plat/marvell/armada/common/marvell_common.mk