Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
32bcba00
Unverified
Commit
32bcba00
authored
6 years ago
by
Antonio Niño Díaz
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1809 from antonio-nino-diaz-arm/an/fix-trusty
trusty: Require dynamic translation tables
parents
f41a9126
37d9458f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
services/spd/trusty/trusty.mk
+3
-1
services/spd/trusty/trusty.mk
with
3 additions
and
1 deletion
+3
-1
services/spd/trusty/trusty.mk
View file @
32bcba00
#
# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2016
-2019
, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -13,6 +13,8 @@ ifeq (${TRUSTY_SPD_WITH_GENERIC_SERVICES},1)
SPD_SOURCES
+=
services/spd/trusty/generic-arm64-smcall.c
endif
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
NEED_BL32
:=
yes
CTX_INCLUDE_FPREGS
:=
1
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help