u-boot-brain/arch/arm/mach-stm32/stm32f7
Vikas Manocha 624b7101ee stm32f7: configure mpu valid for f7 family
This configuration should be valid for all F7 family devices in general.
Here is the regions info:

	- Region0 : 4GB	  : cacheable & executable.
	- Region1 : 512MB : text area	: strogly ordered & executable.
	- Region2 : 512MB : peripherals : device memory & non-executable.
	- Region3 : 512MB : peripherals : device memory & non-executable.
	- Region4 : 512MB : cortexM area: strongly ordered & non-executable.

Higher region number overrides the lower region configuration.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
2017-05-12 08:37:08 -04:00
..
Kconfig stm32: add support for stm32f7 & stm32f746 discovery board 2016-02-24 18:43:57 -05:00
Makefile clk: stm32f7: add clock driver for stm32f7 family 2017-03-17 14:15:12 -04:00
soc.c stm32f7: configure mpu valid for f7 family 2017-05-12 08:37:08 -04:00
timer.c ARM: stm32: use clock setup function defined in clock.c 2017-01-28 14:04:45 -05:00