-
- Downloads
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>
Showing
- arch/nds32/config.mk 35 additions, 0 deletionsarch/nds32/config.mk
- arch/nds32/lib/Makefile 46 additions, 0 deletionsarch/nds32/lib/Makefile
- arch/nds32/lib/board.c 439 additions, 0 deletionsarch/nds32/lib/board.c
- arch/nds32/lib/bootm.c 241 additions, 0 deletionsarch/nds32/lib/bootm.c
- arch/nds32/lib/interrupts.c 129 additions, 0 deletionsarch/nds32/lib/interrupts.c
arch/nds32/config.mk
0 → 100644
arch/nds32/lib/Makefile
0 → 100644
arch/nds32/lib/board.c
0 → 100644
arch/nds32/lib/bootm.c
0 → 100644
arch/nds32/lib/interrupts.c
0 → 100644
Please register or sign in to comment