Re: [U-Boot] [U-Boot, RFC] powerpc: add 2 common dcache assembly functions

2015-05-05 Thread York Sun
On 03/27/2015 08:07 AM, Valentin Longchamp wrote: > This patch defines the 2 flush_dcache_range and invalidate_dcache_range > functions for all the powerpc architecture. Their implementation is > borrowed from the kernel's misc_32.S file and replace the ones from > mpc86xx and ppc4xx since they w

Re: [U-Boot] [RFC] powerpc: add 2 common dcache assembly functions

2015-03-28 Thread Tom Rini
On Fri, Mar 27, 2015 at 04:07:32PM +0100, Valentin Longchamp wrote: > This patch defines the 2 flush_dcache_range and invalidate_dcache_range > functions for all the powerpc architecture. Their implementation is > borrowed from the kernel's misc_32.S file and replace the ones from > mpc86xx and pp

[U-Boot] [RFC] powerpc: add 2 common dcache assembly functions

2015-03-27 Thread Valentin Longchamp
This patch defines the 2 flush_dcache_range and invalidate_dcache_range functions for all the powerpc architecture. Their implementation is borrowed from the kernel's misc_32.S file and replace the ones from mpc86xx and ppc4xx since they were equivalent. This is a fix for the problem introduced by