RISC-V: Add purgatory
This patch adds purgatory, the name and concept have been taken from kexec-tools. Purgatory runs between two kernels, and do verify sha256 hash to ensure the kernel to jump to is fine and has not been corrupted after loading. Makefile is modified based on x86 platform. Signed-off-by: NLi Zhengyu <lizhengyu3@huawei.com> Link: https://lore.kernel.org/r/20220408100914.150110-6-lizhengyu3@huawei.comSigned-off-by: NPalmer Dabbelt <palmer@rivosinc.com>
Showing
arch/riscv/purgatory/.gitignore
0 → 100644
arch/riscv/purgatory/Makefile
0 → 100644
arch/riscv/purgatory/entry.S
0 → 100644
arch/riscv/purgatory/purgatory.c
0 → 100644
想要评论请 注册 或 登录