Skip to content
Commit bedcbc4d authored by Ken Liu's avatar Ken Liu
Browse files

Platform: AN521: Set proper MAIR_ATTR for MPU regions



MAIR_ATTR for all regions are set as ZERO, which indicates
all regions as Device-nGnRnE. Set proper MAIR_ATTR settings
for dedicated MPU regions.
The attributes come from the default memory map. And set the
same attribute for Outer and Inner of Normal memory.

Device-nGnRE : 0b [Outer]0000 [Inner]0100
Code WT   RA : 0b [Outer]1010 [Inner]1010
DATA WBWA RA : 0b [Outer]1111 [Inner]1111

Change-Id: I2c669b693890e722219f2951fb5f72b61a411cc6
Signed-off-by: default avatarKen Liu <ken.liu@arm.com>
parent e5e62f03
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