]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
csky: Kernel booting
authorGuo Ren <ren_guo@c-sky.com>
Wed, 5 Sep 2018 06:25:07 +0000 (14:25 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 15:36:19 +0000 (23:36 +0800)
commit9143a9359d051142081b26c3726c928f965c5eb7
treedc479bde8b6fe4faf45f2b53519a019708bfe649
parent7c768f845104b7c96954ad536be29797eff6a434
csky: Kernel booting

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>
arch/csky/kernel/head.S [new file with mode: 0644]
arch/csky/kernel/setup.c [new file with mode: 0644]
arch/csky/kernel/vmlinux.lds.S [new file with mode: 0644]