zephyr/cmake/linker
Peter Marheine d400b8135c arch/riscv: support CONFIG_CODE_DATA_RELOCATION
This implements support for relocating code to chosen memory regions via
the `zephyr_code_relocate` CMake function for RISC-V SoCs. ARM-specific
assumptions that were made by gen_relocate_app.py need to be corrected,
in particular not assuming any particular name for the default RAM
section (which is 'SRAM' for most ARM pltaforms) and not assuming 32-bit
pointers (so the test works on RV64).

Signed-off-by: Peter Marheine <pmarheine@chromium.org>
2022-08-24 10:08:06 +02:00
..
arcmwdt scripts: move gen_relocate_app.py to scripts/build 2022-07-12 10:03:45 +02:00
armlink cmake: Update cmake_minimum_required to 3.20.0 2022-07-04 10:18:45 +02:00
ld arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00
lld LLVM: add built-in lld linker support for x86. 2022-06-05 14:10:25 +02:00
linker_flags_template.cmake cmake: Update CONFIG_ASAN support 2022-08-19 08:30:01 +02:00
linker_script_common.cmake everywhere: fix typos 2022-03-14 20:22:24 -04:00