zephyr/soc/arm64/xenvm
Henri Xavier 3ba0cb19ea soc/arm64: Do not allow userspace to directly access peripherals
In some arm64 boards, MMU regions are set so userspace can access all
peripherals (MT_P_RW_U_RW), including the GIC.
This seems like a mistake, which has been copy/pasted in some boards.

Change this to no userspace access by default (MT_P_RW_U_NA),
like the other boards.

Signed-off-by: Henri Xavier <datacomos@huawei.com>
2022-08-05 06:28:57 +01:00
..
CMakeLists.txt arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
Kconfig.defconfig arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
Kconfig.soc xenvm: Add support for using GICv3 2022-02-25 22:19:37 -05:00
linker.ld linker: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
mmu_regions.c soc/arm64: Do not allow userspace to directly access peripherals 2022-08-05 06:28:57 +01:00