Re: [PATCH 0/7] Kexec-tools: Improve RISC-V port

2023-09-20 Thread Nick Kossifidis
On 9/15/23 06:50, Song Shuai wrote: Hi, This series is created to improve RISC-V port of kexec-tools, and is based on the horms/kexec-tools:build-test-riscv-v2 branch. For your convenience, here is my Github branch for kexec-tools: https://github.com/sugarfillet/kexec-tools/commits/rv-Image Th

Re: RISC-V: patched kexec-tools on github for review/testing

2022-07-05 Thread Nick Kossifidis
Hello Yixun, On 7/2/22 14:35, Yixun Lan wrote: hi Nick ping, any update for this? any new patch for kexec-tools? I'd also like to try kexec on unmatched board, and encounter the same error as Alexandre Ghiti reported, generally I'm using almost same cmdline Yixun Lan The kernel-side patches

Re: RISC-V: patched kexec-tools on github for review/testing

2021-11-25 Thread Nick Kossifidis
Στις 2021-10-15 10:07, Alexandre Ghiti έγραψε: On Sat, Oct 9, 2021 at 3:25 PM Nick Kossifidis wrote: Στις 2021-10-06 14:10, Alexandre Ghiti έγραψε: > > So I followed the instructions here: > https://documentation.suse.com/fr-fr/sles/12-SP3/html/SLES-all/cha-tuning-kexec.html#cha-tun

Re: RISC-V: patched kexec-tools on github for review/testing

2021-10-09 Thread Nick Kossifidis
Στις 2021-10-06 14:10, Alexandre Ghiti έγραψε: So I followed the instructions here: https://documentation.suse.com/fr-fr/sles/12-SP3/html/SLES-all/cha-tuning-kexec.html#cha-tuning-kexec-basic-usage, below the output on an Unmatched board using a vmlinux stored on a sd card: ubuntu@ubuntu:~$ sud

RISC-V: patched kexec-tools on github for review/testing

2021-10-05 Thread Nick Kossifidis
Hello all, I've uploaded my kexec-tools patches for riscv on github for testing/review before sending them upstream. https://github.com/riscv-collab/kexec-tools/tree/riscv Both kexec and kdump were tested on latest rv64 qemu, using for-next branch with this patch applied: https://patchwork.k

[PATCH] RISC-V: Add kexec support

2019-04-16 Thread Nick Kossifidis
patch for kexec-tools on the kexec list: http://lists.infradead.org/pipermail/kexec/2019-April/022874.html Signed-off-by: Nick Kossifidis --- arch/riscv/Kconfig | 11 ++ arch/riscv/include/asm/kexec.h | 43 +++ arch/riscv/kernel/Makefile | 4 +- ar

[PATCH] RISC-V: Add support for kexec on kexec-tools

2019-04-16 Thread Nick Kossifidis
etups and works as expected. Signed-off-by: Nick Kossifidis --- configure.ac| 3 + include/elf.h | 3 +- kexec/Makefile | 1 + kexec/arch/riscv/Makefile | 34 ++ kexec/arch/riscv/include/arch/