Skip to content
Commit 799f37b4 authored by Jiafei Pan's avatar Jiafei Pan Committed by Maureen Helm
Browse files

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: default avatarJiafei Pan <Jiafei.Pan@nxp.com>
parent b0cdef3c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment