zephyr/soc/arm/qemu_cortex_a53
Carlo Caione 7b7c328f7a aarch64: mmu: Enable support for unprivileged EL0
The current MMU code is assuming that both kernel and threads are both
running in EL1, not supporting EL0. Extend the support to EL0 by adding
the missing attribute to mirror the access / execute permissions to EL0.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2020-11-04 13:58:19 -08:00
..
CMakeLists.txt qemu_cortex_a53: Switch to GICv3 2020-10-06 12:53:58 -04:00
Kconfig.defconfig
Kconfig.soc qemu_cortex_a53: Switch to GICv3 2020-10-06 12:53:58 -04:00
linker.ld
mmu_regions.c aarch64: mmu: Enable support for unprivileged EL0 2020-11-04 13:58:19 -08:00
plat_core.S qemu_cortex_a53: Switch to GICv3 2020-10-06 12:53:58 -04:00
soc.h