arm-trusted-firmware/plat/st/stm32mp1/include
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
..
boot_api.h stm32mp1: Add support for SPI-NOR boot device 2020-01-20 11:32:59 +01:00
platform_def.h feat(plat/st): add STM32MP_EMMC_BOOT option 2021-06-04 10:10:51 +02:00
stm32mp1_context.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
stm32mp1_dbgmcu.h stm32mp1: print information about SoC 2019-09-02 17:49:30 +02:00
stm32mp1_private.h stm32mp1: SCMI clock and reset service in SP_MIN 2020-07-16 17:36:18 +02:00
stm32mp1_shared_resources.h stm32mp1: shared resources: define resource identifiers 2020-06-23 09:17:27 +02:00
stm32mp1_smc.h fix(plat/st): correct BSEC error code management 2021-06-22 14:10:27 +02:00