arm-trusted-firmware/services/std_svc
J-Alves e46b2fd210 SPM: Fix error codes size in SPMD handler
FF-A specification states that error codes should be typed int32_t.
SPMD's uses uint64_t for return values, which if assigned with a signed
type would have sign extension, and change the size of the return from
32-bit to 64-bit.

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I288ab2ffec8330a2fe1f21df14e22c34bd83ced3
2021-03-19 15:07:46 +01:00
..
sdei SDEI: updata the affinity of shared event 2021-03-05 21:33:58 +01:00
spm_mm Aarch64: Add support for FEAT_PANx extensions 2020-11-30 15:24:52 +00:00
spmd SPM: Fix error codes size in SPMD handler 2021-03-19 15:07:46 +01: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