u-boot-brain/arch/arm/cpu/armv7m
Vikas Manocha 96b61ab15c armv7m: add MPU configuration support
Cortex-M archs support option memory protection unit (MPU). MPU is used
to set the memory types, attributes, access permissions for different regions,
cache policies of the device.

e.g. using MPU it is possible to configure memory region as device memory
or strongly ordered, memory attributes like execute never, cache policies
like write-back or write-through.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
2017-05-12 08:37:06 -04:00
..
cache.c armv7m: cache: add flush & invalidate all dcache 2017-05-12 08:19:14 -04:00
config.mk stm32: Add SDRAM support for stm32f746 discovery board 2016-07-14 18:22:43 -04:00
cpu.c arvm7m: add cleanup before linux booting 2017-05-12 08:36:52 -04:00
Makefile armv7m: add MPU configuration support 2017-05-12 08:37:06 -04:00
mpu.c armv7m: add MPU configuration support 2017-05-12 08:37:06 -04:00
start.S Change e-mail address of Kamil Lulko 2015-12-05 18:22:32 -05:00
systick-timer.c armv7m: Add SysTick timer driver 2017-03-14 20:40:18 -04:00