blob: 7f7e5c040594db96202d47603ef480d7787a8995 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* 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>
4 */
5
6#include <asm-generic/vmlinux.lds.h>
Will Deacon6ffd58a2012-01-04 15:20:33 -08007#include <asm/cache.h>
Russell King4f7a1812005-05-05 13:11:00 +01008#include <asm/thread_info.h>
Nicolas Pitre37d07b72005-10-29 21:44:56 +01009#include <asm/memory.h>
Linus Walleijf6430a92009-06-24 23:38:56 +010010#include <asm/page.h>
Jin Honga2440b52011-07-19 12:43:26 -070011#ifdef CONFIG_STRICT_MEMORY_RWX
12#include <asm/pgtable.h>
13#endif
Will Deacon6ffd58a2012-01-04 15:20:33 -080014
Russell King5085f3f2010-10-01 15:37:05 +010015#define PROC_INFO \
16 VMLINUX_SYMBOL(__proc_info_begin) = .; \
17 *(.proc.info.init) \
18 VMLINUX_SYMBOL(__proc_info_end) = .;
19
20#ifdef CONFIG_HOTPLUG_CPU
21#define ARM_CPU_DISCARD(x)
22#define ARM_CPU_KEEP(x) x
23#else
24#define ARM_CPU_DISCARD(x) x
25#define ARM_CPU_KEEP(x)
26#endif
27
Simon Glassd3dc3062011-08-16 23:44:26 +010028#if (defined(CONFIG_SMP_ON_UP) && !defined(CONFIG_DEBUG_SPINLOCK)) || \
29 defined(CONFIG_GENERIC_BUG)
Russell Kinga9ad21f2011-02-21 10:13:36 +000030#define ARM_EXIT_KEEP(x) x
31#else
32#define ARM_EXIT_KEEP(x)
33#endif
34
Linus Torvalds1da177e2005-04-16 15:20:36 -070035OUTPUT_ARCH(arm)
36ENTRY(stext)
Nicolas Pitre37d07b72005-10-29 21:44:56 +010037
Linus Torvalds1da177e2005-04-16 15:20:36 -070038#ifndef __ARMEB__
39jiffies = jiffies_64;
40#else
41jiffies = jiffies_64 + 4;
42#endif
Nicolas Pitre37d07b72005-10-29 21:44:56 +010043
Linus Torvalds1da177e2005-04-16 15:20:36 -070044SECTIONS
45{
Russell King9d4f13e2006-01-03 17:28:33 +000046#ifdef CONFIG_XIP_KERNEL
47 . = XIP_VIRT_ADDR(CONFIG_XIP_PHYS_ADDR);
48#else
49 . = PAGE_OFFSET + TEXT_OFFSET;
50#endif
Russell King08fdffd2007-05-08 15:15:45 +010051
52 .init : { /* Init code and data */
Tim Abbott2abc1c52009-10-02 16:32:46 -040053 _stext = .;
54 _sinittext = .;
55 HEAD_TEXT
Sam Ravnborg01ba2bd2008-01-20 14:15:03 +010056 INIT_TEXT
Russell Kinga9ad21f2011-02-21 10:13:36 +000057 ARM_EXIT_KEEP(EXIT_TEXT)
Russell King08fdffd2007-05-08 15:15:45 +010058 _einittext = .;
Russell King5085f3f2010-10-01 15:37:05 +010059 ARM_CPU_DISCARD(PROC_INFO)
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 __arch_info_begin = .;
Ben Dooks9d0fd1e2005-09-20 16:45:20 +010061 *(.arch.info.init)
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 __arch_info_end = .;
63 __tagtable_begin = .;
Ben Dooks95060572005-09-20 16:20:49 +010064 *(.taglist.init)
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 __tagtable_end = .;
Russell Kingf00ec482010-09-04 10:47:48 +010066#ifdef CONFIG_SMP_ON_UP
67 __smpalt_begin = .;
68 *(.alt.smp.init)
69 __smpalt_end = .;
70#endif
Nelson Elhage78d75302009-10-02 16:32:47 -040071
Russell Kingdc21af92011-01-04 19:09:43 +000072 __pv_table_begin = .;
73 *(.pv_table)
74 __pv_table_end = .;
75
Nelson Elhage78d75302009-10-02 16:32:47 -040076 INIT_SETUP(16)
77
Nelson Elhage78d75302009-10-02 16:32:47 -040078 INIT_CALLS
79 CON_INITCALL
80 SECURITY_INITCALL
81 INIT_RAM_FS
82
Linus Torvalds1da177e2005-04-16 15:20:36 -070083#ifndef CONFIG_XIP_KERNEL
84 __init_begin = _stext;
Sam Ravnborg01ba2bd2008-01-20 14:15:03 +010085 INIT_DATA
Russell Kinga9ad21f2011-02-21 10:13:36 +000086 ARM_EXIT_KEEP(EXIT_DATA)
Linus Torvalds1da177e2005-04-16 15:20:36 -070087#endif
88 }
89
Will Deacon6ffd58a2012-01-04 15:20:33 -080090 PERCPU_SECTION(L1_CACHE_BYTES)
Nelson Elhage78d75302009-10-02 16:32:47 -040091
92#ifndef CONFIG_XIP_KERNEL
93 . = ALIGN(PAGE_SIZE);
94 __init_end = .;
95#endif
96
Alan Jenkinse3f28c12009-11-07 21:03:52 +000097 /*
98 * unwind exit sections must be discarded before the rest of the
99 * unwind sections get included.
100 */
101 /DISCARD/ : {
Catalin Marinasbff595c2009-02-16 11:41:36 +0100102 *(.ARM.exidx.exit.text)
103 *(.ARM.extab.exit.text)
Russell King5085f3f2010-10-01 15:37:05 +0100104 ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text))
105 ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text))
Catalin Marinas74361272009-06-19 16:39:29 +0100106#ifndef CONFIG_HOTPLUG
107 *(.ARM.exidx.devexit.text)
108 *(.ARM.extab.devexit.text)
109#endif
Russell King9641c7c2006-06-21 20:38:17 +0100110#ifndef CONFIG_MMU
111 *(.fixup)
112 *(__ex_table)
113#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 }
115
Jin Honga2440b52011-07-19 12:43:26 -0700116#ifdef CONFIG_STRICT_MEMORY_RWX
117 . = ALIGN(1<<SECTION_SHIFT);
118#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 .text : { /* Real text segment */
120 _text = .; /* Text and read-only data */
Russell King7ab3f8d2007-03-02 15:01:36 +0000121 __exception_text_start = .;
122 *(.exception.text)
123 __exception_text_end = .;
Rabin Vincent61b5cb12010-10-07 20:51:58 +0530124 IRQENTRY_TEXT
Sam Ravnborg76647092007-05-13 00:31:33 +0200125 TEXT_TEXT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 SCHED_TEXT
127 LOCK_TEXT
Nicolas Pitre785d3cd2007-12-03 15:27:56 -0500128 KPROBES_TEXT
Russell King9641c7c2006-06-21 20:38:17 +0100129#ifdef CONFIG_MMU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 *(.fixup)
Russell King9641c7c2006-06-21 20:38:17 +0100131#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 *(.gnu.warning)
133 *(.rodata)
134 *(.rodata.*)
135 *(.glue_7)
136 *(.glue_7t)
Tony Lindgren88d927e2010-10-26 19:52:21 +0100137 . = ALIGN(4);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138 *(.got) /* Global offset table */
Russell King5085f3f2010-10-01 15:37:05 +0100139 ARM_CPU_KEEP(PROC_INFO)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140 }
Jin Honga2440b52011-07-19 12:43:26 -0700141#ifdef CONFIG_STRICT_MEMORY_RWX
142 . = ALIGN(1<<SECTION_SHIFT);
143#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144
Linus Walleijf6430a92009-06-24 23:38:56 +0100145 RO_DATA(PAGE_SIZE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146
Catalin Marinasbff595c2009-02-16 11:41:36 +0100147#ifdef CONFIG_ARM_UNWIND
148 /*
149 * Stack unwinding tables
150 */
151 . = ALIGN(8);
152 .ARM.unwind_idx : {
153 __start_unwind_idx = .;
154 *(.ARM.exidx*)
155 __stop_unwind_idx = .;
156 }
157 .ARM.unwind_tab : {
158 __start_unwind_tab = .;
159 *(.ARM.extab*)
160 __stop_unwind_tab = .;
161 }
162#endif
163
Russell King74b0ec02010-10-01 14:26:56 +0100164 _etext = .; /* End of text and rodata section */
165
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166#ifdef CONFIG_XIP_KERNEL
167 __data_loc = ALIGN(4); /* location in binary */
Russell King9d4f13e2006-01-03 17:28:33 +0000168 . = PAGE_OFFSET + TEXT_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169#else
Jin Honga2440b52011-07-19 12:43:26 -0700170#ifdef CONFIG_STRICT_MEMORY_RWX
171 . = ALIGN(1<<SECTION_SHIFT);
172#else
Russell King4f7a1812005-05-05 13:11:00 +0100173 . = ALIGN(THREAD_SIZE);
Jin Honga2440b52011-07-19 12:43:26 -0700174#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 __data_loc = .;
176#endif
177
178 .data : AT(__data_loc) {
Russell King37efe642008-12-01 11:53:07 +0000179 _data = .; /* address in memory */
Catalin Marinas8c7e6572009-05-30 14:00:17 +0100180 _sdata = .;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181
182 /*
183 * first, the init task union, aligned
184 * to an 8192 byte boundary.
185 */
Nelson Elhage78d75302009-10-02 16:32:47 -0400186 INIT_TASK_DATA(THREAD_SIZE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
188#ifdef CONFIG_XIP_KERNEL
Linus Walleijf6430a92009-06-24 23:38:56 +0100189 . = ALIGN(PAGE_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 __init_begin = .;
Sam Ravnborg01ba2bd2008-01-20 14:15:03 +0100191 INIT_DATA
Russell Kinga9ad21f2011-02-21 10:13:36 +0000192 ARM_EXIT_KEEP(EXIT_DATA)
Linus Walleijf6430a92009-06-24 23:38:56 +0100193 . = ALIGN(PAGE_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194 __init_end = .;
195#endif
196
Nelson Elhage78d75302009-10-02 16:32:47 -0400197 NOSAVE_DATA
Will Deacon6ffd58a2012-01-04 15:20:33 -0800198 CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
Stepan Moskovchenkoced0bbe2012-01-05 13:51:00 -0800199 READ_MOSTLY_DATA(L1_CACHE_BYTES)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200
201 /*
Nicolas Pitre13b1f642005-10-13 22:04:37 +0100202 * The exception fixup table (might need resorting at runtime)
203 */
Stepan Moskovchenkoced0bbe2012-01-05 13:51:00 -0800204 . = ALIGN(L1_CACHE_BYTES);
Nicolas Pitre13b1f642005-10-13 22:04:37 +0100205 __start___ex_table = .;
Russell King9641c7c2006-06-21 20:38:17 +0100206#ifdef CONFIG_MMU
Nicolas Pitre13b1f642005-10-13 22:04:37 +0100207 *(__ex_table)
Russell King9641c7c2006-06-21 20:38:17 +0100208#endif
Nicolas Pitre13b1f642005-10-13 22:04:37 +0100209 __stop___ex_table = .;
210
211 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 * and the usual data section
213 */
Sam Ravnborgca967252007-05-17 13:38:44 +0200214 DATA_DATA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 CONSTRUCTORS
216
217 _edata = .;
218 }
Nicolas Pitree98ff7f2007-02-22 16:18:09 +0100219 _edata_loc = __data_loc + SIZEOF(.data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220
Linus Walleijbc581772009-09-15 17:30:37 +0100221#ifdef CONFIG_HAVE_TCM
222 /*
223 * We align everything to a page boundary so we can
224 * free it after init has commenced and TCM contents have
225 * been copied to its destination.
226 */
227 .tcm_start : {
228 . = ALIGN(PAGE_SIZE);
229 __tcm_start = .;
230 __itcm_start = .;
231 }
232
233 /*
234 * Link these to the ITCM RAM
235 * Put VMA to the TCM address and LMA to the common RAM
236 * and we'll upload the contents from RAM to TCM and free
237 * the used RAM after that.
238 */
239 .text_itcm ITCM_OFFSET : AT(__itcm_start)
240 {
241 __sitcm_text = .;
242 *(.tcm.text)
243 *(.tcm.rodata)
244 . = ALIGN(4);
245 __eitcm_text = .;
246 }
247
248 /*
249 * Reset the dot pointer, this is needed to create the
250 * relative __dtcm_start below (to be used as extern in code).
251 */
252 . = ADDR(.tcm_start) + SIZEOF(.tcm_start) + SIZEOF(.text_itcm);
253
254 .dtcm_start : {
255 __dtcm_start = .;
256 }
257
258 /* TODO: add remainder of ITCM as well, that can be used for data! */
259 .data_dtcm DTCM_OFFSET : AT(__dtcm_start)
260 {
261 . = ALIGN(4);
262 __sdtcm_data = .;
263 *(.tcm.data)
264 . = ALIGN(4);
265 __edtcm_data = .;
266 }
267
268 /* Reset the dot pointer or the linker gets confused */
269 . = ADDR(.dtcm_start) + SIZEOF(.data_dtcm);
270
271 /* End marker for freeing TCM copy in linked object */
272 .tcm_end : AT(ADDR(.dtcm_start) + SIZEOF(.data_dtcm)){
273 . = ALIGN(PAGE_SIZE);
274 __tcm_end = .;
275 }
276#endif
277
Pawel Molldc810ef2011-02-16 18:54:01 +0100278 NOTES
279
Nelson Elhage78d75302009-10-02 16:32:47 -0400280 BSS_SECTION(0, 0, 0)
281 _end = .;
282
283 STABS_DEBUG
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 .comment 0 : { *(.comment) }
Alan Jenkinse3f28c12009-11-07 21:03:52 +0000285
286 /* Default discards */
287 DISCARDS
Russell Kingf00ec482010-09-04 10:47:48 +0100288
289#ifndef CONFIG_SMP_ON_UP
290 /DISCARD/ : {
291 *(.alt.smp.init)
292 }
293#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294}
295
Russell King728f5c02005-11-17 16:43:14 +0000296/*
297 * These must never be empty
298 * If you have to comment these two assert statements out, your
299 * binutils is too old (for other reasons as well)
300 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support")
302ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined")