nds32: Kernel booting and initialization
authorGreentime Hu <greentime@andestech.com>
Tue, 24 Oct 2017 06:33:30 +0000 (14:33 +0800)
committerGreentime Hu <greentime@andestech.com>
Thu, 22 Feb 2018 02:44:31 +0000 (10:44 +0800)
commit001d953ede35dfb135e636af4b41d5dd20a09471
tree2cbb50da143c611799ed05a73a43613289e40125
parente1d82de681fd79e65f86912c7b231d88180ac8a4
nds32: Kernel booting and initialization

This patch includes the kernel startup code. It can get dtb pointer
passed from bootloader. It will create a temp mapping by tlb
instructions at beginning and goto start_kernel.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/nds32/kernel/head.S [new file with mode: 0644]
arch/nds32/kernel/setup.c [new file with mode: 0644]