| 69b010d3 | 14-Apr-2020 |
Etienne Carriere <etienne.carriere@st.com> |
plat-stm32mp1: foundation for SCMI service
Embed a SCMI server in stm32mp1 based on SCMI message drivers. The platform currently supports only the SCMI Base protocol.
Platform provides 2 Arm SMCCC
plat-stm32mp1: foundation for SCMI service
Embed a SCMI server in stm32mp1 based on SCMI message drivers. The platform currently supports only the SCMI Base protocol.
Platform provides 2 Arm SMCCC fastcall communication channels each using a small shared memory buffer is SYSRAM manage with a SMT header for SCMI message exchange.
Default disable CFG_CORE_ASLR, CFG_LOCKDEP, CFG_TEE_CORE_DEBUG and CFG_UNWIND for TEE RAM memory constraints since SCMI server with a fastcall message processing path consumes several pages of SoC internal SYSRAM where TEE pager resides.
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
show more ...
|