1 /* ld script to make ARM Linux kernel
2 * taken from the i386 version by Russell King
3 * Written by Martin Mares <mj@atrey.karlin.mff.cuni.cz>
6 #include <asm-generic/vmlinux.lds.h>
8 #include <asm/thread_info.h>
9 #include <asm/memory.h>
11 #ifdef CONFIG_ARM_KERNMEM_PERMS
12 #include <asm/pgtable.h>
17 VMLINUX_SYMBOL(__proc_info_begin) = .; \
19 VMLINUX_SYMBOL(__proc_info_end) = .;
23 VMLINUX_SYMBOL(__idmap_text_start) = .; \
25 VMLINUX_SYMBOL(__idmap_text_end) = .; \
26 . = ALIGN(PAGE_SIZE); \
27 VMLINUX_SYMBOL(__hyp_idmap_text_start) = .; \
29 VMLINUX_SYMBOL(__hyp_idmap_text_end) = .;
31 #ifdef CONFIG_HOTPLUG_CPU
32 #define ARM_CPU_DISCARD(x)
33 #define ARM_CPU_KEEP(x) x
35 #define ARM_CPU_DISCARD(x) x
36 #define ARM_CPU_KEEP(x)
39 #if (defined(CONFIG_SMP_ON_UP) && !defined(CONFIG_DEBUG_SPINLOCK)) || \
40 defined(CONFIG_GENERIC_BUG)
41 #define ARM_EXIT_KEEP(x) x
42 #define ARM_EXIT_DISCARD(x)
44 #define ARM_EXIT_KEEP(x)
45 #define ARM_EXIT_DISCARD(x) x
54 jiffies = jiffies_64 + 4;
60 * XXX: The linker does not define how output sections are
61 * assigned to input sections when there are multiple statements
62 * matching the same input section name. There is no documented
65 * unwind exit sections must be discarded before the rest of the
66 * unwind sections get included.
69 *(.ARM.exidx.exit.text)
70 *(.ARM.extab.exit.text)
71 ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text))
72 ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text))
73 ARM_EXIT_DISCARD(EXIT_TEXT)
74 ARM_EXIT_DISCARD(EXIT_DATA)
80 #ifndef CONFIG_SMP_ON_UP
87 #ifdef CONFIG_XIP_KERNEL
88 . = XIP_VIRT_ADDR(CONFIG_XIP_PHYS_ADDR);
90 . = PAGE_OFFSET + TEXT_OFFSET;
97 #ifdef CONFIG_ARM_KERNMEM_PERMS
98 . = ALIGN(1<<SECTION_SHIFT);
101 .text : { /* Real text segment */
102 _stext = .; /* Text and read-only data */
104 __exception_text_start = .;
106 __exception_text_end = .;
116 *(.got) /* Global offset table */
117 ARM_CPU_KEEP(PROC_INFO)
120 #ifdef CONFIG_DEBUG_RODATA
121 . = ALIGN(1<<SECTION_SHIFT);
126 __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {
127 __start___ex_table = .;
131 __stop___ex_table = .;
134 #ifdef CONFIG_ARM_UNWIND
136 * Stack unwinding tables
140 __start_unwind_idx = .;
142 __stop_unwind_idx = .;
145 __start_unwind_tab = .;
147 __stop_unwind_tab = .;
153 _etext = .; /* End of text and rodata section */
155 #ifndef CONFIG_XIP_KERNEL
156 # ifdef CONFIG_ARM_KERNMEM_PERMS
157 . = ALIGN(1<<SECTION_SHIFT);
159 . = ALIGN(PAGE_SIZE);
164 * The vectors and stubs are relocatable code, and the
165 * only thing that matters is their relative offsets
168 .vectors 0 : AT(__vectors_start) {
171 . = __vectors_start + SIZEOF(.vectors);
175 .stubs 0x1000 : AT(__stubs_start) {
178 . = __stubs_start + SIZEOF(.stubs);
183 ARM_EXIT_KEEP(EXIT_TEXT)
186 ARM_CPU_DISCARD(PROC_INFO)
189 __arch_info_begin = .;
194 __tagtable_begin = .;
198 #ifdef CONFIG_SMP_ON_UP
206 __pv_table_begin = .;
211 #ifndef CONFIG_XIP_KERNEL
220 #ifndef CONFIG_XIP_KERNEL
222 ARM_EXIT_KEEP(EXIT_DATA)
227 PERCPU_SECTION(L1_CACHE_BYTES)
230 #ifdef CONFIG_XIP_KERNEL
231 __data_loc = ALIGN(4); /* location in binary */
232 . = PAGE_OFFSET + TEXT_OFFSET;
234 #ifdef CONFIG_ARM_KERNMEM_PERMS
235 . = ALIGN(1<<SECTION_SHIFT);
237 . = ALIGN(THREAD_SIZE);
243 .data : AT(__data_loc) {
244 _data = .; /* address in memory */
248 * first, the init task union, aligned
249 * to an 8192 byte boundary.
251 INIT_TASK_DATA(THREAD_SIZE)
253 #ifdef CONFIG_XIP_KERNEL
254 . = ALIGN(PAGE_SIZE);
257 ARM_EXIT_KEEP(EXIT_DATA)
258 . = ALIGN(PAGE_SIZE);
263 CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
264 READ_MOSTLY_DATA(L1_CACHE_BYTES)
267 * and the usual data section
274 _edata_loc = __data_loc + SIZEOF(.data);
276 #ifdef CONFIG_HAVE_TCM
278 * We align everything to a page boundary so we can
279 * free it after init has commenced and TCM contents have
280 * been copied to its destination.
283 . = ALIGN(PAGE_SIZE);
289 * Link these to the ITCM RAM
290 * Put VMA to the TCM address and LMA to the common RAM
291 * and we'll upload the contents from RAM to TCM and free
292 * the used RAM after that.
294 .text_itcm ITCM_OFFSET : AT(__itcm_start)
304 * Reset the dot pointer, this is needed to create the
305 * relative __dtcm_start below (to be used as extern in code).
307 . = ADDR(.tcm_start) + SIZEOF(.tcm_start) + SIZEOF(.text_itcm);
313 /* TODO: add remainder of ITCM as well, that can be used for data! */
314 .data_dtcm DTCM_OFFSET : AT(__dtcm_start)
323 /* Reset the dot pointer or the linker gets confused */
324 . = ADDR(.dtcm_start) + SIZEOF(.data_dtcm);
326 /* End marker for freeing TCM copy in linked object */
327 .tcm_end : AT(ADDR(.dtcm_start) + SIZEOF(.data_dtcm)){
328 . = ALIGN(PAGE_SIZE);
340 * These must never be empty
341 * If you have to comment these two assert statements out, your
342 * binutils is too old (for other reasons as well)
344 ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support")
345 ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined")
348 * The HYP init code can't be more than a page long,
349 * and should not cross a page boundary.
350 * The above comment applies as well.
352 ASSERT(__hyp_idmap_text_end - (__hyp_idmap_text_start & PAGE_MASK) <= PAGE_SIZE,
353 "HYP init code too big or misaligned")