copy the classic_statusbar and rockbox_none .sbs's to .rsbs's also so remote displays...
[kugel-rb.git] / apps / plugins / plugin.lds
blob6b608fcc70155ea10f5430c540c24a806a5b3f32
1 #include "config.h"
3 /* These output formats should be in the config-files */
5 #ifdef CPU_COLDFIRE
6 OUTPUT_FORMAT(elf32-m68k)
7 #elif defined(CPU_ARM)
8 OUTPUT_FORMAT(elf32-littlearm)
9 #elif defined(CPU_SH)
10 OUTPUT_FORMAT(elf32-sh)
11 #elif defined(CPU_MIPS)
12 OUTPUT_FORMAT(elf32-littlemips)
13 #else
14 /* We can have an #error here we don't use this file when build sims! */
15 #error Unknown CPU architecture
16 #endif
18 #ifdef DEBUG
19 #define STUBOFFSET 0x10000
20 #else
21 #define STUBOFFSET 0
22 #endif
24 #if defined(CPU_PP)
25 #ifdef CPU_PP502x
26 #define NOCACHE_BASE    0x10000000
27 #else
28 #define NOCACHE_BASE    0x28000000
29 #endif /* CPU_* */
30 #define CACHEALIGN_SIZE 16
31 #endif /* CPU_PP */
33 #ifndef NOCACHE_BASE
34 /* Default to no offset if target doesn't define this */
35 #define NOCACHE_BASE 0x00000000
36 #endif
38 #if CONFIG_CPU==DM320 || CONFIG_CPU==IMX31L
39 /* Give this 1 meg to allow it to align to the MMU boundary */
40 #if CONFIG_CPU==DM320
41 #ifndef LCD_NATIVE_WIDTH
42 #define LCD_NATIVE_WIDTH LCD_WIDTH
43 #endif
45 #ifndef LCD_NATIVE_HEIGHT
46 #define LCD_NATIVE_HEIGHT LCD_HEIGHT
47 #endif
49 #define LCD_FUDGE       LCD_NATIVE_WIDTH%32
50 #define LCD_BUFFER_SIZE  ((LCD_NATIVE_WIDTH+LCD_FUDGE)*LCD_NATIVE_HEIGHT*2)
51 #define LCD_TTB_AREA    0x100000*((LCD_BUFFER_SIZE>>19)+1)
52 #else
53 #define LCD_TTB_AREA    0x100000
54 #endif
56 #define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - LCD_TTB_AREA
58 #elif CONFIG_CPU==S3C2440
59 #include "cpu.h"
60 /* must be 16Kb (0x4000) aligned */
61 #define TTB_SIZE         (0x4000) 
62 #define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - LCD_BUFFER_SIZE - TTB_SIZE
64 #elif CONFIG_CPU==TCC7801
65 #include "cpu.h"
66 #define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - TTB_SIZE
68 #elif CONFIG_CPU==AS3525
69 #include "cpu.h"
70 #define DRAMORIG DRAM_ORIG
71 #ifdef AMS_LOWMEM
72 #define DRAMSIZE (DRAM_SIZE - PLUGIN_BUFFER_SIZE - STUBOFFSET - TTB_SIZE)
73 #else
74 #define DRAMSIZE (DRAM_SIZE - PLUGIN_BUFFER_SIZE - STUBOFFSET - CODEC_SIZE - TTB_SIZE)
75 #endif
76 #endif
78  /* default to full RAM (minus codecs&plugins) unless specified otherwise */
79 #ifndef DRAMSIZE
80 #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_BUFFER_SIZE - STUBOFFSET - CODEC_SIZE
81 #endif
84 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300)
85 #define ARCH_IRIVER
86 #endif
88 #if defined(ARCH_IRIVER) || defined(IAUDIO_M3)
89 #define DRAMORIG 0x31000000
90 #define IRAMORIG 0x1000c000
91 #define IRAMSIZE 0xc000
93 #elif defined(IAUDIO_X5) || defined(IAUDIO_M5)
94 #define DRAMORIG 0x31000000
95 #define IRAMORIG 0x10010000
96 #define IRAMSIZE 0x10000
98 #elif CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024
99 /* PP5022/24 have 128KB of IRAM */
100 #define DRAMORIG 0x00000000
101 #define IRAMORIG 0x4000c000
102 #define IRAMSIZE 0x14000
104 #elif defined(CPU_PP)
105 /* all other PP's have 96KB of IRAM */
106 #define DRAMORIG 0x00000000
107 #define IRAMORIG 0x4000c000
108 #define IRAMSIZE 0x0c000
110 #elif CONFIG_CPU == PNX0101
111 #define DRAMORIG 0xc00000 + STUBOFFSET
112 #define IRAMORIG 0x407000
113 #define IRAMSIZE 0x9000
115 #elif CONFIG_CPU == IMX31L || CONFIG_CPU == S3C2440
116 #define DRAMORIG 0x0 + STUBOFFSET
117 #define IRAM DRAM
118 #define IRAMSIZE 0
120 #elif CONFIG_CPU==DM320
121 #define DRAMORIG 0x00900000 + STUBOFFSET
122 #define IRAM DRAM
123 /* The bit of IRAM that is available is used in the core */
124 #define IRAMSIZE 0
126 #elif defined(CPU_TCC780X) || defined(CPU_TCC77X)
127 #define DRAMORIG 0x20000000
128 /*#define IRAMORIG 0x1000c000
129 #define IRAMSIZE 0xc000*/
130 #define IRAM DRAM
131 #define IRAMSIZE 0
133 #elif CONFIG_CPU==AS3525
134 #ifdef AMS_LOWMEM
135 #define IRAMSIZE 0  /* simulates no IRAM since codec is already entirely in IRAM */
136 #define CODEC_ORIGIN (IRAM_ORIG + IRAM_SIZE - CODEC_SIZE)
137 #define PLUGIN_ORIGIN (DRAM_ORIG + DRAMSIZE)
138 #else
139 #define IRAMORIG (IRAM_ORIG + 0x20000)
140 #define IRAMSIZE (IRAM_ORIG + IRAM_SIZE - IRAMORIG)
141 #endif
143 #elif CONFIG_CPU==S5L8700
144 #define DRAMORIG 0x08000000
145 #define IRAMORIG (0x00000000 + (64*1024))
146 #define IRAMSIZE (64*1024)
148 #elif CONFIG_CPU==S5L8701
149 #define DRAMORIG 0x08000000
150 #define IRAMORIG (0x00000000 + (96*1024))
151 #define IRAMSIZE (80*1024)
153 #elif CONFIG_CPU == JZ4732
154 #define DRAMORIG 0x80004000 + STUBOFFSET
155 #define IRAM DRAM
156 /* The bit of IRAM that is available is used in the core */
157 #else
158 #define DRAMORIG 0x09000000 + STUBOFFSET
159 #endif
161 #define PLUGIN_LENGTH PLUGIN_BUFFER_SIZE
164 #ifndef CODEC_ORIGIN /* targets can specify another origin */
165 #define CODEC_ORIGIN (DRAMORIG + (DRAMSIZE))
166 #endif
168 #ifndef PLUGIN_ORIGIN /* targets can specify another origin */
169 #define PLUGIN_ORIGIN (CODEC_ORIGIN + CODEC_SIZE)
170 #endif
172 #ifdef CODEC
173 #define THIS_LENGTH CODEC_SIZE
174 #define THIS_ORIGIN CODEC_ORIGIN
175 #elif defined OVERLAY_OFFSET
176 #define THIS_LENGTH (DRAMSIZE - OVERLAY_OFFSET)
177 #define THIS_ORIGIN (DRAMORIG + OVERLAY_OFFSET)
178 #else /* plugin */
179 #define THIS_LENGTH PLUGIN_LENGTH
180 #define THIS_ORIGIN PLUGIN_ORIGIN
181 #endif
183 MEMORY
185    PLUGIN_RAM : ORIGIN = THIS_ORIGIN, LENGTH = THIS_LENGTH
186 #if defined(IRAMSIZE) && IRAMSIZE != 0
187    PLUGIN_IRAM : ORIGIN = IRAMORIG, LENGTH = IRAMSIZE
188 #endif
191 SECTIONS
193     .header : {
194         _plugin_start_addr = .;
195         plugin_start_addr = .;
196         KEEP(*(.header))
197     } > PLUGIN_RAM
199     .text :
200     {
201         *(.text*)
202 #if defined(IRAMSIZE) && IRAMSIZE == 0
203                 *(.icode)
204 #endif
205 #ifdef CPU_ARM
206         *(.glue_7)
207         *(.glue_7t)
208 #endif
209     } > PLUGIN_RAM
211     .rodata :
212     {
213         *(.rodata*)
214 #if defined(IRAMSIZE) && IRAMSIZE == 0
215                 *(.irodata)
216 #endif
217         . = ALIGN(0x4);
218     } > PLUGIN_RAM
220     .data :
221     {
222         *(.data*)
223 #if defined(IRAMSIZE) && IRAMSIZE == 0
224                 *(.idata)
225 #endif
226     } > PLUGIN_RAM
228 #if NOCACHE_BASE != 0
229     .ncdata . + NOCACHE_BASE :
230     {
231         . = ALIGN(CACHEALIGN_SIZE);
232         *(.ncdata*)
233         . = ALIGN(CACHEALIGN_SIZE);
234     } AT> PLUGIN_RAM
235 #endif
237 #if defined(IRAMSIZE)
238     iramcopy = . - NOCACHE_BASE;
239 #endif
241     /DISCARD/ :
242     {
243         *(.eh_frame)
244 #ifdef CPU_MIPS
245         *(.rel.dyn)
246 #endif
247     }
249 #if defined(IRAMSIZE) && IRAMSIZE != 0
250     .iram IRAMORIG : AT ( iramcopy)
251     {
252         iramstart = .;
253         *(.icode)
254         *(.irodata)
255         *(.idata)
256         iramend = .;
257     } > PLUGIN_IRAM
260     .ibss (NOLOAD) :
261     {
262         iedata = .;
263         *(.ibss)
264         . = ALIGN(0x4);
265         iend = .;
266     } > PLUGIN_IRAM
267 #endif
269     .bss (NOLOAD) :
270     {
271         plugin_bss_start = .;
272         *(.bss*)
273 #if defined(IRAMSIZE) && IRAMSIZE == 0
274                 *(.ibss)
275 #endif
276         *(COMMON)
277         . = ALIGN(0x4);
278     } > PLUGIN_RAM
279     
280 #if NOCACHE_BASE != 0
281     .ncbss . + NOCACHE_BASE (NOLOAD) :
282     {
283         . = ALIGN(CACHEALIGN_SIZE);
284         *(.ncbss*)
285         . = ALIGN(CACHEALIGN_SIZE);
286     } AT> PLUGIN_RAM
287 #endif
289     /* Restore . */
290     .pluginend . - NOCACHE_BASE :
291     {
292         _plugin_end_addr = .;
293         plugin_end_addr = .;
294     }
296     /* Special trick to avoid a linker error when no other sections are
297        left after garbage collection (plugin not for this platform) */
298     .comment 0 :
299     {
300         KEEP(*(.comment))
301     }