commit | 12b9b5aaccdc73d8de896edd12e52f58aade089c | [log] [tgz] |
---|---|---|
author | Jiafei Pan <Jiafei.Pan@nxp.com> | Mon Apr 26 12:45:11 2021 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon May 03 11:55:52 2021 +0200 |
tree | c620d4de94a5e913460ee64d6b7fc85e11f82976 | |
parent | df6844a6ef351a02822cfea7c14491d5c4bba812 [diff] |
arm64: cache: refine arch_dcache_range() Moved all assembly code to c code. Fixed arch_dcache_line_size_get() to get dcache line size by using "4 << dminline" and don't consider CWG according to sample code in cotexta-v8 programer guider. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>