summaryrefslogtreecommitdiff
path: root/core/cortex-m/mpu.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-457/+0
* core/cortex-m/mpu.c does not compileDenis Brockus2021-02-051-1/+2
* cortex-m mpu: support configuring regions with difficult alignmentPeter Marheine2020-12-111-59/+95
* test: Add on-device test for calculating MPU regions for RWYicheng Li2020-05-301-18/+27
* cortex-m: Use MPU REGION_CODE_RAM to lock rollback if neededYicheng Li2020-05-291-1/+1
* cortex-m: Lock RW flash using aligned MPU regionsYicheng Li2020-05-291-5/+27
* cortex-m: Init the MPU to check for correct operationAndrew McRae2020-05-271-2/+15
* test: Add on-device MPU unit testTom Hughes2020-05-221-0/+3
* core/cortex-m: create private MPU header for use by unit testsTom Hughes2020-05-221-5/+5
* cortex-m/mpu: Check alignment when applying MPU configTom Hughes2020-05-221-10/+26
* cortex-m: Always enable MPU in mpu_pre_initTom Hughes2020-05-221-2/+5
* cortex-m: Configure rollback MPU based on number of regionsTom Hughes2020-05-221-4/+51
* cortex-m: Clean up MPU logicTom Hughes2020-05-221-18/+59
* 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-3/+3
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* rollback: Prevent rollback region readback using MPUNicolas Boichat2018-08-151-0/+14
* cortex-m: add D-cache supportVincent Palatin2018-06-041-4/+39
* cortex-m: mpu: Support unaligned regions and protect code RAMShawn Nematbakhsh2017-11-141-44/+96
* npcx: Define CONFIG_DATA_RAM_SIZEDaisuke Nojiri2017-08-071-1/+1
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-241-1/+1
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-3/+3
* cortex-m: allow to lock/unlock empty MPU regionVincent Palatin2015-01-231-1/+1
* ryu_sh_loader: Add board directory for load imageGwendal Grignou2014-12-151-1/+1
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-2/+1
* Protect inactive EC image from code executionDaisuke Nojiri2013-12-171-25/+70
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-051-0/+121