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
426d5f9c
Commit
426d5f9c
authored
5 years ago
by
Mark Dykes
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Build: define IMAGE_AT_EL1 or IMAGE_AT_EL3 globally for C files" into integration
parents
dc341a1a
d5e97a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+12
-0
Makefile
with
12 additions
and
0 deletions
+12
-0
Makefile
View file @
426d5f9c
...
...
@@ -508,6 +508,18 @@ ifeq ($(ARCH),aarch64)
endif
endif
ifeq
(${ARCH},aarch64)
BL1_CFLAGS
+=
-DIMAGE_AT_EL3
ifeq
($(BL2_AT_EL3),1)
BL2_CFLAGS
+=
-DIMAGE_AT_EL3
else
BL2_CFLAGS
+=
-DIMAGE_AT_EL1
endif
BL2U_CFLAGS
+=
-DIMAGE_AT_EL1
BL31_CFLAGS
+=
-DIMAGE_AT_EL3
BL32_CFLAGS
+=
-DIMAGE_AT_EL1
endif
# Include the CPU specific operations makefile, which provides default
# values for all CPU errata workarounds and CPU specific optimisations.
# This can be overridden by the platform.
...
...
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