summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-06-09 10:28:02 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2016-07-22 09:28:32 +0100
commit2488d0622b10544a643e4bc9107f109d62869c54 (patch)
treeffb2732528391b9abcd88ceca6362ddd208e0bc0 /framework
parentc07ff11ae37209f240fd979af61aed05ed1bd736 (diff)
Refactor the xlat_tables library
This patch refactors the xlat_tables library to make it inline with the refactoring done in Trusted Firmware. The xlat_tables is now a separate library component in the `lib/` folder. It also includes all the enhancements done in Trusted Firmware to the xlat_tables library. Change-Id: I99f02c32ed44c659f989849507b091df0397442c
Diffstat (limited to 'framework')
-rw-r--r--framework/framework.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/framework.mk b/framework/framework.mk
index 97452c3..a2f0f0c 100644
--- a/framework/framework.mk
+++ b/framework/framework.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -60,8 +60,6 @@ FRAMEWORK_SOURCES := ${AUTOGEN_DIR}/tests_list.c \
framework/timer/timer_framework.c \
lib/aarch64/cache_helpers.S \
lib/aarch64/misc_helpers.S \
- lib/aarch64/xlat_helpers.c \
- lib/aarch64/xlat_tables.c \
lib/delay/delay.c \
lib/events/events.c \
lib/irq/irq.c \
@@ -76,6 +74,8 @@ FRAMEWORK_SOURCES := ${AUTOGEN_DIR}/tests_list.c \
lib/trusted_os/trusted_os.c \
lib/utils/mp_printf.c \
lib/utils/uuid.c \
+ lib/xlat_tables/aarch64/xlat_tables.c \
+ lib/xlat_tables/xlat_tables_common.c \
plat/common/aarch64/plat_common.c \
plat/common/aarch64/platform_helpers.S \
plat/common/aarch64/platform_mp_stack.S \