arm-trusted-firmware/bl31
Antonio Nino Diaz 74ad948f43 BL31: Fix warning about BL32 init function
The expected value for failure is 0, so the warning only has to be shown
in that case. This is the way the TSPD has done it since it was
introduced, and the way SPM and OP-TEE do it.

Trusty wrongly returns 0 on success.

In the case of TLK, the return value of tlkd_init() is passed from the
secure world in register X1 when calling the SMC TLK_ENTRY_DONE.

Change-Id: I39106d67631ee57f109619f8830bf4b9d96155e6
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-09-18 13:14:30 +01:00
..
aarch64 RAS: Introduce handler for EL3 EAs 2018-07-19 10:13:18 +01:00
bl31.ld.S Use ALIGN instead of NEXT in linker scripts 2018-07-11 09:21:02 +01:00
bl31.mk Merge pull request #1533 from jeenu-arm/mpam 2018-08-22 10:24:24 +01:00
bl31_context_mgmt.c Suppress spurious deprecated declaration warnings 2018-03-01 16:14:29 +00:00
bl31_main.c BL31: Fix warning about BL32 init function 2018-09-18 13:14:30 +01:00
ehf.c EHF: MISRA fixes 2018-08-20 09:05:39 +01:00
interrupt_mgmt.c Fix MISRA defects in BL31 common code 2018-08-30 09:22:33 +01:00