aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/head.S (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-22csky: Support vmlinux bootup with MMU offGuo Ren1-53/+7
Modify SETUP_MMU macro to fit on both MMU-on or MMU-off enviornment and vmlinux could bootup from MMU off enviornment for some cases. Unify the style of _start and _start_smp_secondary in head.S to make head.S looks more concise and easy to understand. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
2018-10-25csky: Kernel bootingGuo Ren1-0/+77
This patch add boot code. Thx boot params is all in dtb and it's the only way to let kernel get bootloader param information. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>