Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | nds32: split common cache access from cpu into lib | Macpaul Lin | 2012-07-20 | -1/+1 |
| | | | | | | | | | | | 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> | |||
* | nds32/lib: add generic funcs in NDS32 lib | Macpaul Lin | 2011-10-22 | -0/+46 |
Add Makefile, board.c, interrupts.c and bootm.c functions to nds32 architecture. Signed-off-by: Macpaul Lin <macpaul@andestech.com> |