zephyr/arch
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
..
arc ARC: fx possible memory corruption with userspace 2022-09-21 18:46:06 +00:00
arm arm: rename default RAM region from 'SRAM' to 'RAM' 2022-10-03 10:09:53 +02:00
arm64 arch: arm64: Disable ldp/stp Qn for consecutive 32-byte loads/stores 2022-09-23 12:10:25 +02:00
common cmake: Add support to add symbols to nocache section 2022-08-29 11:19:48 +02:00
mips include: types: remove ulong_t 2022-09-06 18:16:33 +02:00
nios2 arch: comply to coding guidelines MISRA C:2012 Rule 14.4 2022-07-20 09:28:38 -05:00
posix arch/posix: Fix main() renaming trickery 2022-09-15 16:23:11 +00:00
riscv riscv: fix crash resulting from touching the initial stack's guard area 2022-09-28 07:53:56 +00:00
sparc SPARC: reduce z_thread_entry_wrapper 2022-08-03 12:05:49 +02:00
x86 x86: Kconfig: update dependency for X86_FP_USE_SOFT_FLOAT 2022-09-21 18:43:11 +00:00
xtensa xtensa: use lower-case hex in backtrace output 2022-09-09 14:09:33 -05:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00