| # |
| # Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| |
| PLAT_INCLUDES := -Iplat/nvidia/tegra/include/drivers \ |
| -Iplat/nvidia/tegra/include \ |
| -Iplat/nvidia/tegra/include/${TARGET_SOC} |
| |
| include lib/xlat_tables_v2/xlat_tables.mk |
| PLAT_BL_COMMON_SOURCES += ${XLAT_TABLES_LIB_SRCS} |
| |
| COMMON_DIR := plat/nvidia/tegra/common |
| |
| BL31_SOURCES += drivers/arm/gic/gic_v2.c \ |
| drivers/console/aarch64/console.S \ |
| drivers/delay_timer/delay_timer.c \ |
| drivers/ti/uart/aarch64/16550_console.S \ |
| ${COMMON_DIR}/aarch64/tegra_helpers.S \ |
| ${COMMON_DIR}/drivers/pmc/pmc.c \ |
| ${COMMON_DIR}/tegra_bl31_setup.c \ |
| ${COMMON_DIR}/tegra_delay_timer.c \ |
| ${COMMON_DIR}/tegra_fiq_glue.c \ |
| ${COMMON_DIR}/tegra_gic.c \ |
| ${COMMON_DIR}/tegra_platform.c \ |
| ${COMMON_DIR}/tegra_pm.c \ |
| ${COMMON_DIR}/tegra_sip_calls.c \ |
| ${COMMON_DIR}/tegra_topology.c |