zephyr/arch/arm/core
Vincenzo Frascino b125767fdb soc: arm: beetle: Add Initial MPU Support
This patch adds initial MPU support to ARM Beetle.
The boot configuration prevents the following security issues:
* Prevent to read at an address that is reserved in the memory map.
* Prevent to write into the boot Flash/ROM.
* Prevent from running code located in SRAM.

Change-Id: I64f1001369896fffb0647de6be605a95161c4695
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
2017-04-25 21:53:17 +00:00
..
cortex_m soc: arm: beetle: Add Initial MPU Support 2017-04-25 21:53:17 +00:00
offsets arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00
__aeabi_atexit.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpu_idle.S arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
exc_exit.S arch/arm/core: In comments, consistently refer to "Cortex-M". 2017-03-13 12:53:46 +00:00
fatal.c arm: exception-assisted kernel panic/oops support 2017-04-22 10:31:49 -04:00
fault.c arm: fix exception handling 2017-04-22 01:08:07 +00:00
fault_s.S arm: cmsis: Convert _ScbIsNestedExc to use direct CMSIS register access 2017-02-10 14:47:41 -06:00
irq_init.c arm: cmsis: Remove nvic.h and use CMSIS NVIC calls directly 2017-01-30 11:02:36 -06:00
irq_manage.c Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
irq_offload.c arm: exception-assisted kernel panic/oops support 2017-04-22 10:31:49 -04:00
isr_wrapper.S spell: fix doxygen comment typos: /arch 2017-04-19 18:38:43 +00:00
Kconfig arm: core: mpu: Add ARM MPU support 2017-04-25 21:53:17 +00:00
Makefile arm: core: mpu: Add ARM MPU support 2017-04-25 21:53:17 +00:00
swap.S arm: exception-assisted kernel panic/oops support 2017-04-22 10:31:49 -04:00
sys_fatal_error_handler.c kernel: add k_panic() and k_oops() APIs 2017-04-22 10:31:49 -04:00
thread.c kernel: refactor thread_monitor_init into common code 2017-04-21 20:34:42 +00:00
thread_abort.c arm: core: Update core to use struct k_thread 2017-03-30 18:31:05 +00:00