From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 2 Sep 2011 12:23:54 +0200 Subject: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations In-Reply-To: <20110902102205.GD1279@kw.sim.vm.gnt> References: <1313033257-19847-1-git-send-email-hong.xu@atmel.com> <4E48C603.2050408@atmel.com> <20110902102205.GD1279@kw.sim.vm.gnt> Message-ID: <201109021223.55109.marek.vasut@gmail.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 Friday, September 02, 2011 12:22:05 PM Simon Guinot wrote: > Hi Hong, > > On Mon, Aug 15, 2011 at 03:08:51PM +0800, Hong Xu wrote: > > Hi Marek, > > > > On 08/11/2011 12:47 PM, Marek Vasut wrote: > > > On Thursday, August 11, 2011 05:27:37 AM Hong Xu wrote: > > >> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > > >> into this file. > > >> > > >> Signed-off-by: Hong Xu > > >> --- > > >> > > >> V2: > > >> Fixed a typo when CONFIG_SYS_DCACHE_OFF is defined > > >> > > >> V3: > > >> Undo changes in include/configs/at91sam9260ek.h > > >> It's for testing purpose > > >> > > >> arch/arm/cpu/arm926ejs/Makefile | 2 +- > > >> arch/arm/cpu/arm926ejs/cache.c | 142 > > >> > > >> +++++++++++++++++++++++++++++++++++++++ 2 files changed, 143 > > >> insertions(+), 1 deletions(-) > > >> > > >> create mode 100644 arch/arm/cpu/arm926ejs/cache.c > > What is the status for this patch ? > > I have failed to find any trace for this patch in patchwork or in the > arm git repository... We discussed this should be moved to arch/arm/cpu/armv5 (Aneesh V's idea ... I dunno what's this guys' full name ;-D). I tested this patch on certain type of CPU and it works really good. I'd be really glad if we got this mainline! Cheers > > Regards, > > Simon