aboutsummaryrefslogtreecommitdiff
path: root/plat/nvidia/tegra/soc/t132
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2015-09-18 11:21:22 +0530
committerVarun Wadekar <vwadekar@nvidia.com>2017-02-22 09:16:34 -0800
commit21f1fd95dbc8c84c770f38fec558d18c66249da7 (patch)
tree873daf2aae53a288363f6d671c96d8c666c72989 /plat/nvidia/tegra/soc/t132
parent08cefa983eb55c9fc837a04bcba12b1e821ce283 (diff)
downloadtrusted-firmware-a-21f1fd95dbc8c84c770f38fec558d18c66249da7.tar.gz
Tegra: Memory Controller Driver (v1)
This patch renames the current Memory Controller driver files to "_v1". This is done to add a driver for the new Memory Controller hardware (v2). Change-Id: I668dbba42f6ee0db2f59a7103f0ae7e1d4684ecf Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'plat/nvidia/tegra/soc/t132')
-rw-r--r--plat/nvidia/tegra/soc/t132/platform_t132.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/nvidia/tegra/soc/t132/platform_t132.mk b/plat/nvidia/tegra/soc/t132/platform_t132.mk
index d747d40850..466e7cd360 100644
--- a/plat/nvidia/tegra/soc/t132/platform_t132.mk
+++ b/plat/nvidia/tegra/soc/t132/platform_t132.mk
@@ -48,6 +48,7 @@ $(eval $(call add_define,MAX_MMAP_REGIONS))
BL31_SOURCES += lib/cpus/aarch64/denver.S \
${COMMON_DIR}/drivers/flowctrl/flowctrl.c \
+ ${COMMON_DIR}/drivers/memctrl/memctrl_v1.c \
${SOC_DIR}/plat_psci_handlers.c \
${SOC_DIR}/plat_sip_calls.c \
${SOC_DIR}/plat_setup.c \