u-boot/arch/nds32/cpu/n1213/ag102
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
..
Makefile nds32/ag102: add ag102 soc support 2012-04-22 16:58:23 +08:00
asm-offsets.c nds32/ag102: add header support of ag102 soc 2012-04-22 16:58:23 +08:00
cpu.c nds32: split common cache access from cpu into lib 2012-07-20 23:55:52 +08:00
lowlevel_init.S nds32/ag102: add ag102 soc support 2012-04-22 16:58:23 +08:00
timer.c nds32/ag102: add ag102 soc support 2012-04-22 16:58:23 +08:00
watchdog.S nds32/ag102: add ag102 soc support 2012-04-22 16:58:23 +08:00