]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nds32/core N1213: NDS32 N12 core family N1213
authorMacpaul Lin <macpaul@andestech.com>
Wed, 19 Oct 2011 20:41:05 +0000 (20:41 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 21 Oct 2011 22:52:36 +0000 (00:52 +0200)
commit37e5708afa9527d21b37bce72f637b9aed31c930
tree9774de0bc0a275173f14191d7a6c50976c44408d
parente70838444c7985ee91e79c2d824acb98a5fb8556
nds32/core N1213: NDS32 N12 core family N1213

Add N1213 cpu core (N12 Core family) support for NDS32 arch.
This patch includes start.S for the initialize procedure of N1213.

Start procedure:
 start.S will start up the N1213 CPU core at first,
 then jump to SoC dependent "lowlevel_init.S" and
 "watchdog.S" to configure peripheral devices.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
arch/nds32/cpu/n1213/Makefile [new file with mode: 0644]
arch/nds32/cpu/n1213/start.S [new file with mode: 0644]
arch/nds32/cpu/n1213/u-boot.lds [new file with mode: 0644]