zephyr/cmake/linker
Peter Marheine 5eb75b81f7 arm: rename default RAM region from 'SRAM' to 'RAM'
It's useful for RAMABLE_REGION to have a uniform name when
CODE_DATA_RELOCATION is supported, because otherwise the build system
needs to be aware of how the region name differs between architectures.
Since architectures tend to prefer one of 'SRAM' or 'RAM' for that
region, prefer to use 'RAM' as the more general term.

Signed-off-by: Peter Marheine <pmarheine@chromium.org>
2022-10-03 10:09:53 +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 arm: rename default RAM region from 'SRAM' to 'RAM' 2022-10-03 10:09:53 +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