blob: cce2fcb58881f48cc071230698c4da85a8350360 [file] [log] [blame]
Ralf Baechledbee90b2006-02-02 14:31:16 +00001#include <asm/asm-offsets.h>
David Daney7b1c0d22012-07-19 09:11:14 +02002#include <asm/thread_info.h>
David Daney485172b2012-08-14 11:08:01 -07003
Ralf Baechlebef9ae32012-12-28 15:15:25 +01004#define PAGE_SIZE _PAGE_SIZE
5
David Daney485172b2012-08-14 11:08:01 -07006/*
7 * Put .bss..swapper_pg_dir as the first thing in .bss. This will
8 * ensure that it has .bss alignment (64K).
9 */
10#define BSS_FIRST_SECTIONS *(.bss..swapper_pg_dir)
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <asm-generic/vmlinux.lds.h>
13
Ralf Baechle41c594a2006-04-05 09:45:45 +010014#undef mips
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#define mips mips
16OUTPUT_ARCH(mips)
17ENTRY(kernel_entry)
Ralf Baechle603bb992007-10-14 22:49:01 +010018PHDRS {
19 text PT_LOAD FLAGS(7); /* RWX */
David Daney3bfb7222015-10-30 00:54:48 +020020#ifndef CONFIG_CAVIUM_OCTEON_SOC
Ralf Baechle603bb992007-10-14 22:49:01 +010021 note PT_NOTE FLAGS(4); /* R__ */
David Daney3bfb7222015-10-30 00:54:48 +020022#endif /* CAVIUM_OCTEON_SOC */
Ralf Baechle603bb992007-10-14 22:49:01 +010023}
Sam Ravnborg51b563f2009-09-20 12:28:22 +020024
Manuel Laussd71789b2009-09-24 21:44:24 +020025#ifdef CONFIG_32BIT
26 #ifdef CONFIG_CPU_LITTLE_ENDIAN
Ralf Baechle70342282013-01-22 12:59:30 +010027 jiffies = jiffies_64;
Manuel Laussd71789b2009-09-24 21:44:24 +020028 #else
Ralf Baechle70342282013-01-22 12:59:30 +010029 jiffies = jiffies_64 + 4;
Manuel Laussd71789b2009-09-24 21:44:24 +020030 #endif
31#else
Ralf Baechle70342282013-01-22 12:59:30 +010032 jiffies = jiffies_64;
Manuel Laussd71789b2009-09-24 21:44:24 +020033#endif
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020034
Linus Torvalds1da177e2005-04-16 15:20:36 -070035SECTIONS
36{
37#ifdef CONFIG_BOOT_ELF64
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020038 /* Read-only sections, merged into text segment: */
39 /* . = 0xc000000000000000; */
Linus Torvalds1da177e2005-04-16 15:20:36 -070040
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020041 /* This is the value for an Origin kernel, taken from an IRIX kernel. */
42 /* . = 0xc00000000001c000; */
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020044 /* Set the vaddr for the text segment to a value
45 * >= 0xa800 0000 0001 9000 if no symmon is going to configured
46 * >= 0xa800 0000 0030 0000 otherwise
47 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070048
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020049 /* . = 0xa800000000300000; */
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020050 . = 0xffffffff80300000;
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#endif
Sam Ravnborg51b563f2009-09-20 12:28:22 +020052 . = VMLINUX_LOAD_ADDRESS;
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020053 /* read-only */
54 _text = .; /* Text and read-only data */
55 .text : {
56 TEXT_TEXT
57 SCHED_TEXT
58 LOCK_TEXT
Ralf Baechlef70fd1b2007-10-14 22:50:05 +010059 KPROBES_TEXT
Wu Zhangjin8f99a162009-11-20 20:34:33 +080060 IRQENTRY_TEXT
Atsushi Nemoto6b3766a2008-08-05 23:45:14 +090061 *(.text.*)
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020062 *(.fixup)
63 *(.gnu.warning)
Ralf Baechle603bb992007-10-14 22:49:01 +010064 } :text = 0
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020065 _etext = .; /* End of text section */
Linus Torvalds1da177e2005-04-16 15:20:36 -070066
Nelson Elhage6eb10bc2009-07-31 16:58:19 -040067 EXCEPTION_TABLE(16)
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020069 /* Exception table for data bus errors */
70 __dbe_table : {
71 __start___dbe_table = .;
72 *(__dbe_table)
73 __stop___dbe_table = .;
74 }
Ralf Baechle603bb992007-10-14 22:49:01 +010075
David Daney3bfb7222015-10-30 00:54:48 +020076#ifdef CONFIG_CAVIUM_OCTEON_SOC
77#define NOTES_HEADER
78#else /* CONFIG_CAVIUM_OCTEON_SOC */
79#define NOTES_HEADER :note
80#endif /* CONFIG_CAVIUM_OCTEON_SOC */
81 NOTES :text NOTES_HEADER
Ralf Baechle603bb992007-10-14 22:49:01 +010082 .dummy : { *(.dummy) } :text
83
Steven Rostedta2d063a2011-05-19 21:34:58 -040084 _sdata = .; /* Start of data section */
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020085 RODATA
Linus Torvalds1da177e2005-04-16 15:20:36 -070086
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020087 /* writeable */
88 .data : { /* Data */
Franck Bui-Huu16be2432007-10-18 23:12:32 +020089 . = . + DATAOFFSET; /* for CONFIG_MAPPED_KERNEL */
Linus Torvalds1da177e2005-04-16 15:20:36 -070090
David Daney7b1c0d22012-07-19 09:11:14 +020091 INIT_TASK_DATA(THREAD_SIZE)
Nelson Elhage6eb10bc2009-07-31 16:58:19 -040092 NOSAVE_DATA
93 CACHELINE_ALIGNED_DATA(1 << CONFIG_MIPS_L1_CACHE_SHIFT)
Catalin Marinasf8bec752011-03-29 11:40:06 +010094 READ_MOSTLY_DATA(1 << CONFIG_MIPS_L1_CACHE_SHIFT)
Franck Bui-Huu16be2432007-10-18 23:12:32 +020095 DATA_DATA
96 CONSTRUCTORS
Sam Ravnborg0f5c9062007-09-15 23:35:53 +020097 }
98 _gp = . + 0x8000;
99 .lit8 : {
100 *(.lit8)
101 }
102 .lit4 : {
103 *(.lit4)
104 }
105 /* We want the small data sections together, so single-instruction offsets
106 can access them all, and initialized data all before uninitialized, so
107 we can shorten the on-disk segment size. */
108 .sdata : {
109 *(.sdata)
110 }
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200111 _edata = .; /* End of data section */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200113 /* will be freed after init */
Nelson Elhagea0b54e22009-07-31 16:58:18 -0400114 . = ALIGN(PAGE_SIZE); /* Init code and data */
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200115 __init_begin = .;
Nelson Elhage6eb10bc2009-07-31 16:58:19 -0400116 INIT_TEXT_SECTION(PAGE_SIZE)
117 INIT_DATA_SECTION(16)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118
Gabor Juhos487d70d2010-11-23 16:06:25 +0100119 . = ALIGN(4);
120 .mips.machines.init : AT(ADDR(.mips.machines.init) - LOAD_OFFSET) {
121 __mips_machines_start = .;
122 *(.mips.machines.init)
123 __mips_machines_end = .;
124 }
125
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200126 /* .exit.text is discarded at runtime, not link time, to deal with
127 * references from .rodata
128 */
129 .exit.text : {
Sam Ravnborg01ba2bd2008-01-20 14:15:03 +0100130 EXIT_TEXT
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200131 }
132 .exit.data : {
Sam Ravnborg01ba2bd2008-01-20 14:15:03 +0100133 EXIT_DATA
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200134 }
Jonas Gorski1da8f172015-04-12 12:24:58 +0200135#ifdef CONFIG_SMP
Tejun Heo0415b00d12011-03-24 18:50:09 +0100136 PERCPU_SECTION(1 << CONFIG_MIPS_L1_CACHE_SHIFT)
Jonas Gorski1da8f172015-04-12 12:24:58 +0200137#endif
138#ifdef CONFIG_MIPS_RAW_APPENDED_DTB
139 __appended_dtb = .;
140 /* leave space for appended DTB */
141 . += 0x100000;
142#endif
David Daney485172b2012-08-14 11:08:01 -0700143 /*
144 * Align to 64K in attempt to eliminate holes before the
145 * .bss..swapper_pg_dir section at the start of .bss. This
146 * also satisfies PAGE_SIZE alignment as the largest page size
147 * allowed is 64K.
148 */
149 . = ALIGN(0x10000);
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200150 __init_end = .;
151 /* freed after init ends here */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152
David Daney485172b2012-08-14 11:08:01 -0700153 /*
154 * Force .bss to 64K alignment so that .bss..swapper_pg_dir
Ralf Baechle70342282013-01-22 12:59:30 +0100155 * gets that alignment. .sbss should be empty, so there will be
David Daney485172b2012-08-14 11:08:01 -0700156 * no holes after __init_end. */
157 BSS_SECTION(0, 0x10000, 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200159 _end = . ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200161 /* These mark the ABI of the kernel for debuggers. */
162 .mdebug.abi32 : {
163 KEEP(*(.mdebug.abi32))
164 }
165 .mdebug.abi64 : {
166 KEEP(*(.mdebug.abi64))
167 }
Daniel Jacobowitz6c769882007-08-03 11:43:01 -0400168
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200169 /* This is the MIPS specific mdebug section. */
170 .mdebug : {
171 *(.mdebug)
172 }
Atsushi Nemoto78665aa2006-05-11 00:41:26 +0900173
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200174 STABS_DEBUG
175 DWARF_DEBUG
Atsushi Nemoto04b6b3b2006-05-10 15:36:04 +0900176
Sam Ravnborg0f5c9062007-09-15 23:35:53 +0200177 /* These must appear regardless of . */
178 .gptab.sdata : {
179 *(.gptab.data)
180 *(.gptab.sdata)
181 }
182 .gptab.sbss : {
183 *(.gptab.bss)
184 *(.gptab.sbss)
185 }
Tejun Heo023bf6f2009-07-09 11:27:40 +0900186
187 /* Sections to be discarded */
188 DISCARDS
189 /DISCARD/ : {
190 /* ABI crap starts here */
Aaro Koskinen61379872015-10-30 00:54:47 +0200191 *(.MIPS.abiflags)
Tejun Heo023bf6f2009-07-09 11:27:40 +0900192 *(.MIPS.options)
193 *(.options)
194 *(.pdr)
195 *(.reginfo)
David Daneyb8199542013-08-08 11:40:49 -0700196 *(.eh_frame)
Tejun Heo023bf6f2009-07-09 11:27:40 +0900197 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198}