nuttx/libs/libc/elf
Tiago Medicci Serrano d250808c1c esp32s3/elf: Fix ELF loader on ESP32-S3 when using external PSRAM
Prior to this commit, it wasn't possible to load ELF modules from
the external PSRAM. There were two main issues about it: 1) copying
data using the instruction bus was being used instead of the data
bus (this, per si, isn't a problem, but requires special attention
regarding data alignment), and 2) the cache was not being properly
cleaned and flushed to properly access the loaded data using the
instruction bus.

Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
2025-08-20 02:23:03 +08:00
..
CMakeLists.txt libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf.h libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_addrenv.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_bind.c esp32s3/elf: Fix ELF loader on ESP32-S3 when using external PSRAM 2025-08-20 02:23:03 +08:00
elf_depend.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
elf_gethandle.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_getsymbol.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_globals.S libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_init.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_insert.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_iobuffer.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_load.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_loadhdrs.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
elf_read.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_registry.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_remove.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_sections.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_symbols.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_symtab.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_uninit.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_unload.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
elf_verify.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
gnu-elf.ld.in libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
Kconfig libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
Make.defs libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
Makefile libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00