Searched hist:"4 a03b2ac" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | kexec.h | 4a03b2ac Wed Oct 12 03:36:19 CDT 2022 Youling Tang <tangyouling@loongson.cn> LoongArch: Add kexec support
Add three new files, kexec.h, machine_kexec.c and relocate_kernel.S to the LoongArch architecture, so as to add support for the kexec re-boot mechanism (CONFIG_KEXEC) on LoongArch platforms.
Kexec supports loading vmlinux.elf in ELF format and vmlinux.efi in PE format.
I tested kexec on LoongArch machines (Loongson-3A5000) and it works as expected:
$ sudo kexec -l /boot/vmlinux.efi --reuse-cmdline $ sudo kexec -e
Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | machine_kexec.c | 4a03b2ac Wed Oct 12 03:36:19 CDT 2022 Youling Tang <tangyouling@loongson.cn> LoongArch: Add kexec support
Add three new files, kexec.h, machine_kexec.c and relocate_kernel.S to the LoongArch architecture, so as to add support for the kexec re-boot mechanism (CONFIG_KEXEC) on LoongArch platforms.
Kexec supports loading vmlinux.elf in ELF format and vmlinux.efi in PE format.
I tested kexec on LoongArch machines (Loongson-3A5000) and it works as expected:
$ sudo kexec -l /boot/vmlinux.efi --reuse-cmdline $ sudo kexec -e
Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
H A D | relocate_kernel.S | 4a03b2ac Wed Oct 12 03:36:19 CDT 2022 Youling Tang <tangyouling@loongson.cn> LoongArch: Add kexec support
Add three new files, kexec.h, machine_kexec.c and relocate_kernel.S to the LoongArch architecture, so as to add support for the kexec re-boot mechanism (CONFIG_KEXEC) on LoongArch platforms.
Kexec supports loading vmlinux.elf in ELF format and vmlinux.efi in PE format.
I tested kexec on LoongArch machines (Loongson-3A5000) and it works as expected:
$ sudo kexec -l /boot/vmlinux.efi --reuse-cmdline $ sudo kexec -e
Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
H A D | head.S | 4a03b2ac Wed Oct 12 03:36:19 CDT 2022 Youling Tang <tangyouling@loongson.cn> LoongArch: Add kexec support
Add three new files, kexec.h, machine_kexec.c and relocate_kernel.S to the LoongArch architecture, so as to add support for the kexec re-boot mechanism (CONFIG_KEXEC) on LoongArch platforms.
Kexec supports loading vmlinux.elf in ELF format and vmlinux.efi in PE format.
I tested kexec on LoongArch machines (Loongson-3A5000) and it works as expected:
$ sudo kexec -l /boot/vmlinux.efi --reuse-cmdline $ sudo kexec -e
Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
H A D | Makefile | 4a03b2ac Wed Oct 12 03:36:19 CDT 2022 Youling Tang <tangyouling@loongson.cn> LoongArch: Add kexec support
Add three new files, kexec.h, machine_kexec.c and relocate_kernel.S to the LoongArch architecture, so as to add support for the kexec re-boot mechanism (CONFIG_KEXEC) on LoongArch platforms.
Kexec supports loading vmlinux.elf in ELF format and vmlinux.efi in PE format.
I tested kexec on LoongArch machines (Loongson-3A5000) and it works as expected:
$ sudo kexec -l /boot/vmlinux.efi --reuse-cmdline $ sudo kexec -e
Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
/openbmc/linux/arch/loongarch/ |
H A D | Kconfig | 4a03b2ac Wed Oct 12 03:36:19 CDT 2022 Youling Tang <tangyouling@loongson.cn> LoongArch: Add kexec support
Add three new files, kexec.h, machine_kexec.c and relocate_kernel.S to the LoongArch architecture, so as to add support for the kexec re-boot mechanism (CONFIG_KEXEC) on LoongArch platforms.
Kexec supports loading vmlinux.elf in ELF format and vmlinux.efi in PE format.
I tested kexec on LoongArch machines (Loongson-3A5000) and it works as expected:
$ sudo kexec -l /boot/vmlinux.efi --reuse-cmdline $ sudo kexec -e
Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|