stm32mp1: Add BL32 SP_min secure monitor
authorYann Gautier <yann.gautier@st.com>
Mon, 16 Jul 2018 17:36:06 +0000 (19:36 +0200)
committerYann Gautier <yann.gautier@st.com>
Tue, 24 Jul 2018 15:18:32 +0000 (17:18 +0200)
commit964dfee1a2c0ee361a5095f6ded207af7c190ec0
tree350635b54d997f85400ee0e460eda80239f28d6e
parent10a511ceaa108dd37dbac377d760e4dd784ea28a
stm32mp1: Add BL32 SP_min secure monitor

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Mathieu Belou <mathieu.belou@st.com>
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
plat/st/stm32mp1/include/platform_def.h
plat/st/stm32mp1/include/stm32mp1_private.h
plat/st/stm32mp1/sp_min/sp_min-stm32mp1.mk [new file with mode: 0644]
plat/st/stm32mp1/sp_min/sp_min_setup.c [new file with mode: 0644]
plat/st/stm32mp1/stm32mp1_common.c
plat/st/stm32mp1/stm32mp1_def.h
plat/st/stm32mp1/stm32mp1_gic.c [new file with mode: 0644]
plat/st/stm32mp1/stm32mp1_pm.c [new file with mode: 0644]
plat/st/stm32mp1/stm32mp1_security.c
plat/st/stm32mp1/stm32mp1_topology.c [new file with mode: 0644]