Home
last modified time | relevance | path

Searched hist:e46b2fd210e280e0f6fecd856a9e3ba578e8f269 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_main.ce46b2fd210e280e0f6fecd856a9e3ba578e8f269 Mon Mar 01 10:26:59 UTC 2021 J-Alves <joao.alves@arm.com> 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