external_zblue/tests/application_development/code_relocation
Daniel Leung 7fd7278e23 boards: rename qemu_xtensa to qemu_xtensa/dc233c
This is in preparation for adding another SoC where qemu_xtensa
is no longer valid choice. So use qemu_xtensa/dc233c as it is
the same as the old qemu_xtensa.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2026-04-20 17:46:55 +08:00
..
src style: tests: remove unnecessary `return` statements 2026-04-20 17:44:15 +08:00
test_lib tests: application_development: code_relocation: Add absolute paths 2026-04-20 16:30:13 +08:00
CMakeLists.txt code_relocation: Add NOKEEP option 2026-04-20 16:57:43 +08:00
Kconfig arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2026-04-20 15:57:52 +08:00
README.rst
custom-sections.ld
linker_arm_sram2.ld tests: code_relocation: use per-SoC linker file for Arm tests 2026-04-20 16:30:44 +08:00
linker_riscv_qemu_sram2.ld tests: remove incorrect comment from code_relocation for RISCV 2026-04-20 16:01:45 +08:00
linker_xtensa_qemu_sram2.ld boards: qemu_xtensa: use dc233c core 2026-04-20 16:44:09 +08:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2026-04-20 16:44:15 +08:00
prj_riscv.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2026-04-20 16:44:15 +08:00
prj_xtensa.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2026-04-20 16:44:15 +08:00
testcase.yaml boards: rename qemu_xtensa to qemu_xtensa/dc233c 2026-04-20 17:46:55 +08:00

README.rst

.. _code_relocation:

Code relocation
#################

Overview
********
A simple example that demonstrates how relocation of code, data or bss sections
using a custom linker script.