arch/nds32/kernel/head.S
0 → 100644
+188
−0
arch/nds32/kernel/setup.c
0 → 100644
+363
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>