commit | b257f311f5f0d32969f58098b03458b5bd728419 | [log] [tgz] |
---|---|---|
author | Song Shuai <songshuaishuai@tinylab.org> | Tue Apr 22 18:23:00 2025 +0200 |
committer | Simon Horman <horms@kernel.org> | Wed Apr 23 16:30:59 2025 +0100 |
tree | cc53f259078c9ef67140be4148af51cec7061c26 | |
parent | 363087cd156f870dfd07fef04077696daa77acaa [diff] |
RISC-V: Support loading Image binary file Add image-riscv file_type to probe/load Image file type, As for kexec_load, find the pbase aligned text_offset from image header and prepare segments for this syscall. for kexec_file_load, setup the related options and let kernel part to deal with the Image. Signed-off-by: Song Shuai <songshuaishuai@tinylab.org> Signed-off-by: Simon Horman <horms@kernel.org>