summaryrefslogtreecommitdiff
path: root/core/cortex-m/include/mpu.h
Commit message (Expand)AuthorAgeFilesLines
* cortex-m: remove mpustabilize-14345.B-cr50_stabstabilize-14336.B-cr50_stabMary Ruthven2021-11-101-122/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* kukui_scp: Enable MPU to protect code RAM and data RAM in RW image.Yilun Lin2019-05-021-0/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* rollback: Prevent rollback region readback using MPUNicolas Boichat2018-08-151-0/+7
* cortex-m: add D-cache supportVincent Palatin2018-06-041-0/+10
* cortex-m: mpu: Support unaligned regions and protect code RAMShawn Nematbakhsh2017-11-141-2/+27
* Protect inactive EC image from code executionDaisuke Nojiri2013-12-171-29/+23
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-051-0/+84