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
93883a29
Unverified
Commit
93883a29
authored
6 years ago
by
Dimitris Papastamos
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1338 from antonio-nino-diaz-arm/an/spm-flag-check
SPM: Assert value of `ENABLE_SPM` build flag
parents
f11916bf
aafd8e1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-1
Makefile
with
2 additions
and
1 deletion
+2
-1
Makefile
View file @
93883a29
...
...
@@ -497,6 +497,7 @@ $(eval $(call assert_boolean,ENABLE_PMF))
$(eval
$(call
assert_boolean,ENABLE_PSCI_STAT))
$(eval
$(call
assert_boolean,ENABLE_RUNTIME_INSTRUMENTATION))
$(eval
$(call
assert_boolean,ENABLE_SPE_FOR_LOWER_ELS))
$(eval
$(call
assert_boolean,ENABLE_SPM))
$(eval
$(call
assert_boolean,ENABLE_SVE_FOR_NS))
$(eval
$(call
assert_boolean,ERROR_DEPRECATED))
$(eval
$(call
assert_boolean,GENERATE_COT))
...
...
@@ -541,6 +542,7 @@ $(eval $(call add_define,ENABLE_PMF))
$(eval
$(call
add_define,ENABLE_PSCI_STAT))
$(eval
$(call
add_define,ENABLE_RUNTIME_INSTRUMENTATION))
$(eval
$(call
add_define,ENABLE_SPE_FOR_LOWER_ELS))
$(eval
$(call
add_define,ENABLE_SPM))
$(eval
$(call
add_define,ENABLE_SVE_FOR_NS))
$(eval
$(call
add_define,ERROR_DEPRECATED))
$(eval
$(call
add_define,GICV2_G0_FOR_EL3))
...
...
@@ -555,7 +557,6 @@ $(eval $(call add_define,PROGRAMMABLE_RESET_ADDRESS))
$(eval
$(call
add_define,PSCI_EXTENDED_STATE_ID))
$(eval
$(call
add_define,RESET_TO_BL31))
$(eval
$(call
add_define,SEPARATE_CODE_AND_RODATA))
$(eval
$(call
add_define,ENABLE_SPM))
$(eval
$(call
add_define,SPD_${SPD}))
$(eval
$(call
add_define,SPIN_ON_BL1_EXIT))
$(eval
$(call
add_define,TRUSTED_BOARD_BOOT))
...
...
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