summaryrefslogtreecommitdiff
path: root/plat/mediatek
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-04-08 16:42:58 +0100
committerSoby Mathew <soby.mathew@arm.com>2016-04-13 12:06:23 +0100
commit3e4b8fdcd3794ca07135521a5fd4c3141624f17c (patch)
tree03678b57672f682cfda61596fe65ce19bc1f8f52 /plat/mediatek
parent3ca9928df202607e6d77e8b8a31a30ff4a934a4b (diff)
Migrate platform ports to the new xlat_tables library
This patch modifies the upstream platform port makefiles to use the new xlat_tables library files. This patch also makes mmap region setup common between AArch64 and AArch32 for FVP platform port. The file `fvp_common.c` is moved from the `plat/arm/board/fvp/aarch64` folder to the parent folder as it is not specific to AArch64. Change-Id: Id2e9aac45e46227b6f83cccfd1e915404018ea0b
Diffstat (limited to 'plat/mediatek')
-rw-r--r--plat/mediatek/mt8173/platform.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/mediatek/mt8173/platform.mk b/plat/mediatek/mt8173/platform.mk
index 4169823f..f0451b92 100644
--- a/plat/mediatek/mt8173/platform.mk
+++ b/plat/mediatek/mt8173/platform.mk
@@ -40,7 +40,8 @@ PLAT_INCLUDES := -I${MTK_PLAT}/common/ \
-I${MTK_PLAT_SOC}/drivers/uart/ \
-I${MTK_PLAT_SOC}/include/
-PLAT_BL_COMMON_SOURCES := lib/aarch64/xlat_tables.c \
+PLAT_BL_COMMON_SOURCES := lib/xlat_tables/xlat_tables_common.c \
+ lib/xlat_tables/aarch64/xlat_tables.c \
plat/common/aarch64/plat_common.c \
plat/common/plat_gic.c