zephyr/soc/nxp/imx
Mathieu Choplain 8aa6ae43ce llext: add support for SLID-based linking
This commit introduces support for an alternate linking method in the
LLEXT subsystem, called "SLID" (short for Symbol Link Identifier),
enabled by the CONFIG_LLEXT_EXPORT_BUILTINS_BY_SLID Kconfig option.

SLID-based linking uses a unique identifier (integer) to identify
exported symbols, instead of using the symbol name as done currently.
This approach provides several benefits:
 * linking is faster because the comparison operation to determine
   whether we found the correct symbol in the export table is now an
   integer compare, instead of a string compare
 * binary size is reduced as symbol names can be dropped from the binary
 * confidentiality is improved as a side-effect, as symbol names are no
   longer present in the binary

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
2024-06-03 15:29:34 -04:00
..
imx6sx nxp: imx7d-6sx: add rom_start relocation 2024-05-16 15:52:20 +02:00
imx7d nxp: imx7d-6sx: add rom_start relocation 2024-05-16 15:52:20 +02:00
imx8 llext: add support for SLID-based linking 2024-06-03 15:29:34 -04:00
imx8m llext: add support for SLID-based linking 2024-06-03 15:29:34 -04:00
imx8ulp llext: add support for SLID-based linking 2024-06-03 15:29:34 -04:00
imx8x llext: add support for SLID-based linking 2024-06-03 15:29:34 -04:00
imx9 llext: add support for SLID-based linking 2024-06-03 15:29:34 -04:00
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.soc
soc.yml nxp: imx8ulp: change SOC name to MIMX8UD7 2024-03-28 09:41:15 +00:00