[U-Boot] [PATCH 0/3] ARM: Clean arm/lib/cache.c, modify ARM1136 and ARM926 accordingly
Hong Xu
hong.xu at atmel.com
Fri Aug 19 10:39:14 CEST 2011
Hi Marek,
On 08/18/2011 06:51 PM, Marek Vasut wrote:
> 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
>
> Hi,
>
> any updates?
Quite busy in the passed days ;-)
And just turned back. V2 patches are on the way
BR,
Eric
>
> Thanks, cheers!
>
>>
>> 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
More information about the U-Boot
mailing list