]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nds32/lib: add generic funcs in NDS32 lib
authorMacpaul Lin <macpaul@andestech.com>
Tue, 11 Oct 2011 22:33:19 +0000 (22:33 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 21 Oct 2011 22:53:11 +0000 (00:53 +0200)
commit463d47f66ce19aac043d98d77a958908e2a3eb39
treebb5c6cfbf58c4f990f59a419fbfb7b9f0dac2ce0
parent445a886d7ac7bdd5746a8bb18ba033242c3e0fed
nds32/lib: add generic funcs in NDS32 lib

Add Makefile, board.c, interrupts.c and bootm.c functions
to nds32 architecture.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
arch/nds32/config.mk [new file with mode: 0644]
arch/nds32/lib/Makefile [new file with mode: 0644]
arch/nds32/lib/board.c [new file with mode: 0644]
arch/nds32/lib/bootm.c [new file with mode: 0644]
arch/nds32/lib/interrupts.c [new file with mode: 0644]