Lines Matching +full:sram +full:- +full:section
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (c) 2004-2008 Texas Instruments
12 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
23 * bundle with u-boot, and code offsets are fixed. Secure zone
29 * be included in u-boot address space, and some absolute address
31 * code also needs to be relocated along with the accompanying u-boot
70 /* Align the secure section only if we're going to use it in situ */
109 /* Align end of stack section to page boundary */
116 * We are not checking (__secure_end - __secure_start) here,
118 * stack section. Instead, use the end of the stack section
119 * and the start of the text section.
121 ASSERT((. - ADDR(.secure_text)) <= CONFIG_ARMV7_SECURE_MAX_SIZE,
122 "Error: secure section exceeds secure memory size");
127 /* Reset VMA but don't allocate space if we have secure SRAM */
202 * Deprecated: this MMU section is used by pxa at present but
211 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c