[U-Boot] [PATCH 0/3] ARM: Clean arm/lib/cache.c, modify ARM1136 and ARM926 accordingly

Marek Vasut marek.vasut at gmail.com
Fri Oct 21 22:44:30 CEST 2011


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


More information about the U-Boot mailing list