1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* ld script for sparc32/sparc64 kernel */
4 #include <asm-generic/vmlinux.lds.h>
7 #include <asm/thread_info.h>
10 #define INITIAL_ADDRESS 0x10000 + SIZEOF_HEADERS
11 #define TEXTSTART 0xf0004000
13 #define SMP_CACHE_BYTES_SHIFT 5
16 #define SMP_CACHE_BYTES_SHIFT 6
17 #define INITIAL_ADDRESS 0x4000
18 #define TEXTSTART 0x0000000000404000
22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT)
25 OUTPUT_FORMAT("elf32-sparc", "elf32-sparc", "elf32-sparc")
28 jiffies = jiffies_64 + 4;
31 OUTPUT_FORMAT("elf64-sparc", "elf64-sparc", "elf64-sparc")
32 OUTPUT_ARCH(sparc:v9a)
38 ASSERT((swapper_tsb == 0x0000000000408000), "Error: sparc64 early assembler too large")
44 swapper_pg_dir = 0x0000000000402000;
64 /* Start of data section */
70 RW_DATA_SECTION(SMP_CACHE_BYTES, 0, THREAD_SIZE)
72 /* End of data section */
84 __init_begin = ALIGN(PAGE_SIZE);
85 INIT_TEXT_SECTION(PAGE_SIZE)
90 .tsb_ldquad_phys_patch : {
91 __tsb_ldquad_phys_patch = .;
92 *(.tsb_ldquad_phys_patch)
93 __tsb_ldquad_phys_patch_end = .;
99 __tsb_phys_patch_end = .;
105 __cpuid_patch_end = .;
108 .sun4v_1insn_patch : {
109 __sun4v_1insn_patch = .;
110 *(.sun4v_1insn_patch)
111 __sun4v_1insn_patch_end = .;
113 .sun4v_2insn_patch : {
114 __sun4v_2insn_patch = .;
115 *(.sun4v_2insn_patch)
116 __sun4v_2insn_patch_end = .;
118 .leon_1insn_patch : {
119 __leon_1insn_patch = .;
121 __leon_1insn_patch_end = .;
123 .swapper_tsb_phys_patch : {
124 __swapper_tsb_phys_patch = .;
125 *(.swapper_tsb_phys_patch)
126 __swapper_tsb_phys_patch_end = .;
128 .swapper_4m_tsb_phys_patch : {
129 __swapper_4m_tsb_phys_patch = .;
130 *(.swapper_4m_tsb_phys_patch)
131 __swapper_4m_tsb_phys_patch_end = .;
133 .popc_3insn_patch : {
134 __popc_3insn_patch = .;
136 __popc_3insn_patch_end = .;
138 .popc_6insn_patch : {
139 __popc_6insn_patch = .;
141 __popc_6insn_patch_end = .;
143 .pause_3insn_patch : {
144 __pause_3insn_patch = .;
145 *(.pause_3insn_patch)
146 __pause_3insn_patch_end = .;
148 .sun_m7_1insn_patch : {
149 __sun_m7_1insn_patch = .;
150 *(.sun_m7_1insn_patch)
151 __sun_m7_1insn_patch_end = .;
153 .sun_m7_2insn_patch : {
154 __sun_m7_2insn_patch = .;
155 *(.sun_m7_2insn_patch)
156 __sun_m7_2insn_patch_end = .;
159 __get_tick_patch = .;
161 __get_tick_patch_end = .;
164 __pud_huge_patch = .;
166 __pud_huge_patch_end = .;
168 .fast_win_ctrl_1insn_patch : {
169 __fast_win_ctrl_1insn_patch = .;
170 *(.fast_win_ctrl_1insn_patch)
171 __fast_win_ctrl_1insn_patch_end = .;
173 PERCPU_SECTION(SMP_CACHE_BYTES)
175 #ifdef CONFIG_JUMP_LABEL
176 . = ALIGN(PAGE_SIZE);
182 . = ALIGN(PAGE_SIZE);