u-boot-brain/arch/arm/mach-stm32
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
..
stm32f1 stm32: move stm32 specific code to mach-stm32 2016-01-20 10:19:41 -05:00
stm32f4 stm32: use armv7m MPU configuration support 2017-05-12 08:37:07 -04:00
stm32f7 stm32f7: configure mpu valid for f7 family 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 stm32: add support for stm32f7 & stm32f746 discovery board 2016-02-24 18:43:57 -05:00