From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 5 May 2015 09:35:11 -0700 Subject: [U-Boot] [U-Boot, RFC] powerpc: add 2 common dcache assembly functions In-Reply-To: <1427468852-12656-1-git-send-email-valentin.longchamp@keymile.com> References: <1427468852-12656-1-git-send-email-valentin.longchamp@keymile.com> Message-ID: <5548F13F.8010502@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 were equivalent. > > This is a fix for the problem introduced by this patch: > http://patchwork.ozlabs.org/patch/448849/ > > Signed-off-by: Valentin Longchamp > Reviewed-by: Tom Rini > --- Applied to u-boot-mpc85xx master. Awaiting upstream. York