This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
3650664875
zephyr
/
drivers
/
cache
/
CMakeLists.txt
2 lines
38 B
Text
Raw
Normal View
History
Unescape
Escape
cache: Introduce external cache controller system support The cache API currently shipped in Zephyr is assuming that the cache controller is always on-core thus managed at the arch level. This is not always the case because many SoCs rely on external cache controllers as a peripheral external to the core (for example PL310 cache controller and the L2Cxxx family). In some cases you also want a single driver to control a whole set of cache controllers. Rework the cache code introducing support for external cache controllers. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2021-04-28 10:38:27 +02:00
# SPDX-License-Identifier: Apache-2.0
Copy permalink