stm32mp1: add minimal support for co-processor Cortex-M4
Yann Gautier authored
STM32MP1 chip embeds a dual Cortex-A7 and a Cortex-M4.
The support for Cortex-M4 clocks is added when configuring the clock tree.
Some minimal security features to allow communications between A7 and M4
are also added.

Change-Id: I60417e244a476f60a2758f4969700b2684056665
Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
b053a22e
Name Last commit Last update
bl1 Move BL1 and BL2 private defines to bl_common.h
bl2 Move BL1 and BL2 private defines to bl_common.h
bl2u Sanitise includes across codebase
bl31 Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmp
bl32 locks: linker variables to calculate per-cpu bakery lock size
common Remove dead code related to LOAD_IMAGE_V2=0
docs docs: stm32mp1: add links to documentation
drivers stm32mp1: add minimal support for co-processor Cortex-M4
fdts stm32mp1: add minimal support for co-processor Cortex-M4
include stm32mp1: add minimal support for co-processor Cortex-M4
lib Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmp
make_helpers libc: Move setjmp to libc folder
plat stm32mp1: add minimal support for co-processor Cortex-M4
services Merge pull request #1824 from antonio-nino-diaz-arm/an/move-dyn-xlat
tools tools/fiptool: Fix UUID parsing in blob handling
.checkpatch.conf Use SPDX identifier in checkpatch config file
.editorconfig Add .editorconfig file
.gitignore gitignore: Ignore sptool and doimage binaries
Makefile Introduce build option to override libc
acknowledgements.rst Change copyright guidelines
contributing.rst Change copyright guidelines
dco.txt Drop requirement for CLA in contribution.md
license.rst Change copyright guidelines
maintainers.rst maintainers: Fix broken links to some Github accounts
readme.rst readme: Update list of supported platforms