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
33f1dd9c
Commit
33f1dd9c
authored
5 years ago
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "uniphier: define PLAT_XLAT_TABLES_DYNAMIC only for BL2" into integration
parents
8a53445e
46e2c853
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
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/socionext/uniphier/include/platform_def.h
+0
-1
plat/socionext/uniphier/include/platform_def.h
plat/socionext/uniphier/platform.mk
+3
-0
plat/socionext/uniphier/platform.mk
with
3 additions
and
1 deletion
+3
-1
plat/socionext/uniphier/include/platform_def.h
View file @
33f1dd9c
...
...
@@ -62,7 +62,6 @@
#define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 32)
#define PLAT_VIRT_ADDR_SPACE_SIZE (1ULL << 32)
#define PLAT_XLAT_TABLES_DYNAMIC 1
#define MAX_XLAT_TABLES 9
#define MAX_MMAP_REGIONS 13
...
...
This diff is collapsed.
Click to expand it.
plat/socionext/uniphier/platform.mk
View file @
33f1dd9c
...
...
@@ -21,6 +21,9 @@ BL31_CPPFLAGS += -DPLAT_RO_XLAT_TABLES
BL32_CPPFLAGS
+=
-DPLAT_RO_XLAT_TABLES
endif
# The dynamic xlat table is only used in BL2
BL2_CPPFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
# Cortex-A53 revision r0p4-51rel0
# needed for LD20, unneeded for LD11, PXs3 (no ACE)
ERRATA_A53_855873
:=
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