zephyr/arch/arm64
Jiafei Pan 799f37b421 arm64: add nocache memory segment support
In some drivers, noncache memory need to be used for dma coherent
memroy, so add nocache memory segment mapping and support for ARM64
platforms.

The following variables definition example shows they will use nocache
memory allocation:
   int var1 __nocache;
   int var2 __attribute__((__section__(".nocache")));

Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
2021-10-20 08:56:40 -05:00
..
core arm64: add nocache memory segment support 2021-10-20 08:56:40 -05:00
include arm64: Create common mmu and mpu interfaces 2021-09-28 20:06:06 -04:00
CMakeLists.txt
Kconfig