Merge "bl32: Enable TRNG service build" into integration

This commit is contained in:
Mark Dykes 2021-02-11 21:41:50 +00:00 committed by TrustedFirmware Code Review
commit 7eff040062
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ BL32_SOURCES += bl32/sp_min/wa_cve_2017_5715_bpiall.S \
bl32/sp_min/wa_cve_2017_5715_icache_inv.S
endif
ifeq (${TRNG_SUPPORT},1)
BL32_SOURCES += services/std_svc/trng/trng_main.c \
services/std_svc/trng/trng_entropy_pool.c
endif
BL32_LINKERFILE := bl32/sp_min/sp_min.ld.S
# Include the platform-specific SP_MIN Makefile