Re: [PATCH 07/10] microblaze: cache: introduce flush_cache_all()

2022-04-22 Thread Michal Simek
On 4/11/22 18:26, Ovidiu Panait wrote: All flush_cache() calls in microblaze code are supposed to flush the entire instruction and data caches, so introduce flush_cache_all() helper to handle this. Also, provide implementations for flush_dcache_all() and invalidate_icache_all() so that icache

[PATCH 07/10] microblaze: cache: introduce flush_cache_all()

2022-04-11 Thread Ovidiu Panait
All flush_cache() calls in microblaze code are supposed to flush the entire instruction and data caches, so introduce flush_cache_all() helper to handle this. Also, provide implementations for flush_dcache_all() and invalidate_icache_all() so that icache and dcache u-boot commands can work. Signe