]> git.dujemihanovic.xyz Git - u-boot.git/commit
powerpc: Implement a default flush_dcache_all
authorTom Rini <trini@konsulko.com>
Wed, 19 Jun 2024 21:27:57 +0000 (15:27 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jul 2024 20:42:01 +0000 (14:42 -0600)
commit34a0c164a5368099351fe63e86543ed0f6d394b7
tree1b0e30d450a7cff81255acf88cf05ffc4c609fb9
parent6912c9c2f9f1fc4d62ba33c41a07d137ab04d743
powerpc: Implement a default flush_dcache_all

Implement a weak default version of flush_dcache_all which is based on
the ARM default, which is to flush the entire range via
flush_dcache_range(...).

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/powerpc/lib/cache.c