summaryrefslogtreecommitdiff
path: root/arch/nds32/cpu/n1213/ag102/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* NDS32: Generic Board Support and UnsupportKun-Hua Huang2015-08-281-67/+0
| | | | | | Remove ag101 and ag102 support Signed-off-by: Kun-Hua Huang <kunhua@andestech.com>
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
| | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
* nds32: split common cache access from cpu into libMacpaul Lin2012-07-201-112/+0
| | | | | | | | | | | 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/ag102: add ag102 soc supportMacpaul Lin2012-04-221-0/+195
Add lowlevel ag102 soc support. Signed-off-by: Macpaul Lin <macpaul@andestech.com>