zephyr/arch
Ioannis Glaropoulos 6cbc0e0bd9 arch: common: nocache: fix linker section definition
No-cache SRAM section is currently used for ARM-only builds
with support for no-cacheable memory sections (i.e.
CONFIG_ARCH_HAS_NOCACHE_MEMORY_SUPPORT) and it holds
uninitialized data. This commit properly defines the
corresponding linker section using SECTION_DATA_PROLOGUE
and GROUP_DATA_LINK_IN macros.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-06-19 09:08:40 -07:00
..
arc ARC: Mention ARC EM family instead of EM4 template 2019-06-06 14:20:42 -04:00
arm arch: implement arch-specific float disable routines 2019-06-12 09:17:45 -07:00
common arch: common: nocache: fix linker section definition 2019-06-19 09:08:40 -07:00
nios2 include: arch: remove empty nios2 asm.h 2019-06-03 21:09:24 -04:00
posix doc: fix Kconfig misspellings 2019-06-18 15:07:52 -04:00
riscv32 style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
x86 doc: fix Kconfig misspellings 2019-06-18 15:07:52 -04:00
x86_64 style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
xtensa arch: remove unused tracing_arch.h 2019-05-13 14:04:15 -07:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig arch: restrict FLOAT and FP_SHARING for x86 and Arm 2019-06-12 09:17:45 -07:00