arm-trusted-firmware/services/std_svc/spmd
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
..
aarch64 SPMD: add SPM dispatcher based upon SPCI Beta 0 spec 2020-02-10 14:09:21 +00:00
spmd.mk SPMD: register the SPD PM hooks 2020-08-20 18:06:06 +01:00
spmd_main.c SPM: Fix error codes size in SPMD handler 2021-03-19 15:07:46 +01:00
spmd_pm.c SPMD: lock the g_spmd_pm structure 2021-03-15 12:29:19 +01:00
spmd_private.h FF-A: implement FFA_SECONDARY_EP_REGISTER 2021-03-15 12:29:11 +01:00