Skip to content
Commit 96b61ab1 authored by Vikas Manocha's avatar Vikas Manocha Committed by Tom Rini
Browse files

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: default avatarVikas Manocha <vikas.manocha@st.com>
parent df951c40
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment