From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 21 Oct 2011 22:44:30 +0200 Subject: [U-Boot] [PATCH 0/3] ARM: Clean arm/lib/cache.c, modify ARM1136 and ARM926 accordingly In-Reply-To: <1313029189-18536-1-git-send-email-hong.xu@atmel.com> References: <1313029189-18536-1-git-send-email-hong.xu@atmel.com> Message-ID: <201110212244.30729.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 Thursday, August 11, 2011 04:19:43 AM Hong Xu wrote: > This series try to clean the code of arch/arm/lib/cache.c > Move ARM1136 cache operations into cpu/arm1136/cache.c > Add ARM926EJS cache operations into cpu/arm926ejs/cache.c > > Hong Xu (3): > ARM: Clean arch/arm/lib/cache.c > ARM: ARM1136 - Remove flush_cache from arch/arm/lib/cache.c > ARM: ARM926EJS - Add cache operations > > arch/arm/cpu/arm1136/Makefile | 2 +- > arch/arm/cpu/arm1136/cache.c | 33 +++++++++ > arch/arm/cpu/arm926ejs/Makefile | 2 +- > arch/arm/cpu/arm926ejs/cache.c | 142 > +++++++++++++++++++++++++++++++++++++++ arch/arm/lib/cache.c | > 55 +++++++++------- > 5 files changed, 208 insertions(+), 26 deletions(-) > create mode 100644 arch/arm/cpu/arm1136/cache.c > create mode 100644 arch/arm/cpu/arm926ejs/cache.c Hi Hong, any updates on thius please? Cheers