zephyr/subsys/llext
Eric Ackermann 5275d44409 llext: Add RISC-V arch-specific relocations
This commit introduces architecture-specific ELF relocations for RISC-V,
in accordance with the RISC-V PSABI specification:
https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc
Also, the necessary compiler configurations for compiling LLEXT
extensions on RISC-V are added, and the llext tests are executed on
RISC-V targets.
Calling llext extensions from user threads in RISC-V is still
unsupported as of this commit.

Signed-off-by: Eric Ackermann <eric.ackermann@cispa.de>
2024-10-03 21:59:42 +01:00
..
CMakeLists.txt llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
Kconfig llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
buf_loader.c
fs_loader.c
llext.c
llext_export.c
llext_handlers.c
llext_link.c llext: pass the whole struct llext_load_param 2024-09-29 21:21:24 +02:00
llext_load.c llext: Add RISC-V arch-specific relocations 2024-10-03 21:59:42 +01:00
llext_mem.c
llext_priv.h llext: pass the whole struct llext_load_param 2024-09-29 21:21:24 +02:00
shell.c