u-boot-brain/arch/nds32/lib
Macpaul Lin 8d732840ba nds32: split common cache access from cpu into lib
This commit does the following updates.
1. Split the common cache access from cpu.c into lib folder.
2. Rename the following cache api to adapt common.h
 - dcache_flush_rang -> flush_dcache_rang
 - icache_inval_range -> invalidate_icache_range
3. Add invalidate_dcache_range

Signed-off-by: Macpaul Lin <macpaul@gmail.com>
2012-07-20 23:55:52 +08:00
..
board.c net: move bootfile init into eth_initialize 2012-05-15 17:32:33 -05:00
bootm.c bootstage: Replace show_boot_progress/error() with bootstage_...() 2012-03-18 21:41:39 +01:00
cache.c nds32: split common cache access from cpu into lib 2012-07-20 23:55:52 +08:00
interrupts.c nds32: fix ptrace and interrupt register overflow 2012-03-19 15:53:07 +08:00
Makefile nds32: split common cache access from cpu into lib 2012-07-20 23:55:52 +08:00