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
4ed750a4
Commit
4ed750a4
authored
5 years ago
by
Mark Dykes
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "plat: pass -D option to BL*_CPPFLAGS instead of BL*_CFLAGS" into integration
parents
f80f2d1c
11a3c5ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
plat/arm/board/fvp/platform.mk
+7
-7
plat/arm/board/fvp/platform.mk
plat/arm/board/juno/platform.mk
+4
-4
plat/arm/board/juno/platform.mk
plat/arm/board/rdn1edge/platform.mk
+1
-1
plat/arm/board/rdn1edge/platform.mk
with
12 additions
and
12 deletions
+12
-12
plat/arm/board/fvp/platform.mk
View file @
4ed750a4
...
...
@@ -297,30 +297,30 @@ endif
# Enable the dynamic translation tables library.
ifeq
(${ARCH},aarch32)
ifeq
(${RESET_TO_SP_MIN},1)
BL32_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
BL32_C
PP
FLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
else
# AArch64
ifeq
(${RESET_TO_BL31},1)
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
BL31_C
PP
FLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
ifeq
(${SPD},trusty)
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
BL31_C
PP
FLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
endif
ifeq
(${ALLOW_RO_XLAT_TABLES}, 1)
ifeq
(${ARCH},aarch32)
BL32_CFLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
BL32_C
PP
FLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
else
# AArch64
BL31_CFLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
BL31_C
PP
FLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
ifeq
(${SPD},tspd)
BL32_CFLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
BL32_C
PP
FLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
endif
endif
endif
ifeq
(${USE_DEBUGFS},1)
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
BL31_C
PP
FLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
# Add support for platform supplied linker script for BL31 build
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/juno/platform.mk
View file @
4ed750a4
...
...
@@ -147,19 +147,19 @@ ENABLE_SVE_FOR_NS := 0
# Enable the dynamic translation tables library.
ifeq
(${ARCH},aarch32)
ifeq
(${RESET_TO_SP_MIN},1)
BL32_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
BL32_C
PP
FLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
else
ifeq
(${RESET_TO_BL31},1)
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
BL31_C
PP
FLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
endif
endif
ifeq
(${ALLOW_RO_XLAT_TABLES}, 1)
ifeq
(${JUNO_AARCH32_EL3_RUNTIME}, 1)
BL32_CFLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
BL32_C
PP
FLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
else
BL31_CFLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
BL31_C
PP
FLAGS
+=
-DPLAT_RO_XLAT_TABLES
=
1
endif
endif
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/rdn1edge/platform.mk
View file @
4ed750a4
...
...
@@ -38,7 +38,7 @@ BL2_SOURCES += ${RDN1EDGE_BASE}/rdn1edge_trusted_boot.c
endif
# Enable dynamic addition of MMAP regions in BL31
BL31_CFLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
BL31_C
PP
FLAGS
+=
-DPLAT_XLAT_TABLES_DYNAMIC
=
1
# Add the FDT_SOURCES and options for Dynamic Config
FDT_SOURCES
+=
${RDN1EDGE_BASE}
/fdts/
${PLAT}
_fw_config.dts
...
...
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