arm-trusted-firmware/services/std_svc
Andre Przywara 323b6c6305 services: TRNG: Fix -O0 compilation
The code to check for the presence of the TRNG service relies on
toolchain garbage collection, which is not enabled with -O0.

Add #ifdef guards around the call to the TRNG service handler to
cover builds without optimisation as well.

Change-Id: I08ece2005ea1c8fa96afa13904a851dec6b24216
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2021-02-10 17:34:45 +00:00
..
sdei plat/arm/fvp: Support performing SDEI platform setup in runtime 2020-05-15 10:05:06 -05:00
spm_mm Aarch64: Add support for FEAT_PANx extensions 2020-11-30 15:24:52 +00:00
spmd spmd: Fix signedness comparison warning 2020-10-02 12:14:02 +00:00
trng Add TRNG Firmware Interface service 2021-02-05 11:49:18 +00:00
std_svc_setup.c services: TRNG: Fix -O0 compilation 2021-02-10 17:34:45 +00:00