platform_t132.mk 1015 Bytes
Newer Older
1
#
2
# Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
3
# Copyright (c) 2020, NVIDIA Corporation. All rights reserved.
4
#
dp-arm's avatar
dp-arm committed
5
# SPDX-License-Identifier: BSD-3-Clause
6
7
#

8
TZDRAM_BASE			:= 0xF5C00000
9
10
11
12
13
14
15
16
$(eval $(call add_define,TZDRAM_BASE))

PLATFORM_CLUSTER_COUNT		:= 1
$(eval $(call add_define,PLATFORM_CLUSTER_COUNT))

PLATFORM_MAX_CPUS_PER_CLUSTER	:= 2
$(eval $(call add_define,PLATFORM_MAX_CPUS_PER_CLUSTER))

17
18
19
20
21
22
MAX_XLAT_TABLES			:= 3
$(eval $(call add_define,MAX_XLAT_TABLES))

MAX_MMAP_REGIONS		:= 8
$(eval $(call add_define,MAX_MMAP_REGIONS))

23
24
25
# platform files
PLAT_INCLUDES		+=	-Iplat/nvidia/tegra/include/t132

26
27
BL31_SOURCES		+=	${TEGRA_GICv2_SOURCES}			\
				drivers/ti/uart/aarch64/16550_console.S	\
28
				lib/cpus/aarch64/denver.S		\
29
30
				${TEGRA_DRIVERS}/flowctrl/flowctrl.c	\
				${TEGRA_DRIVERS}/memctrl/memctrl_v1.c	\
31
				${TEGRA_DRIVERS}/pmc/pmc.c		\
32
				${SOC_DIR}/plat_psci_handlers.c		\
33
				${SOC_DIR}/plat_sip_calls.c		\
34
35
				${SOC_DIR}/plat_setup.c			\
				${SOC_DIR}/plat_secondary.c