arm-trusted-firmware/plat/st/stm32mp1/services
Nicolas Le Bayon 72c7884092 fix(plat/st): correct BSEC error code management
BSEC services should return SMC error codes as other IDs (defined in
stm32mp1_smc.h) and not BSEC driver ones. So that non-secure caller
is able to treat them correctly.

In global SMC handler, unknown ID should also return a value from this
definition list, and not the generic one, which seems not well adapted
for our needs.

Two unsigned values initializations are also changed from 0 to 0U.

Change-Id: Ib6fd3866a748cefad1d13d48f7be38241621023e
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
2021-06-22 14:10:27 +02:00
..
bsec_svc.c fix(plat/st): correct BSEC error code management 2021-06-22 14:10:27 +02:00
bsec_svc.h stm322mp1: add BSEC service 2019-01-18 15:45:08 +01:00
stm32mp1_svc_setup.c fix(plat/st): correct BSEC error code management 2021-06-22 14:10:27 +02:00