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
459b2445
Commit
459b2445
authored
3 years ago
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "feat: enabling stack protector for diphda" into integration
parents
39182892
c7e4f1cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/arm/board/diphda/platform.mk
+7
-0
plat/arm/board/diphda/platform.mk
with
7 additions
and
0 deletions
+7
-0
plat/arm/board/diphda/platform.mk
View file @
459b2445
...
...
@@ -59,6 +59,13 @@ BL31_SOURCES += drivers/cfi/v2m/v2m_flash.c \
${DIPHDA_CPU_LIBS}
\
${DIPHDA_GIC_SOURCES}
ifneq
(${ENABLE_STACK_PROTECTOR},0)
ifneq
(${ENABLE_STACK_PROTECTOR},none)
DIPHDA_SECURITY_SOURCES
:=
plat/arm/board/diphda/common/diphda_stack_protector.c
BL2_SOURCES
+=
${DIPHDA_SECURITY_SOURCES}
BL31_SOURCES
+=
${DIPHDA_SECURITY_SOURCES}
endif
endif
FDT_SOURCES
+=
plat/arm/board/diphda/common/fdts/diphda_spmc_manifest.dts
DIPHDA_TOS_FW_CONFIG
:=
${BUILD_PLAT}
/fdts/diphda_spmc_manifest.dtb
...
...
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