commit | 799f37b4212064490f1027a69380fb5043a4fbc5 | [log] [tgz] |
---|---|---|
author | Jiafei Pan <Jiafei.Pan@nxp.com> | Fri Oct 15 17:21:32 2021 +0800 |
committer | Maureen Helm <maureen.helm@intel.com> | Wed Oct 20 08:56:40 2021 -0500 |
tree | 893c09845a8c1ac61d7ce879899f47f4ac1f80d4 | |
parent | b0cdef3c25c2ac92627f158700efdb9203ecb51a [diff] |
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>