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
fa233ac9
Unverified
Commit
fa233ac9
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 #1824 from antonio-nino-diaz-arm/an/move-dyn-xlat
fvp: trusty: Move dynamic xlat enable to platform
parents
ba2d7f92
819dcd7c
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
v2.1
v2.1-rc1
v2.1-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plat/arm/board/fvp/platform.mk
+4
-1
plat/arm/board/fvp/platform.mk
services/spd/trusty/trusty.mk
+0
-2
services/spd/trusty/trusty.mk
with
4 additions
and
3 deletions
+4
-3
plat/arm/board/fvp/platform.mk
View file @
fa233ac9
...
...
@@ -236,7 +236,7 @@ ifeq (${ARCH},aarch32)
ifeq
(${RESET_TO_SP_MIN},1)
BL32_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
else
else
# if AArch64
ifeq
(${RESET_TO_BL31},1)
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
...
...
@@ -245,6 +245,9 @@ else
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
endif
ifeq
(${SPD},trusty)
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
endif
# Add support for platform supplied linker script for BL31 build
...
...
This diff is collapsed.
Click to expand it.
services/spd/trusty/trusty.mk
View file @
fa233ac9
...
...
@@ -13,8 +13,6 @@ 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