Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
3b6ceeff
Commit
3b6ceeff
authored
Sep 27, 2017
by
davidcunado-arm
Committed by
GitHub
Sep 27, 2017
Browse files
Merge pull request #1111 from douglas-raillard-arm/dr/fix_uniphier_xlat_include
Uniphier: fix xlat tables lib inclusion
parents
21525052
142a17fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/socionext/uniphier/platform.mk
View file @
3b6ceeff
...
...
@@ -21,6 +21,9 @@ ifeq ($(NEED_BL32),yes)
$(eval
$(call
add_define,UNIPHIER_LOAD_BL32))
endif
# Libraries
include
lib/xlat_tables_v2/xlat_tables.mk
PLAT_PATH
:=
plat/socionext/uniphier
PLAT_INCLUDES
:=
-I
$(PLAT_PATH)
/include
...
...
@@ -37,12 +40,11 @@ IO_SOURCES := drivers/io/io_block.c \
# common sources for BL1, BL2, BL31
PLAT_BL_COMMON_SOURCES
+=
drivers/console/aarch64/console.S
\
lib/xlat_tables_v2/aarch64/xlat_tables_arch.c
\
lib/xlat_tables_v2/xlat_tables_internal.c
\
$(PLAT_PATH)
/uniphier_console.S
\
$(PLAT_PATH)
/uniphier_helpers.S
\
$(PLAT_PATH)
/uniphier_soc_info.c
\
$(PLAT_PATH)
/uniphier_xlat_setup.c
$(PLAT_PATH)
/uniphier_xlat_setup.c
\
${XLAT_TABLES_LIB_SRCS}
BL1_SOURCES
+=
lib/cpus/aarch64/cortex_a53.S
\
lib/cpus/aarch64/cortex_a72.S
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment