Lines Matching +full:is +full:- +full:ram
6 * SPDX-License-Identifier: Apache-2.0
15 #include <zephyr/linker/linker-defs.h>
16 #include <zephyr/linker/linker-tool.h>
18 #define ROMABLE_REGION RAM
19 #define RAMABLE_REGION RAM
27 RAM (rwx) : ORIGIN = CONFIG_SRAM_BASE_ADDRESS, LENGTH = KB(CONFIG_SRAM_SIZE)
32 REGION_ALIAS("REGION_TEXT", RAM);
33 REGION_ALIAS("REGION_RODATA", RAM);
34 REGION_ALIAS("REGION_DATA_VMA", RAM);
35 REGION_ALIAS("REGION_DATA_LMA", RAM);
36 REGION_ALIAS("REGION_BSS", RAM);
42 PROVIDE (__stack = CONFIG_SRAM_BASE_ADDRESS + (CONFIG_SRAM_SIZE - 1) * 1024);
47 #include <zephyr/linker/rel-sections.ld>
50 #include <zephyr/linker/llext-sections.ld>
81 #include <zephyr/linker/common-rom.ld>
82 /* Located in generated directory. This file is populated by calling
85 #include <snippets-rom-sections.ld>
86 #include <zephyr/linker/thread-local-storage.ld>
96 /* Located in generated directory. This file is populated by the
99 #include <snippets-rodata.ld>
103 #include <zephyr/linker/cplusplus-rom.ld>
130 /* Located in generated directory. This file is populated by the
133 #include <snippets-rwdata.ld>
137 #include <zephyr/linker/common-ram.ld>
139 /* Located in generated directory. This file is populated by the
142 #include <snippets-ram-sections.ld>
144 /* Located in generated directory. This file is populated by the
147 #include <snippets-data-sections.ld>
154 * For performance, BSS section is assumed to be 4 byte aligned and
168 * As memory is cleared in words only, it is simpler to ensure the BSS
177 * This section is used for non-initialized objects that
183 /* Located in generated directory. This file is populated by the
186 #include <snippets-noinit.ld>
190 #include <zephyr/linker/cplusplus-ram.ld>
192 /* Located in generated directory. This file is populated by the
195 #include <snippets-sections.ld>
197 #include <zephyr/linker/ram-end.ld>
201 #include <zephyr/linker/debug-sections.ld>