arm-trusted-firmware/services
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
..
arm_arch_svc SMCCC: Introduce function to check SMCCC function availability 2020-07-26 08:16:29 +01:00
spd Bug fix in tspd interrupt handling when TSP_NS_INTR_ASYNC_PREEMPT is enabled 2021-03-18 08:38:23 -05:00
std_svc SPM: Fix error codes size in SPMD handler 2021-03-19 15:07:46 +01:00