summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/Makefile
diff options
context:
space:
mode:
authorLiao Chang <liaochang1@huawei.com>2022-04-08 18:09:11 +0800
committerPalmer Dabbelt <palmer@rivosinc.com>2022-05-19 12:14:18 -0700
commit6261586e0c91db14c34f894f4bc48f2300cff1d4 (patch)
tree0bac89b95a140653c0051982eaf0a9cc4743645c /arch/riscv/kernel/Makefile
parentb7fb4d78a6ade6026d9e5cf438c2a46ab962e032 (diff)
downloadlinux-6261586e0c91db14c34f894f4bc48f2300cff1d4.tar.gz
linux-6261586e0c91db14c34f894f4bc48f2300cff1d4.tar.bz2
linux-6261586e0c91db14c34f894f4bc48f2300cff1d4.zip
RISC-V: Add kexec_file support
This patch adds support for kexec_file on RISC-V. I tested it on riscv64 QEMU with busybear-linux and single core along with the OpenSBI firmware fw_jump.bin for generic platform. On SMP system, it depends on CONFIG_{HOTPLUG_CPU, RISCV_SBI} to resume/stop hart through OpenSBI firmware, it also needs a OpenSBI that support the HSM extension. Signed-off-by: Liao Chang <liaochang1@huawei.com> Signed-off-by: Li Zhengyu <lizhengyu3@huawei.com> Link: https://lore.kernel.org/r/20220408100914.150110-4-lizhengyu3@huawei.com [Palmer: Make 64-bit only] Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/kernel/Makefile')
-rw-r--r--arch/riscv/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/kernel/Makefile b/arch/riscv/kernel/Makefile
index 87adbe47bc15..6673c50c58e2 100644
--- a/arch/riscv/kernel/Makefile
+++ b/arch/riscv/kernel/Makefile
@@ -64,6 +64,7 @@ endif
obj-$(CONFIG_HOTPLUG_CPU) += cpu-hotplug.o
obj-$(CONFIG_KGDB) += kgdb.o
obj-$(CONFIG_KEXEC) += kexec_relocate.o crash_save_regs.o machine_kexec.o
+obj-$(CONFIG_KEXEC_FILE) += elf_kexec.o machine_kexec_file.o
obj-$(CONFIG_CRASH_DUMP) += crash_dump.o
obj-$(CONFIG_JUMP_LABEL) += jump_label.o