Skip to content
GitLab
Menu
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
Mar 31, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Mar 31, 2020
Browse files
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
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.
...
...
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