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
459b2445
Commit
459b2445
authored
Aug 18, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Aug 18, 2021
Browse files
Merge "feat: enabling stack protector for diphda" into integration
parents
39182892
c7e4f1cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
...
...
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