Lines Matching +full:sram +full:- +full:section
2 * Copyright (c) 2004-2008 Texas Instruments
7 * SPDX-License-Identifier: GPL-2.0+
13 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
24 * bundle with u-boot, and code offsets are fixed. Secure zone
30 * be included in u-boot address space, and some absolute address
32 * code also needs to be relocated along with the accompanying u-boot
52 /* Align the secure section only if we're going to use it in situ */
91 /* Align end of stack section to page boundary */
98 * We are not checking (__secure_end - __secure_start) here,
100 * stack section. Instead, use the end of the stack section
101 * and the start of the text section.
103 ASSERT((. - ADDR(.secure_text)) <= CONFIG_ARMV7_SECURE_MAX_SIZE,
104 "Error: secure section exceeds secure memory size");
109 /* Reset VMA but don't allocate space if we have secure SRAM */
142 /* .ARM.exidx is sorted, so has to go in its own output section. */
215 * Deprecated: this MMU section is used by pxa at present but
224 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c