aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-03-12 10:46:10 +0100
committerTom Rini <trini@konsulko.com>2018-03-19 16:14:21 -0400
commit2514c2d0e6abe98157c1de83bce5c8bb69ac3a77 (patch)
treefd63532eebfbdb66828710730708d7828b7495b6 /MAINTAINERS
parent35746c0138c7a9900fb2678358904c10797a563a (diff)
downloadu-boot-2514c2d0e6abe98157c1de83bce5c8bb69ac3a77.zip
u-boot-2514c2d0e6abe98157c1de83bce5c8bb69ac3a77.tar.gz
u-boot-2514c2d0e6abe98157c1de83bce5c8bb69ac3a77.tar.bz2
arm: stm32: add new architecture for STM32MP family
- add new arch stm32mp for STM32 MPU/Soc based on Cortex A - support for stm32mp157 SOC - SPL is used as first boot stage loader - using driver model for all the drivers, even in SPL - all security feature are deactivated (ETZC and TZC) - reused STM32 MCU drivers when it is possible Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f251cf7..c4f10aa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -195,6 +195,11 @@ T: git git://git.denx.de/u-boot-stm.git
F: arch/arm/cpu/arm926ejs/spear/
F: arch/arm/include/asm/arch-spear/
+ARM STM STM32MP
+M: Patrick Delaunay <patrick.delaunay@st.com>
+S: Maintained
+F: arch/arm/mach-stm32mp
+
ARM STM STV0991
M: Vikas Manocha <vikas.manocha@st.com>
S: Maintained