-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm: nxp: mpu: Consolidate k64 mpu regions
Reduces the number of mpu regions statically reserved at boot time by one, giving a total of five. We originally sought to reduce the total to three: 1 background region with lowest precendence for supervisor r/w, 1 flash region, and 1 sram region. However, the nxp mpu hardware does not give precedence to any region over another, and thus we cannot revoke access from the background region with a higher priority region. This means we cannot support hardware stack protection with a single background region. Instead, create two background regions that cover the entire address space, except for sram. Signed-off-by: Maureen Helm <[email protected]>
- Loading branch information
1 parent
f0450fc
commit 530a713
Showing
2 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters