zephyr/soc
Ioannis Glaropoulos 1d50b92890 soc: arm: nrf52810: reduce number of boot-time configured MPU regions
nRF52810 Flash and SRAM sizes do not have power-of-two values.
This commit reduces the amount of MPU regions reserved at boot
time to enforce basic permissions in Flash and SRAM memory. It
does this by selecting the next power-of-two size for the Flash
and SRAM regions, respectively. In this way we can cover the
entire Flash and SRAM space each with a single MPU region, thus,
save two MPU regions to be used by the kernel/application.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-03-01 19:43:17 +01:00
..
arc uart/ns16550: Use DT_ prefix for remaining device configs 2019-02-26 20:06:26 -06:00
arm soc: arm: nrf52810: reduce number of boot-time configured MPU regions 2019-03-01 19:43:17 +01:00
nios2 drivers/serial: ns16550: Remove unused Kconfig symbols 2019-03-01 09:20:12 +01:00
posix kernel: Remove _IntLibInit function 2018-11-28 14:59:10 -08:00
riscv32 soc: openisa_rv32m1: Implement sys_arch_reboot() 2019-02-28 13:15:41 -06:00
x86 i2c: i2c_dw: rename CONFIG_I2C_DW_0_IRQ_SHARED_NAME to DT_* 2019-03-01 09:42:56 -08:00
x86_64/x86_64 arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
xtensa xtensa: intel_s1000: turn on XTENSA_ASM2 2019-02-28 14:53:52 -08:00
Kconfig linker: allow SoC to insert linker script fragments 2018-10-19 16:11:34 -04:00