mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00
Merge "feat: enabling stack protector for diphda" into integration
This commit is contained in:
commit
459b24451a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue