commit | 001d953ede35dfb135e636af4b41d5dd20a09471 | [log] [tgz] |
---|---|---|
author | Greentime Hu <greentime@andestech.com> | Tue Oct 24 14:33:30 2017 +0800 |
committer | Greentime Hu <greentime@andestech.com> | Thu Feb 22 10:44:31 2018 +0800 |
tree | 2cbb50da143c611799ed05a73a43613289e40125 | |
parent | e1d82de681fd79e65f86912c7b231d88180ac8a4 [diff] |
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>