Re: [U-Boot] [PATCH V2 3/4] armv8: add hooks for all cache-wide operations

2016-10-20 Thread Simon Glass
On 19 October 2016 at 15:18, Stephen Warren wrote: > From: Stephen Warren > > SoC-specific logic may be required for all forms of cache-wide > operations; invalidate and flush of both dcache and icache (note that > only 3 of the 4 possible combinations make sense, since the icache never > contain

[U-Boot] [PATCH V2 3/4] armv8: add hooks for all cache-wide operations

2016-10-19 Thread Stephen Warren
From: Stephen Warren SoC-specific logic may be required for all forms of cache-wide operations; invalidate and flush of both dcache and icache (note that only 3 of the 4 possible combinations make sense, since the icache never contains dirty lines). This patch adds an optional hook for all implem