Fix FS#12408 - don't load skins too early causing buflib handles to leak
[maemo-rb.git] / firmware / SOURCES
blobb918a19418d80e604a1410fea1dd77002301f35e
1 ata_idle_notify.c
2 events.c
3 backlight.c
4 buffer.c
5 buflib.c
6 core_alloc.c
7 general.c
8 load_code.c
9 powermgmt.c
10 #if (CONFIG_PLATFORM & PLATFORM_HOSTED)
11 target/hosted/powermgmt.c
12 target/hosted/rtc.c
13 #endif
14 system.c
15 usb.c
16 #ifdef ROCKBOX_HAS_LOGF
17 logf.c
18 #endif /* ROCKBOX_HAS_LOGF */
19 kernel.c
20 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
21 #ifdef RB_PROFILE
22 profile.c
23 #endif /* RB_PROFILE */
24 #if !defined(BOOTLOADER) || defined(CPU_SH)
25 rolo.c
26 #endif /* !defined(BOOTLOADER) || defined(CPU_SH) */
27 thread.c
28 timer.c
29 debug.c
30 #endif /* PLATFORM_NATIVE */
31 panic.c
33 #ifdef HAVE_SDL
34 target/hosted/sdl/button-sdl.c
35 target/hosted/sdl/kernel-sdl.c
36 #ifdef HAVE_LCD_BITMAP
37 target/hosted/sdl/lcd-bitmap.c
38 #elif defined(HAVE_LCD_CHARCELLS)
39 target/hosted/sdl/lcd-charcells.c
40 #endif
41 #ifdef HAVE_REMOTE_LCD
42 target/hosted/sdl/lcd-remote-bitmap.c
43 #endif
44 target/hosted/sdl/lcd-sdl.c
45 target/hosted/sdl/system-sdl.c
46 #ifdef HAVE_SDL_THREADS
47 target/hosted/sdl/thread-sdl.c
48 #else
49 thread.c
50 #endif
51 target/hosted/sdl/timer-sdl.c
52 #ifdef HAVE_TOUCHSCREEN
53 target/hosted/sdl/key_to_touch-sdl.c
54 #endif
55 #ifdef APPLICATION
56 target/hosted/sdl/app/button-application.c
57 #endif
58 #endif
60 /* Maemo specific files */
61 #if (CONFIG_PLATFORM & PLATFORM_MAEMO)
62 target/hosted/maemo/maemo-thread.c
63 #endif
65 /* Standard library */
66 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(__MINGW32__) || defined(__CYGWIN__)
67 libc/errno.c
68 libc/strtok.c
69 /* alsa on linux requires a more advanced sprintf, i.e. not ours */
70 libc/sprintf.c
71 #endif /* PLATFORM_NATIVE || __MINGW32__ || __CYGWIN__ */
72 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(HAVE_ROCKBOX_C_LIBRARY)
73 libc/atoi.c
75 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
76 /* our ctype.[ch] comes from newlib and is incompitble with most desktop's ctype */
77 libc/ctype.c
78 #endif
80 libc/memchr.c
81 libc/memcmp.c
83 #if !defined(CPU_SH) && !defined(CPU_COLDFIRE) && !defined(CPU_ARM)
84 #if !defined(CPU_MIPS)
85 libc/memcpy.c
86 libc/memset.c
87 #endif /* CPU_MIPS */
88 libc/memmove.c
89 #endif /* CPU_* */
91 libc/qsort.c
92 libc/random.c
93 libc/strcat.c
94 libc/strchr.c
95 libc/strcmp.c
96 libc/strcpy.c
98 #if !defined(CPU_SH) && !defined(CPU_COLDFIRE)
99 libc/strlen.c
100 #endif
102 libc/strncmp.c
103 libc/strrchr.c
104 libc/strstr.c
105 libc/mktime.c
106 #endif /* CONFIG_PLATFORM || HAVE_ROCKBOX_C_LIBRARY */
108 /* Common */
109 common/version.c
110 common/config.c
111 common/crc32.c
112 #ifdef MI4_FORMAT
113 common/crc32-mi4.c
114 #endif
115 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
116 common/dir_uncached.c
117 common/file.c
118 common/disk.c
119 #endif /* PLATFORM_NATIVE */
120 #ifdef HAVE_DIRCACHE
121 common/dircache.c
122 #endif /* HAVE_DIRCACHE */
123 common/filefuncs.c
124 common/format.c
125 #ifdef APPLICATION
126 common/rbpaths.c
127 #endif
128 common/strcasecmp.c
129 common/strcasestr.c
130 common/strnatcmp.c
131 common/strlcat.c
132 common/strlcpy.c
133 common/structec.c
134 common/timefuncs.c
135 common/unicode.c
137 /* Display */
138 scroll_engine.c
140 #ifdef HAVE_LCD_CHARCELLS
141 drivers/lcd-charcell.c
142 drivers/lcd-charset-player.c
143 #endif /* HAVE_LCD_CHARCELLS */
145 #ifdef HAVE_LCD_BITMAP
146 arabjoin.c
147 bidi.c
148 font_cache.c
149 font.c
150 hangul.c
151 lru.c
152 #ifndef BOOTLOADER
153 screendump.c
154 #endif
155 #if LCD_DEPTH == 1
156 drivers/lcd-1bit-vert.c
157 #elif LCD_DEPTH == 2
158 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
159 drivers/lcd-2bit-horz.c
160 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
161 drivers/lcd-2bit-vert.c
162 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
163 drivers/lcd-2bit-vi.c
164 #endif /* LCD_PIXELFORMAT */
165 #elif LCD_DEPTH == 16
166 #if   defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE
167 drivers/lcd-16bit-vert.c
168 #else
169 drivers/lcd-16bit.c
170 #endif
171 #endif /* LCD_DEPTH */
172 common/diacritic.c
173 #endif /* HAVE_LCD_BITMAP */
175 #ifdef HAVE_REMOTE_LCD
176 #if LCD_REMOTE_DEPTH == 1
177 drivers/lcd-remote-1bit-v.c
178 #elif LCD_REMOTE_DEPTH == 2
179 drivers/lcd-remote-2bit-vi.c
180 #endif /* LCD_REMOTE_DEPTH */
181 #endif /* HAVE_REMOTE_LCD */
183 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
184     || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG)
185 backlight-sw-fading.c
186 #endif /* CONFIG_BACKLIGHT_FADING */
188 /* Misc. */
189 drivers/led.c
190 drivers/button.c
191 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
192 #ifdef HAVE_DAC3550A
193 drivers/audio/dac3550a.c
194 #endif
195 #ifdef HAVE_SERIAL
196 drivers/serial.c
197 #endif
198 #endif /* PLATFORM_NATIVE */
199 #ifdef HAVE_TOUCHSCREEN
200 drivers/touchscreen.c
201 #endif
204 /* Storage */
205 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
206 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
207 drivers/ata_flash.c
208 #endif
209 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
210 target/arm/ata-nand-telechips.c
211 #endif
212 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
213 target/arm/s5l8700/ata-nand-s5l8700.c
214 #endif
215 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_RK27XX)
216 target/arm/rk27xx/ata-nand-rk27xx.c
217 #endif
218 #if (CONFIG_STORAGE & STORAGE_ATA) && !defined(IPOD_6G)
219 drivers/ata.c
220 #endif
221 #if (CONFIG_STORAGE & STORAGE_SD)
222 drivers/sd.c
223 #endif
224 #if (CONFIG_STORAGE & STORAGE_RAMDISK)
225 drivers/ramdisk.c
226 #endif
227 storage.c
228 drivers/fat.c
229 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
230 sdmmc.c
231 #endif
232 #endif /* PLATFORM_NATIVE */
234 /* EEPROM */
235 #ifdef HAVE_EEPROM
236 drivers/eeprom_24cxx.c
237 #ifdef HAVE_EEPROM_SETTINGS
238 eeprom_settings.c
239 #endif /* HAVE_EEPROM_SETTINGS */
240 #endif /* HAVE_EEPROM */
242 /* RTC */
243 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
244 #if (CONFIG_RTC == RTC_M41ST84W)
245 drivers/rtc/rtc_m41st84w.c
246 #elif (CONFIG_RTC == RTC_PCF50606)
247 drivers/rtc/rtc_pcf50606.c
248 #elif (CONFIG_RTC == RTC_PCF50605)
249 drivers/rtc/rtc_pcf50605.c
250 #elif (CONFIG_RTC == RTC_E8564)
251 drivers/rtc/rtc_e8564.c
252 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
253 drivers/rtc/rtc_ds1339_ds3231.c
254 #elif (CONFIG_RTC == RTC_S3C2440)
255 drivers/rtc/rtc_s3c2440.c
256 #elif (CONFIG_RTC == RTC_AS3514)
257 drivers/rtc/rtc_as3514.c
258 #elif (CONFIG_RTC == RTC_RX5X348AB)
259 drivers/rtc/rtc_rx5x348ab.c
260 #elif (CONFIG_RTC == RTC_MR100)
261 drivers/rtc/rtc_mr100.c
262 #elif (CONFIG_RTC == RTC_MC13783)
263 drivers/rtc/rtc_mc13783.c
264 #elif (CONFIG_RTC == RTC_TCC77X)
265 drivers/rtc/rtc_tcc77x.c
266 #elif (CONFIG_RTC == RTC_JZ47XX)
267 drivers/rtc/rtc_jz4740.c
268 #elif (CONFIG_RTC == RTC_S35390A)
269 drivers/rtc/rtc_s35390a.c
270 #elif (CONFIG_RTC == RTC_S35380A)
271 drivers/rtc/rtc_s35380a.c
272 #elif (CONFIG_RTC == RTC_D2)
273 drivers/rtc/rtc_d2.c
274 #elif (CONFIG_RTC == RTC_IMX233)
275 drivers/rtc/rtc_imx233.c
276 #endif /* (CONFIG_RTC == RTC_) */
277 #endif /* PLATFORM_NATIVE */
279 #ifndef BOOTLOADER
280 /* Tuner */
281 #if CONFIG_TUNER
282 tuner.c
283 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
284 #if (CONFIG_TUNER & LV24020LP)
285 drivers/tuner/lv24020lp.c
286 #endif /* (CONFIG_TUNER & LV24020LP) */
287 #if (CONFIG_TUNER & S1A0903X01)
288 drivers/fmradio.c
289 drivers/tuner/s1a0903x01.c
290 #endif /* (CONFIG_TUNER & S1A0903X01) */
291 #if (CONFIG_TUNER & TEA5760)
292 drivers/tuner/tea5760uk.c
293 #endif
294 #if (CONFIG_TUNER & TEA5767)
295 drivers/tuner/tea5767.c
296 #endif /* (CONFIG_TUNER & TEA5767) */
297 #if (CONFIG_TUNER & SI4700)
298 drivers/tuner/si4700.c
299 #endif /* (CONFIG_TUNER & SI4700) */
300 #if (CONFIG_TUNER & IPOD_REMOTE_TUNER)
301 drivers/tuner/ipod_remote_tuner.c
302 #endif /* (CONFIG_TUNER & IPOD_REMOTE_TUNER) */
303 #if (CONFIG_TUNER & RDA5802)
304 drivers/tuner/rda5802.c
305 #endif /* (CONFIG_TUNER & RDA5802) */
306 #endif /* PLATFORM_NATIVE */
307 #endif /* CONFIG_TUNER */
308 #endif /* BOOTLOADER */
310 /* Sound */
311 sound.c
313 #if CONFIG_CODEC == SWCODEC
315 #ifndef BOOTLOADER
316 pcm_sampr.c
317 pcm.c
318 pcm_mixer.c
319 #ifdef HAVE_RECORDING
320 enc_base.c
321 #endif /* HAVE_RECORDING */
322 #endif /* BOOTLOADER */
323 #endif /* SWCODEC */
325 /* Audio codec */
326 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER)
327 #if defined(HAVE_UDA1380)
328 drivers/audio/uda1380.c
329 #elif defined(HAVE_WM8751) \
330    || defined(HAVE_WM8750)
331 drivers/audio/wm8751.c
332 #elif defined(HAVE_WM8978)
333 drivers/audio/wm8978.c
334 #elif defined(HAVE_WM8975)
335 drivers/audio/wm8975.c
336 #elif defined(HAVE_WM8985)
337 drivers/audio/wm8985.c
338 #elif defined(HAVE_WM8758)
339 drivers/audio/wm8758.c
340 #elif defined(HAVE_WM8711) \
341    || defined(HAVE_WM8721) \
342    || defined(HAVE_WM8731)
343 drivers/audio/wm8731.c
344 #elif defined(HAVE_AS3514)
345 drivers/audio/as3514.c
346 #elif defined(HAVE_TLV320)
347 drivers/audio/tlv320.c
348 #elif defined(HAVE_MAS35XX)
349 drivers/audio/mas35xx.c
350 #elif defined(HAVE_AK4537)
351 drivers/audio/ak4537.c
352 #elif defined(HAVE_UDA1341)
353 drivers/audio/uda1341.c
354 #elif defined(HAVE_CS42L55)
355 drivers/audio/cs42l55.c
356 #elif defined (HAVE_RK27XX_CODEC)
357 drivers/audio/rk27xx_codec.c
358 #elif defined(HAVE_AIC3X)
359 drivers/audio/aic3x.c
360 #elif defined (HAVE_DUMMY_CODEC)
361 drivers/audio/dummy_codec.c
362 #endif /* defined(HAVE_*) */
363 #elif defined(HAVE_SDL_AUDIO)
364 drivers/audio/sdl.c
365 #if CONFIG_CODEC == SWCODEC
366 #if (CONFIG_PLATFORM & PLATFORM_MAEMO5)
367 target/hosted/maemo/pcm-gstreamer.c
368 #else
369 target/hosted/sdl/pcm-sdl.c
370 #endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO) */
371 #endif /* CONFIG_CODEC == SWCODEC */
372 #endif /* (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) */
374 /* USB Stack */
375 #if !defined(SIMULATOR)
376 #ifdef HAVE_USBSTACK
377 usbstack/usb_core.c
378 #ifdef USB_ENABLE_STORAGE
379 usbstack/usb_storage.c
380 #endif
381 #ifdef USB_ENABLE_SERIAL
382 usbstack/usb_serial.c
383 #endif
384 #ifdef USB_ENABLE_CHARGING_ONLY
385 usbstack/usb_charging_only.c
386 #endif
387 #ifdef USB_ENABLE_HID
388 usbstack/usb_hid.c
389 #endif
390 #if CONFIG_USBOTG == USBOTG_M66591
391 drivers/m66591.c
392 #elif CONFIG_USBOTG == USBOTG_ARC
393 target/arm/usb-drv-arc.c
394 #elif CONFIG_USBOTG == USBOTG_AS3525
395 target/arm/as3525/usb-drv-as3525.c
396 #elif CONFIG_USBOTG == USBOTG_AS3525v2
397 target/arm/as3525/usb-drv-as3525v2.c
398 #elif CONFIG_USBOTG == USBOTG_ISP1583
399 drivers/isp1583.c
400 #elif CONFIG_USBOTG == USBOTG_RK27XX
401 target/arm/rk27xx/usb-drv-rk27xx.c
402 #endif
403 #else /* !defined(HAVE_USBSTACK) */
404 #if CONFIG_USBOTG == USBOTG_ISP1362      
405 drivers/isp1362.c
406 #elif CONFIG_USBOTG == USBOTG_M5636      
407 drivers/m5636.c
408 #endif
409 #endif /* !defined(HAVE_USBSTACK) */
410 #endif /* !defined(SIMULATOR) */
412 /* Other Random Hardware */
413 #ifdef HAVE_TSC2100
414 #if !defined(SIMULATOR)
415 drivers/tsc2100.c
416 drivers/audio/tsc2100.c
417 #endif /* !SIMULATOR */
418 #endif
420 /* CPU Specific - By class then particular chip if applicable */
421 #if defined(CPU_SH)
423 #ifndef SIMULATOR
424 target/sh/adc-sh.c
425 target/sh/bitswap.S
426 target/sh/crt0.S
427 target/sh/kernel-sh.c
428 target/sh/memcpy-sh.S
429 target/sh/memmove-sh.S
430 target/sh/memset-sh.S
431 target/sh/strlen-sh.S
432 target/sh/system-sh.c
433 target/sh/archos/descramble.S
434 target/sh/archos/i2c-archos.c
435 target/sh/debug-sh.c
436 #endif /* SIMULATOR */
438 #elif defined(CPU_COLDFIRE)
440 #ifndef SIMULATOR
441 target/coldfire/crt0.S
442 #ifdef HAVE_PRIORITY_SCHEDULING
443 common/ffs.c
444 target/coldfire/ffs-coldfire.S
445 #endif
446 target/coldfire/memcpy-coldfire.S
447 target/coldfire/memmove-coldfire.S
448 target/coldfire/memset-coldfire.S
449 target/coldfire/strlen-coldfire.S
450 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
451  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
452 target/coldfire/memset16-coldfire.S
453 #endif
454 target/coldfire/kernel-coldfire.c
455 target/coldfire/system-coldfire.c
456 target/coldfire/timer-coldfire.c
457 #ifndef BOOTLOADER
458 target/coldfire/pcm-coldfire.c
459 target/coldfire/debug-coldfire.c
460 #endif /* BOOTLOADER */
461 #if CONFIG_I2C == I2C_COLDFIRE
462 target/coldfire/i2c-coldfire.c
463 #endif /* CONFIG_I2C == I2C_COLDFIRE */
464 #endif /* SIMULATOR */
466 #elif defined(CPU_PP) || defined(CPU_ARM)
467 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
468 target/arm/support-arm.S
469 target/arm/memcpy-arm.S
470 target/arm/memmove-arm.S
471 #ifndef SIMULATOR
472 target/arm/memset-arm.S
473 target/arm/memset16-arm.S
474 #ifdef HAVE_PRIORITY_SCHEDULING
475 target/arm/ffs-arm.S
476 #endif
477 #if CONFIG_PLATFORM & PLATFORM_NATIVE
478 target/arm/system-arm.c
479 #endif
480 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
481 target/arm/i2c-pp.c
482 #elif CONFIG_I2C == I2C_PNX0101
483 target/arm/pnx0101/i2c-pnx0101.c
484 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
485 target/arm/i2c-telechips.c
486 #elif CONFIG_I2C == I2C_S3C2440
487 /* no i2c driver yet */
488 #elif CONFIG_I2C == I2C_S5L8700
489 target/arm/s5l8700/i2c-s5l8700.c
490 #elif CONFIG_I2C == I2C_S5L8702
491 target/arm/s5l8702/i2c-s5l8702.c
492 #elif CONFIG_I2C == I2C_RK27XX
493 target/arm/rk27xx/i2c-rk27xx.c
494 #elif CONFIG_I2C == I2C_IMX233
495 target/arm/imx233/i2c-imx233.c
496 #endif
498 #if CONFIG_CPU == PNX0101
499 target/arm/pnx0101/kernel-pnx0101.c
500 target/arm/pnx0101/system-pnx0101.c
501 target/arm/pnx0101/timer-pnx0101.c
502 #endif
504 #if CONFIG_CPU == IMX233
505 target/arm/mmu-arm.S
506 target/arm/imx233/lcdif-imx233.c
507 target/arm/imx233/clkctrl-imx233.c
508 target/arm/imx233/system-imx233.c
509 target/arm/imx233/timrot-imx233.c
510 target/arm/imx233/kernel-imx233.c
511 target/arm/imx233/kernel-imx233.c
512 target/arm/imx233/sd-imx233.c
513 target/arm/imx233/mmc-imx233.c
514 target/arm/imx233/ssp-imx233.c
515 target/arm/imx233/dma-imx233.c
516 target/arm/imx233/pinctrl-imx233.c
517 target/arm/imx233/power-imx233.c
518 target/arm/imx233/powermgmt-imx233.c
519 target/arm/imx233/adc-imx233.c
520 target/arm/imx233/lradc-imx233.c
521 #ifndef BOOTLOADER
522 target/arm/imx233/debug-imx233.c
523 #endif
524 #if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
525 target/arm/imx233/usb-imx233.c
526 #endif
527 #ifndef BOOTLOADER
528 #ifdef HAVE_IMX233_CODEC
529 target/arm/imx233/audioout-imx233.c
530 target/arm/imx233/audioin-imx233.c
531 target/arm/imx233/pcm-imx233.c
532 drivers/audio/imx233-codec.c
533 #endif
534 target/arm/imx233/timer-imx233.c
535 #endif
536 #endif /* IMX233 */
538 #if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2
539 target/arm/bits-armv4.S
540 target/arm/as3525/system-as3525.c
541 target/arm/as3525/memory-init.S
542 target/arm/as3525/kernel-as3525.c
543 target/arm/as3525/timer-as3525.c
544 #if CONFIG_CPU == AS3525
545 target/arm/as3525/sd-as3525.c
546 #ifdef HAVE_SCROLLWHEEL
547 target/arm/as3525/scrollwheel-as3525.c
548 #endif /* HAVE_SCROLLWHEEL */
549 #else /* AS3535v2 */
550 target/arm/as3525/sd-as3525v2.c
551 #endif
552 target/arm/as3525/power-as3525.c
553 target/arm/as3525/usb-as3525.c
554 target/arm/as3525/dma-pl081.c
555 target/arm/as3525/ascodec-as3525.c
556 target/arm/mmu-arm.S
557 #ifndef BOOTLOADER
558 drivers/generic_i2c.c
559 target/arm/adc-as3514.c
560 target/arm/as3525/audio-as3525.c
561 target/arm/as3525/debug-as3525.c
562 #if CONFIG_TUNER
563 target/arm/as3525/fmradio-i2c-as3525.c
564 #endif /* CONFIG_TUNER */
565 target/arm/as3525/i2s-as3525.c
566 target/arm/as3525/pcm-as3525.c
567 #endif /* BOOTLOADER */
568 #endif /* CONFIG_CPU == AS3525 */
570 #if defined(CPU_PP)
571 target/arm/kernel-pp.c
572 target/arm/timer-pp.c
573 #if CONFIG_CPU == PP5002
574 target/arm/system-pp5002.c
575 #elif defined CPU_PP502x
576 target/arm/system-pp502x.c
577 #endif
578 #ifdef BOOTLOADER
579 #ifdef HAVE_BOOTLOADER_USB_MODE
580 target/arm/crt0-pp502x-bl-usb.S
581 #else
582 target/arm/crt0-pp-bl.S
583 #endif /* HAVE_BOOTLOADER_USB_MODE */
584 #else /* !BOOTLOADER */
585 target/arm/pcm-pp.c
586 target/arm/debug-pp.c
587 #if !defined(SANSA_E200) && !defined(SANSA_C200)
588 target/arm/audio-pp.c
589 #endif /* SANSA_E200 */
590 target/arm/crt0-pp.S
591 #endif
592 #elif CONFIG_CPU == PNX0101
593 target/arm/pnx0101/crt0-pnx0101.S
594 #elif CONFIG_CPU==DM320
595 target/arm/tms320dm320/crt0.S
596 #elif CONFIG_CPU==S3C2440
597 target/arm/s3c2440/crt0.S
598 #elif defined(CPU_TCC77X)
599 target/arm/tcc77x/crt0.S
600 #elif defined(CPU_TCC780X)
601 target/arm/tcc780x/crt0.S
602 #elif CONFIG_CPU==IMX31L
603 target/arm/imx31/crt0.S
604 #elif CONFIG_CPU==S5L8700 || CONFIG_CPU==S5L8701
605 target/arm/s5l8700/crt0.S
606 #elif CONFIG_CPU==S5L8702
607 target/arm/s5l8702/crt0.S
608 #elif CONFIG_CPU==IMX233
609 target/arm/imx233/crt0.S
610 #elif CONFIG_CPU==RK27XX
611 target/arm/rk27xx/crt0.S
612 #elif defined(CPU_ARM)
613 target/arm/crt0.S
614 #endif /* defined(CPU_*) */
615 #endif /* SIMULATOR */
617 #elif defined(CPU_MIPS)
618 common/memset16.c
619 target/mips/ffs-mips.S
620 target/mips/memcpy-mips.S
621 target/mips/memset-mips.S
622 target/mips/mmu-mips.c
623 #if CONFIG_CPU==JZ4732
624 target/mips/ingenic_jz47xx/crt0.S
625 #endif /* CONFIG_CPU == JZ4732 */
627 #else
629 #ifdef HAVE_PRIORITY_SCHEDULING
630 common/ffs.c
631 #endif
632 common/memset16.c
633 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
634 crt0.S
635 drivers/i2c.c
636 #endif /* PLATFORM_NATIVE */
638 #endif /* defined(CPU_*) */
640 #ifdef ARCHOS_PLAYER
641 #ifndef SIMULATOR
642 target/sh/archos/ata-archos.c
643 target/sh/archos/timer-archos.c
644 target/sh/archos/ata-as-archos.S
645 target/sh/archos/uart-archos.c
646 target/sh/archos/player/button-player.c
647 target/sh/archos/player/hwcompat-player.c
648 target/sh/archos/player/lcd-as-player.S
649 target/sh/archos/player/lcd-player.c
650 target/sh/archos/player/power-player.c
651 target/sh/archos/player/powermgmt-player.c
652 target/sh/archos/player/usb-player.c
653 target/sh/archos/mascodec-archos.c
654 target/sh/archos/audio-archos.c
655 #endif /* SIMULATOR */
656 #endif /* ARCHOS_PLAYER */
658 #ifdef ARCHOS_RECORDER
659 #ifndef SIMULATOR
660 target/sh/archos/ata-archos.c
661 target/sh/archos/timer-archos.c
662 target/sh/archos/ata-as-archos.S
663 target/sh/archos/uart-archos.c
664 target/sh/archos/lcd-archos-bitmap.c
665 target/sh/archos/lcd-as-archos-bitmap.S   
666 target/sh/archos/recorder/button-recorder.c
667 target/sh/archos/recorder/power-recorder.c
668 target/sh/archos/recorder/powermgmt-recorder.c
669 target/sh/archos/recorder/usb-recorder.c
670 target/sh/archos/mascodec-archos.c
671 target/sh/archos/audio-archos.c
672 #endif /* SIMULATOR */
673 #endif /* ARCHOS_RECORDER */
675 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
676 #ifndef SIMULATOR
677 target/sh/archos/ata-archos.c
678 target/sh/archos/timer-archos.c
679 target/sh/archos/ata-as-archos.S
680 target/sh/archos/lcd-archos-bitmap.c
681 target/sh/archos/lcd-as-archos-bitmap.S
682 target/sh/archos/fm_v2/button-fm_v2.c
683 target/sh/archos/fm_v2/power-fm_v2.c
684 target/sh/archos/fm_v2/powermgmt-fm_v2.c
685 target/sh/archos/fm_v2/usb-fm_v2.c
686 target/sh/archos/mascodec-archos.c
687 target/sh/archos/audio-archos.c
688 #endif /* SIMULATOR */
689 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
691 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
692 #ifndef SIMULATOR
693 target/sh/archos/timer-archos.c
694 target/sh/archos/lcd-archos-bitmap.c
695 target/sh/archos/lcd-as-archos-bitmap.S
696 target/sh/archos/ondio/button-ondio.c
697 target/sh/archos/ondio/power-ondio.c
698 target/sh/archos/ondio/powermgmt-ondio.c
699 target/sh/archos/ondio/usb-ondio.c
700 target/sh/archos/ondio/ata_mmc.c
701 target/sh/archos/mascodec-archos.c
702 target/sh/archos/audio-archos.c
703 #if (CONFIG_TUNER & TEA5767)
704 target/sh/archos/ondio/fmradio_i2c-ondio.c
705 #endif
706 #endif /* SIMULATOR */
707 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
709 #ifdef SANSA_E200
710 #ifndef SIMULATOR
711 target/arm/adc-as3514.c
712 target/arm/ascodec-pp.c
713 target/arm/ata-sd-pp.c
714 target/arm/lcd-as-memframe.S
715 target/arm/powermgmt-ascodec.c
716 target/arm/i2s-pp.c
717 target/arm/usb-fw-pp502x.c
718 target/arm/sandisk/backlight-c200_e200.c
719 target/arm/sandisk/power-c200_e200.c
720 target/arm/sandisk/sansa-e200/lcd-e200.c
721 target/arm/sandisk/sansa-e200/button-e200.c
722 target/arm/sandisk/sansa-e200/powermgmt-e200.c
723 #ifndef BOOTLOADER
724 target/arm/sandisk/audio-c200_e200.c
725 #endif /* BOOTLOADER */
726 #endif /* SIMULATOR */
727 #endif /* SANSA_E200 */
729 #ifdef SANSA_C200
730 #ifndef SIMULATOR
731 target/arm/adc-as3514.c
732 target/arm/ascodec-pp.c
733 target/arm/ata-sd-pp.c
734 target/arm/i2s-pp.c
735 target/arm/powermgmt-ascodec.c
736 target/arm/usb-fw-pp502x.c
737 target/arm/sandisk/backlight-c200_e200.c
738 target/arm/sandisk/power-c200_e200.c
739 target/arm/lcd-c200_c200v2.c
740 target/arm/sandisk/sansa-c200/lcd-as-c200.S
741 target/arm/sandisk/sansa-c200/button-c200.c
742 target/arm/sandisk/sansa-c200/powermgmt-c200.c
743 #ifndef BOOTLOADER
744 target/arm/sandisk/audio-c200_e200.c
745 #endif /* BOOTLOADER */
746 #endif /* SIMULATOR */
747 #endif /* SANSA_C200 */
749 #ifdef SANSA_VIEW
750 #ifndef SIMULATOR
751 /* target/arm/ascodec-pp.c */
752 target/arm/ata-sd-pp.c
753 target/arm/lcd-as-memframe.S
754 target/arm/i2s-pp.c
755 /* target/arm/usb-fw-pp502x.c */
756 target/arm/sandisk/sansa-view/backlight-view.c
757 target/arm/sandisk/sansa-view/adc-view.c
758 target/arm/sandisk/sansa-view/power-view.c
759 target/arm/sandisk/sansa-view/lcd-view.c
760 target/arm/sandisk/sansa-view/button-view.c
761 target/arm/sandisk/sansa-view/powermgmt-view.c
762 #ifndef BOOTLOADER
763 /* target/arm/sandisk/audio-view.c */
764 #endif /* BOOTLOADER */
765 #endif /* SIMULATOR */
766 #endif /* SANSA_VIEW */
768 #ifdef PHILIPS_SA9200
769 #ifndef SIMULATOR
770 #ifndef BOOTLOADER
771 drivers/synaptics-mep.c
772 #endif /* BOOTLOADER */
773 target/arm/adc-as3514.c
774 target/arm/ascodec-pp.c
775 target/arm/ata-sd-pp.c
776 target/arm/i2s-pp.c
777 target/arm/powermgmt-ascodec.c
778 target/arm/usb-fw-pp502x.c
779 target/arm/philips/sa9200/backlight-sa9200.c
780 target/arm/philips/sa9200/button-sa9200.c
781 target/arm/philips/sa9200/lcd-sa9200.c
782 target/arm/philips/sa9200/lcd-as-sa9200.S
783 target/arm/philips/sa9200/power-sa9200.c
784 target/arm/philips/sa9200/powermgmt-sa9200.c
785 #endif /* SIMULATOR */
786 #endif /* PHILIPS_SA9200 */
788 #ifdef PHILIPS_HDD1630
789 #ifndef SIMULATOR
790 #ifndef BOOTLOADER
791 drivers/synaptics-mep.c
792 #endif /* BOOTLOADER */
793 target/arm/ata-as-arm.S
794 target/arm/ata-pp5020.c
795 target/arm/wmcodec-pp.c
796 target/arm/i2s-pp.c
797 target/arm/adc-pp5020.c
798 target/arm/philips/power-hdd.c
799 target/arm/philips/fmradio_i2c-hdd.c
800 target/arm/philips/hdd1630/backlight-hdd1630.c
801 target/arm/philips/hdd1630/button-hdd1630.c
802 target/arm/philips/hdd1630/lcd-hdd1630.c
803 target/arm/philips/hdd1630/lcd-as-hdd1630.S
804 target/arm/philips/hdd1630/powermgmt-hdd1630.c
805 target/arm/usb-fw-pp502x.c
806 #endif /* SIMULATOR */
807 #endif /* PHILIPS_HDD1630 */
809 #ifdef PHILIPS_HDD6330
810 #ifndef SIMULATOR
811 #ifndef BOOTLOADER
812 drivers/synaptics-mep.c
813 #endif /* BOOTLOADER */
814 target/arm/ata-as-arm.S
815 target/arm/ata-pp5020.c
816 target/arm/wmcodec-pp.c
817 target/arm/i2s-pp.c
818 target/arm/adc-pp5020.c
819 target/arm/philips/power-hdd.c
820 target/arm/philips/fmradio_i2c-hdd.c
821 target/arm/philips/hdd6330/backlight-hdd6330.c
822 target/arm/philips/hdd6330/button-hdd6330.c
823 target/arm/philips/hdd6330/lcd-hdd6330.c
824 target/arm/philips/hdd6330/lcd-as-hdd6330.S
825 target/arm/philips/hdd6330/powermgmt-hdd6330.c
826 target/arm/usb-fw-pp502x.c
827 #endif /* SIMULATOR */
828 #endif /* PHILIPS_HDD6330 */
830 #ifdef IAUDIO_X5
831 #ifndef SIMULATOR
832 target/coldfire/ata-as-coldfire.S
833 target/coldfire/pcf50606-coldfire.c
834 target/coldfire/iaudio/adc-iaudio.c
835 target/coldfire/iaudio/ata-iaudio.c
836 target/coldfire/iaudio/fmradio_i2c-iaudio.c
837 target/coldfire/iaudio/lcd-remote-as-iaudio.S
838 target/coldfire/iaudio/lcd-remote-iaudio.c
839 target/coldfire/iaudio/pcf50606-iaudio.c
840 target/coldfire/iaudio/power-x5m5.c
841 target/coldfire/iaudio/powermgmt-iaudio.c
842 target/coldfire/iaudio/system-iaudio.c
843 target/coldfire/iaudio/usb-iaudio.c
844 target/coldfire/iaudio/x5/backlight-x5.c
845 target/coldfire/iaudio/x5/button-x5.c
846 target/coldfire/iaudio/x5/ds2411-x5.c
847 target/coldfire/iaudio/x5/lcd-as-x5.S
848 target/coldfire/iaudio/x5/lcd-x5.c
849 target/coldfire/iaudio/x5/m5636-x5.c
850 #ifndef BOOTLOADER
851 target/coldfire/iaudio/audio-iaudio.c
852 #endif
853 #endif /* SIMULATOR */
854 #endif /* IAUDIO_X5 */
856 #ifdef IAUDIO_M5
857 #ifndef SIMULATOR
858 target/coldfire/ata-as-coldfire.S
859 target/coldfire/pcf50606-coldfire.c
860 target/coldfire/iaudio/adc-iaudio.c
861 target/coldfire/iaudio/ata-iaudio.c
862 #ifdef HAVE_FMRADIO_IN  /* FM radio mod */
863 target/coldfire/iaudio/fmradio_i2c-iaudio.c
864 #endif
865 target/coldfire/iaudio/lcd-remote-as-iaudio.S
866 target/coldfire/iaudio/lcd-remote-iaudio.c
867 target/coldfire/iaudio/m5/backlight-m5.c
868 target/coldfire/iaudio/m5/button-m5.c
869 target/coldfire/iaudio/m5/lcd-as-m5.S
870 target/coldfire/iaudio/m5/lcd-m5.c
871 target/coldfire/iaudio/pcf50606-iaudio.c
872 target/coldfire/iaudio/power-x5m5.c
873 target/coldfire/iaudio/powermgmt-iaudio.c
874 target/coldfire/iaudio/system-iaudio.c
875 target/coldfire/iaudio/usb-iaudio.c
876 #ifndef BOOTLOADER
877 target/coldfire/iaudio/audio-iaudio.c
878 #endif
879 #endif /* SIMULATOR */
880 #endif /* IAUDIO_M5 */
882 #ifdef IAUDIO_M3
883 #ifndef SIMULATOR
884 target/coldfire/ata-as-coldfire.S
885 target/coldfire/iaudio/fmradio_i2c-iaudio.c
886 target/coldfire/iaudio/m3/adc-m3.c
887 target/coldfire/iaudio/m3/ata-m3.c
888 target/coldfire/iaudio/m3/backlight-m3.c
889 target/coldfire/iaudio/m3/button-m3.c
890 target/coldfire/iaudio/m3/lcd-m3.c
891 target/coldfire/iaudio/m3/lcd-as-m3.S
892 target/coldfire/iaudio/m3/power-m3.c
893 target/coldfire/iaudio/m3/powermgmt-m3.c
894 target/coldfire/iaudio/m3/system-m3.c
895 target/coldfire/iaudio/m3/usb-m3.c
896 #ifndef BOOTLOADER
897 target/coldfire/iaudio/audio-iaudio.c
898 #endif
899 #endif /* SIMULATOR */
900 #endif /* IAUDIO_M3 */
902 #ifdef IRIVER_IFP7XX_SERIES
903 #ifdef STUB
904 ifp_usb_serial.c
905 libc/sscanf.c
906 #endif /* STUB */
907 #endif /* IRIVER_IFP7XX_SERIES */
909 #ifdef IRIVER_H300_SERIES
910 #ifndef SIMULATOR
911 target/coldfire/ata-as-coldfire.S
912 target/coldfire/pcf50606-coldfire.c
913 target/coldfire/iriver/ata-iriver.c
914 target/coldfire/iriver/lcd-remote-iriver.c
915 target/coldfire/iriver/lcd-remote-as-iriver.S
916 target/coldfire/iriver/system-iriver.c
917 target/coldfire/iriver/fmradio_i2c-iriver.c
918 target/coldfire/iriver/h300/sw_i2c-h300.c
919 target/coldfire/iriver/h300/adc-h300.c
920 target/coldfire/iriver/h300/backlight-h300.c
921 target/coldfire/iriver/h300/button-h300.c
922 target/coldfire/iriver/h300/pcf50606-h300.c
923 target/coldfire/iriver/h300/lcd-as-h300.S
924 target/coldfire/iriver/h300/lcd-h300.c
925 target/coldfire/iriver/h300/power-h300.c
926 target/coldfire/iriver/h300/powermgmt-h300.c
927 target/coldfire/iriver/h300/usb-h300.c
928 #ifndef BOOTLOADER
929 target/coldfire/iriver/audio-iriver.c
930 target/coldfire/iriver/udacodec-iriver.c
931 #endif
932 #endif /* SIMULATOR */
933 #endif /* IRIVER_H300_SERIES */
935 #ifdef IRIVER_H100_SERIES
936 #ifndef SIMULATOR
937 drivers/sw_i2c.c
938 target/coldfire/ata-as-coldfire.S
939 target/coldfire/uart-coldfire.c
940 target/coldfire/iriver/ata-iriver.c
941 target/coldfire/iriver/lcd-remote-iriver.c
942 target/coldfire/iriver/lcd-remote-as-iriver.S
943 target/coldfire/iriver/system-iriver.c
944 target/coldfire/iriver/fmradio_i2c-iriver.c
945 target/coldfire/iriver/h100/adc-h100.c
946 target/coldfire/iriver/h100/backlight-h100.c
947 target/coldfire/iriver/h100/button-h100.c
948 target/coldfire/iriver/h100/lcd-as-h100.S
949 target/coldfire/iriver/h100/lcd-h100.c
950 target/coldfire/iriver/h100/power-h100.c
951 target/coldfire/iriver/h100/powermgmt-h100.c
952 #ifndef BOOTLOADER
953 target/coldfire/iriver/audio-iriver.c
954 target/coldfire/iriver/udacodec-iriver.c
955 target/coldfire/iriver/h100/spdif-h100.c
956 #endif
957 target/coldfire/iriver/h100/usb-h100.c
958 #endif /* SIMULATOR */
959 #endif /* IRIVER_H100_SERIES */
961 #ifdef IRIVER_H10
962 #ifndef SIMULATOR
963 target/arm/ata-as-arm.S
964 target/arm/ata-pp5020.c
965 target/arm/wmcodec-pp.c
966 target/arm/i2s-pp.c
967 target/arm/adc-pp5020.c
968 target/arm/iriver/h10/backlight-h10.c
969 target/arm/iriver/h10/button-h10.c
970 target/arm/iriver/h10/fmradio_i2c-h10.c
971 target/arm/iriver/h10/lcd-h10_20gb.c
972 target/arm/iriver/h10/lcd-as-h10.S
973 target/arm/iriver/h10/power-h10.c
974 target/arm/iriver/h10/powermgmt-h10.c
975 target/arm/usb-fw-pp502x.c
976 #endif /* SIMULATOR */
977 #endif /* IRIVER_H10 */
979 #ifdef IRIVER_H10_5GB
980 #ifndef SIMULATOR
981 target/arm/ata-as-arm.S
982 target/arm/ata-pp5020.c
983 target/arm/wmcodec-pp.c
984 target/arm/i2s-pp.c
985 target/arm/adc-pp5020.c
986 target/arm/iriver/h10/backlight-h10.c
987 target/arm/iriver/h10/button-h10.c
988 target/arm/iriver/h10/fmradio_i2c-h10.c
989 target/arm/iriver/h10/lcd-h10_5gb.c
990 target/arm/iriver/h10/power-h10.c
991 target/arm/iriver/h10/powermgmt-h10.c
992 target/arm/usb-fw-pp502x.c
993 #endif /* SIMULATOR */
994 #endif /* IRIVER_H10_5GB */
996 #ifdef GIGABEAT_F
997 #ifndef SIMULATOR
998 target/arm/bits-armv4.S
999 target/arm/lcd-as-memframe.S
1000 target/arm/mmu-arm.S
1001 target/arm/s3c2440/adc-s3c2440.c
1002 target/arm/s3c2440/debug-s3c2440.c
1003 target/arm/s3c2440/kernel-s3c2440.c
1004 target/arm/s3c2440/lcd-s3c2440.c
1005 target/arm/s3c2440/system-s3c2440.c
1006 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
1007 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
1008 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
1009 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
1010 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
1011 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
1012 #ifndef BOOTLOADER
1013 target/arm/s3c2440/i2c-s3c2440.c
1014 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
1015 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
1016 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
1017 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
1018 #endif
1019 #endif /* SIMULATOR */
1020 #endif /* GIGABEAT_F */
1022 #ifdef GIGABEAT_S
1023 #ifndef SIMULATOR
1024 target/arm/bits-armv6.S
1025 target/arm/lcd-as-memframe.S
1026 target/arm/mmu-armv6.S
1027 target/arm/imx31/ata-imx31.c
1028 target/arm/imx31/avic-imx31.c
1029 target/arm/imx31/ccm-imx31.c
1030 target/arm/imx31/debug-imx31.c
1031 target/arm/imx31/dvfs_dptc-imx31.c
1032 target/arm/imx31/gpio-imx31.c
1033 target/arm/imx31/i2c-imx31.c
1034 target/arm/imx31/iomuxc-imx31.c
1035 target/arm/imx31/mc13783-imx31.c
1036 target/arm/imx31/mmu-imx31.c
1037 target/arm/imx31/rolo_restart_firmware.S
1038 target/arm/imx31/sdma-imx31.c
1039 target/arm/imx31/spi-imx31.c
1040 target/arm/imx31/uart-imx31.c
1041 target/arm/imx31/gigabeat-s/adc-gigabeat-s.c
1042 target/arm/imx31/gigabeat-s/backlight-gigabeat-s.c
1043 target/arm/imx31/gigabeat-s/button-gigabeat-s.c
1044 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
1045 target/arm/imx31/gigabeat-s/kernel-gigabeat-s.c
1046 target/arm/imx31/gigabeat-s/i2s-gigabeat-s.c
1047 target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c
1048 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
1049 target/arm/imx31/gigabeat-s/power-gigabeat-s.c
1050 target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
1051 target/arm/imx31/gigabeat-s/system-gigabeat-s.c
1052 target/arm/imx31/gigabeat-s/usb-gigabeat-s.c
1053 target/arm/imx31/gigabeat-s/wmcodec-gigabeat-s.c
1054 #ifndef BOOTLOADER
1055 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
1056 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
1057 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
1058 target/arm/imx31/gigabeat-s/pcm-gigabeat-s.c
1059 target/arm/imx31/gigabeat-s/timer-gigabeat-s.c
1060 #endif
1061 #endif /* SIMULATOR */
1062 #endif /* GIGABEAT_S */
1064 #if CONFIG_CPU == DM320
1065 target/arm/bits-armv4.S
1066 target/arm/tms320dm320/debug-dm320.c
1067 target/arm/tms320dm320/dsp-dm320.c
1068 target/arm/tms320dm320/i2c-dm320.c
1069 #ifdef HAVE_SOFTWARE_I2C
1070 drivers/generic_i2c.c
1071 #endif
1072 target/arm/tms320dm320/kernel-dm320.c
1073 target/arm/tms320dm320/spi-dm320.c
1074 target/arm/tms320dm320/system-dm320.c
1075 target/arm/tms320dm320/timer-dm320.c
1076 target/arm/tms320dm320/uart-dm320.c
1077 #endif /* CONFIG_CPU == DM320 */
1079 #ifdef MROBE_500
1080 #ifndef SIMULATOR
1081 target/arm/ata-as-arm.S
1082 #if !defined(LCD_USE_DMA)
1083 target/arm/lcd-as-memframe.S
1084 #endif
1085 target/arm/mmu-arm.S
1086 target/arm/tms320dm320/mrobe-500/crt0-board.S
1087 target/arm/tms320dm320/mrobe-500/adc-mr500.c
1088 target/arm/tms320dm320/mrobe-500/ata-mr500.c
1089 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
1090 target/arm/tms320dm320/mrobe-500/button-mr500.c
1091 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
1092 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
1093 #if defined(HAVE_REMOTE_LCD)
1094 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
1095 #endif
1096 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
1097 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
1098 target/arm/tms320dm320/mrobe-500/power-mr500.c
1099 target/arm/tms320dm320/mrobe-500/usb-mr500.c
1100 #endif /* SIMULATOR */
1101 #endif /* MROBE_500 */
1103 #ifdef CREATIVE_ZVx
1104 #ifndef SIMULATOR
1105 target/arm/ata-as-arm.S
1106 target/arm/lcd-as-memframe.S
1107 target/arm/mmu-arm.S
1108 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
1109 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
1110 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
1111 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
1112 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
1113 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
1114 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
1115 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
1116 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
1117 #endif /* SIMULATOR */
1118 #endif /* CREATIVE_ZVx */
1120 #ifdef SANSA_CONNECT
1121 #ifndef SIMULATOR
1122 target/arm/mmu-arm.S
1123 target/arm/lcd-as-memframe.S
1124 target/arm/tms320dm320/sdmmc-dm320.c
1125 target/arm/tms320dm320/sansa-connect/crt0-board.S
1126 target/arm/tms320dm320/sansa-connect/lcd-sansaconnect.c
1127 target/arm/tms320dm320/sansa-connect/adc-sansaconnect.c
1128 target/arm/tms320dm320/sansa-connect/power-sansaconnect.c
1129 target/arm/tms320dm320/sansa-connect/powermgmt-sansaconnect.c
1130 target/arm/tms320dm320/sansa-connect/usb-sansaconnect.c
1131 target/arm/tms320dm320/sansa-connect/avr-sansaconnect.c
1132 target/arm/tms320dm320/sansa-connect/backlight-sansaconnect.c
1133 target/arm/tms320dm320/sansa-connect/pcm-sansaconnect.c
1134 target/arm/tms320dm320/dma-dm320.c
1135 #endif /* SIMULATOR */
1136 #endif /* SANSA_CONNECT */
1138 #ifdef MROBE_100
1139 #ifndef SIMULATOR
1140 #ifndef BOOTLOADER
1141 drivers/synaptics-mep.c
1142 target/arm/olympus/mrobe-100/lcd-remote-mr100.c
1143 #endif /* BOOTLOADER */
1144 drivers/sw_i2c.c
1145 target/arm/ata-as-arm.S
1146 target/arm/ata-pp5020.c
1147 target/arm/wmcodec-pp.c
1148 target/arm/i2s-pp.c
1149 target/arm/adc-pp5020.c
1150 target/arm/olympus/mrobe-100/backlight-mr100.c
1151 target/arm/olympus/mrobe-100/button-mr100.c
1152 target/arm/olympus/mrobe-100/lcd-mr100.c
1153 target/arm/olympus/mrobe-100/lcd-as-mr100.S
1154 target/arm/olympus/mrobe-100/power-mr100.c
1155 target/arm/olympus/mrobe-100/powermgmt-mr100.c
1156 target/arm/usb-fw-pp502x.c
1157 #endif /* SIMULATOR */
1158 #endif /* MROBE_100 */
1160 #ifdef TATUNG_TPJ1022
1161 #ifndef SIMULATOR
1162 target/arm/ata-as-arm.S
1163 target/arm/ata-pp5020.c
1164 target/arm/wmcodec-pp.c
1165 target/arm/i2s-pp.c
1166 target/arm/adc-pp5020.c
1167 target/arm/tatung/tpj1022/backlight-tpj1022.c
1168 target/arm/tatung/tpj1022/button-tpj1022.c
1169 target/arm/tatung/tpj1022/lcd-tpj1022.c
1170 target/arm/tatung/tpj1022/power-tpj1022.c
1171 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
1172 target/arm/usb-fw-pp502x.c
1173 #endif /* SIMULATOR */
1174 #endif /* TATUNG_TPJ1022 */
1176 #ifdef IPOD_4G
1177 #ifndef SIMULATOR
1178 drivers/pcf50605.c
1179 target/arm/wmcodec-pp.c
1180 target/arm/i2s-pp.c
1181 target/arm/ata-as-arm.S
1182 target/arm/ata-pp5020.c
1183 target/arm/ipod/adc-ipod-pcf.c
1184 target/arm/ipod/backlight-4g_color.c
1185 target/arm/ipod/button-clickwheel.c
1186 target/arm/ipod/piezo.c
1187 target/arm/ipod/lcd-as-gray.S
1188 target/arm/ipod/lcd-gray.c
1189 target/arm/ipod/power-ipod.c
1190 target/arm/ipod/powermgmt-ipod-pcf.c
1191 target/arm/usb-fw-pp502x.c
1192 #endif /* SIMULATOR */
1193 #endif /* IPOD_4G */
1195 #ifdef IPOD_COLOR
1196 #ifndef SIMULATOR
1197 drivers/pcf50605.c
1198 target/arm/ata-as-arm.S
1199 target/arm/ata-pp5020.c
1200 target/arm/wmcodec-pp.c
1201 target/arm/i2s-pp.c
1202 target/arm/ipod/adc-ipod-pcf.c
1203 target/arm/ipod/backlight-4g_color.c
1204 target/arm/ipod/button-clickwheel.c
1205 target/arm/ipod/piezo.c
1206 target/arm/ipod/lcd-color_nano.c
1207 target/arm/ipod/lcd-as-color-nano.S
1208 target/arm/ipod/power-ipod.c
1209 target/arm/ipod/powermgmt-ipod-pcf.c
1210 target/arm/usb-fw-pp502x.c
1211 #endif /* SIMULATOR */
1212 #endif /* IPOD_COLOR */
1214 #ifdef IPOD_NANO
1215 #ifndef SIMULATOR
1216 drivers/pcf50605.c
1217 target/arm/ata-as-arm.S
1218 target/arm/ata-pp5020.c
1219 target/arm/wmcodec-pp.c
1220 target/arm/i2s-pp.c
1221 target/arm/ipod/adc-ipod-pcf.c
1222 target/arm/ipod/backlight-nano_video.c
1223 target/arm/ipod/button-clickwheel.c
1224 target/arm/ipod/piezo.c
1225 target/arm/ipod/lcd-color_nano.c
1226 target/arm/ipod/lcd-as-color-nano.S
1227 target/arm/ipod/power-ipod.c
1228 target/arm/ipod/powermgmt-ipod-pcf.c
1229 target/arm/usb-fw-pp502x.c
1230 #endif /* SIMULATOR */
1231 #endif /* IPOD_NANO */
1233 #ifdef IPOD_VIDEO
1234 #ifndef SIMULATOR
1235 drivers/pcf50605.c
1236 target/arm/ata-as-arm.S
1237 target/arm/ata-pp5020.c
1238 target/arm/wmcodec-pp.c
1239 target/arm/i2s-pp.c
1240 target/arm/ipod/adc-ipod-pcf.c
1241 target/arm/ipod/backlight-nano_video.c
1242 target/arm/ipod/button-clickwheel.c
1243 target/arm/ipod/piezo.c
1244 target/arm/ipod/power-ipod.c
1245 target/arm/ipod/powermgmt-ipod-pcf.c
1246 target/arm/ipod/video/lcd-as-video.S
1247 target/arm/ipod/video/lcd-video.c
1248 #ifndef BOOTLOADER
1249 target/arm/ipod/video/battery-video.c
1250 #endif /* BOOTLOADER */
1251 target/arm/usb-fw-pp502x.c
1252 #endif /* SIMULATOR */
1253 #endif /* IPOD_VIDEO */
1255 #ifdef IPOD_3G
1256 #ifndef SIMULATOR
1257 drivers/pcf50605.c
1258 target/arm/ata-pp5002.c
1259 target/arm/wmcodec-pp.c
1260 target/arm/i2s-pp.c
1261 target/arm/ipod/adc-ipod-pcf.c
1262 target/arm/ipod/3g/backlight-3g.c
1263 target/arm/ipod/button-1g-3g.c
1264 target/arm/ipod/lcd-as-gray.S
1265 target/arm/ipod/lcd-gray.c
1266 target/arm/ipod/power-ipod.c
1267 target/arm/ipod/powermgmt-ipod-pcf.c
1268 target/arm/usb-fw-pp5002.c
1269 #endif /* SIMULATOR */
1270 #endif /* IPOD_3G */
1272 #ifdef IPOD_1G2G
1273 #ifndef SIMULATOR
1274 target/arm/ata-pp5002.c
1275 target/arm/wmcodec-pp.c
1276 target/arm/i2s-pp.c
1277 target/arm/ipod/1g2g/adc-ipod-1g2g.c
1278 target/arm/ipod/1g2g/backlight-1g2g.c
1279 target/arm/ipod/1g2g/powermgmt-1g2g.c
1280 target/arm/ipod/button-1g-3g.c
1281 target/arm/ipod/lcd-as-gray.S
1282 target/arm/ipod/lcd-gray.c
1283 target/arm/ipod/power-ipod.c
1284 target/arm/usb-fw-pp5002.c
1285 #endif /* SIMULATOR */
1286 #endif /* IPOD_1G2G */
1288 #ifdef IPOD_MINI
1289 #ifndef SIMULATOR
1290 drivers/pcf50605.c
1291 target/arm/ata-as-arm.S
1292 target/arm/ata-pp5020.c
1293 target/arm/wmcodec-pp.c
1294 target/arm/i2s-pp.c
1295 target/arm/ipod/adc-ipod-pcf.c
1296 target/arm/ipod/backlight-mini1g_mini2g.c
1297 target/arm/ipod/button-mini1g.c
1298 target/arm/ipod/piezo.c
1299 target/arm/ipod/lcd-as-gray.S
1300 target/arm/ipod/lcd-gray.c
1301 target/arm/ipod/power-ipod.c
1302 target/arm/ipod/powermgmt-ipod-pcf.c
1303 target/arm/usb-fw-pp502x.c
1304 #endif /* SIMULATOR */
1305 #endif /* IPOD_MINI */
1307 #ifdef IPOD_MINI2G
1308 #ifndef SIMULATOR
1309 drivers/pcf50605.c
1310 target/arm/ata-as-arm.S
1311 target/arm/ata-pp5020.c
1312 target/arm/wmcodec-pp.c
1313 target/arm/i2s-pp.c
1314 target/arm/ipod/adc-ipod-pcf.c
1315 target/arm/ipod/backlight-mini1g_mini2g.c
1316 target/arm/ipod/button-clickwheel.c
1317 target/arm/ipod/piezo.c
1318 target/arm/ipod/lcd-as-gray.S
1319 target/arm/ipod/lcd-gray.c
1320 target/arm/ipod/power-ipod.c
1321 target/arm/ipod/powermgmt-ipod-pcf.c
1322 target/arm/usb-fw-pp502x.c
1323 #endif /* SIMULATOR */
1324 #endif /* IPOD_MINI2G */
1326 #ifdef IRIVER_IFP7XX
1327 #ifndef SIMULATOR
1328 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1329 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1330 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1331 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1332 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1333 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1334 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1335 #ifndef BOOTLOADER
1336 target/arm/pnx0101/pcm-pnx0101.c
1337 #endif /* BOOTLOADER */
1338 #endif /* SIMULATOR */
1339 #endif /* IRIVER_IFP7XX */
1341 #ifdef LOGIK_DAX
1342 #ifndef SIMULATOR
1343 drivers/nand_id.c
1344 target/arm/lcd-ssd1815.c
1345 target/arm/tcc77x/adc-tcc77x.c
1346 target/arm/tcc77x/kernel-tcc77x.c
1347 target/arm/tcc77x/powermgmt-tcc77x.c
1348 target/arm/tcc77x/system-tcc77x.c
1349 target/arm/tcc77x/timer-tcc77x.c
1350 target/arm/usb-tcc.c
1351 target/arm/tcc77x/logikdax/button-logikdax.c
1352 target/arm/tcc77x/logikdax/power-logikdax.c
1353 #ifndef BOOTLOADER
1354 target/arm/wmcodec-telechips.c
1355 target/arm/tcc77x/debug-tcc77x.c
1356 target/arm/pcm-telechips.c
1357 target/arm/tcc77x/logikdax/audio-logikdax.c
1358 #endif /* BOOTLOADER */
1359 #endif /* SIMULATOR */
1360 #endif /* LOGIK_DAX */
1362 #ifdef SANSA_M200
1363 #ifndef SIMULATOR
1364 drivers/nand_id.c
1365 target/arm/lcd-ssd1815.c
1366 target/arm/tcc77x/adc-tcc77x.c
1367 target/arm/tcc77x/kernel-tcc77x.c
1368 target/arm/tcc77x/powermgmt-tcc77x.c
1369 target/arm/tcc77x/system-tcc77x.c
1370 target/arm/tcc77x/timer-tcc77x.c
1371 target/arm/usb-tcc.c
1372 target/arm/tcc77x/m200/button-m200.c
1373 target/arm/tcc77x/m200/power-m200.c
1374 #ifndef BOOTLOADER
1375 target/arm/wmcodec-telechips.c
1376 target/arm/tcc77x/debug-tcc77x.c
1377 target/arm/pcm-telechips.c
1378 target/arm/tcc77x/m200/audio-m200.c
1379 #endif /* BOOTLOADER */
1380 #endif /* SIMULATOR */
1381 #endif /* SANSA_M200 */
1383 #ifdef SANSA_C100
1384 #ifndef SIMULATOR
1385 drivers/nand_id.c
1386 target/arm/usb-tcc.c
1387 target/arm/tcc77x/system-tcc77x.c
1388 target/arm/tcc77x/kernel-tcc77x.c
1389 target/arm/tcc77x/timer-tcc77x.c
1390 target/arm/tcc77x/adc-tcc77x.c
1391 target/arm/tcc77x/powermgmt-tcc77x.c
1392 target/arm/tcc77x/c100/lcd-S6B33B2.c
1393 target/arm/tcc77x/c100/button-c100.c
1394 target/arm/tcc77x/c100/power-c100.c
1395 #ifndef BOOTLOADER
1396 target/arm/tcc77x/debug-tcc77x.c
1397 target/arm/pcm-telechips.c
1398 target/arm/tcc77x/c100/audio-c100.c
1399 #endif /* BOOTLOADER */
1400 #endif /* SIMULATOR */
1401 #endif /* SANSA_C100 */
1403 #ifdef SANSA_CLIPPLUS
1404 #ifndef SIMULATOR
1405 target/arm/as3525/lcd-ssd1303.c
1406 target/arm/as3525/sansa-clipplus/lcd-clip-plus.c
1407 target/arm/as3525/sansa-clipplus/button-clip.c
1408 target/arm/as3525/sansa-clipplus/backlight-clip.c
1409 #ifndef BOOTLOADER
1410 target/arm/powermgmt-ascodec.c
1411 target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c
1412 target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S
1413 target/arm/as3525/tuner-as3525v2.c
1414 #endif /* !BOOTLOADER */
1415 #endif /* !SIMULATOR */
1416 #endif /* SANSA_CLIPPLUS */
1418 #ifdef SANSA_CLIPV2
1419 #ifndef SIMULATOR
1420 target/arm/as3525/lcd-ssd1303.c
1421 target/arm/as3525/sansa-clipv2/lcd-clipv2.c
1422 target/arm/as3525/sansa-clipv2/button-clip.c
1423 target/arm/as3525/sansa-clipv2/backlight-clipv2.c
1424 #ifndef BOOTLOADER
1425 target/arm/powermgmt-ascodec.c
1426 target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c
1427 target/arm/as3525/sansa-clipv2/lcd-as-clipv2.S
1428 #endif /* !BOOTLOADER */
1429 #endif /* !SIMULATOR */
1430 #endif /* SANSA_CLIPV2 */
1432 #ifdef SANSA_CLIP
1433 #ifndef SIMULATOR
1434 target/arm/as3525/lcd-ssd1303.c
1435 target/arm/as3525/sansa-clip/lcd-clip.c
1436 target/arm/as3525/sansa-clip/button-clip.c
1437 #ifndef BOOTLOADER
1438 target/arm/powermgmt-ascodec.c
1439 target/arm/as3525/sansa-clip/powermgmt-clip.c
1440 target/arm/as3525/sansa-clip/lcd-as-clip.S
1441 #endif /* !BOOTLOADER */
1442 #endif /* !SIMULATOR */
1443 #endif /* SANSA_CLIP */
1445 #ifdef SANSA_E200V2
1446 #ifndef SIMULATOR
1447 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1448 target/arm/as3525/button-e200v2-fuze.c
1449 target/arm/as3525/backlight-e200v2-fuze.c
1450 target/arm/as3525/dbop-as3525.c
1451 #ifndef BOOTLOADER
1452 target/arm/powermgmt-ascodec.c
1453 target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1454 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1455 #endif /* !BOOTLOADER */
1456 #endif /* !SIMULATOR */
1457 #endif /* SANSA_E200V2 */
1459 #ifdef SANSA_C200V2
1460 #ifndef SIMULATOR
1461 target/arm/lcd-c200_c200v2.c
1462 target/arm/as3525/sansa-c200v2/button-c200v2.c
1463 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1464 target/arm/as3525/dbop-as3525.c
1465 #ifndef BOOTLOADER
1466 target/arm/powermgmt-ascodec.c
1467 target/arm/as3525/sansa-c200v2/powermgmt-c200v2.c
1468 #endif /* !BOOTLOADER */
1469 #endif /* !SIMULATOR */
1470 #endif /* SANSA_E200V2 */
1472 #ifdef SANSA_M200V4
1473 #ifndef SIMULATOR
1474 target/arm/lcd-ssd1815.c
1475 target/arm/as3525/sansa-m200v4/button-m200v4.c
1476 #ifndef BOOTLOADER
1477 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1478 #endif /* !BOOTLOADER */
1479 #endif /* !SIMULATOR */
1480 #endif /* SANSA_M200V4 */
1482 #ifdef SANSA_FUZE
1483 #ifndef SIMULATOR
1484 target/arm/as3525/button-e200v2-fuze.c
1485 target/arm/as3525/lcd-fuze.c
1486 target/arm/as3525/sansa-fuze/lcd-fuzev1.c
1487 target/arm/as3525/backlight-e200v2-fuze.c
1488 target/arm/as3525/dbop-as3525.c
1489 #ifndef BOOTLOADER
1490 target/arm/powermgmt-ascodec.c
1491 target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1492 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1493 #endif /* !BOOTLOADER */
1494 #endif /* !SIMULATOR */
1495 #endif /* SANSA_FUZE */
1497 #ifdef SANSA_FUZEV2
1498 #ifndef SIMULATOR
1499 target/arm/as3525/tuner-as3525v2.c
1500 target/arm/as3525/lcd-fuze.c
1501 target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
1502 target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c
1503 target/arm/as3525/sansa-fuzev2/button-fuzev2.c
1504 target/arm/as3525/dbop-as3525.c
1505 #ifndef BOOTLOADER
1506 target/arm/powermgmt-ascodec.c
1507 target/arm/as3525/sansa-fuzev2/powermgmt-fuzev2.c
1508 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1509 #endif /* !BOOTLOADER */
1510 #endif /* !SIMULATOR */
1511 #endif /* SANSA_FUZEV2 */
1513 #ifdef SANSA_FUZEPLUS
1514 #ifndef SIMULATOR
1515 drivers/synaptics-rmi.c
1516 drivers/generic_i2c.c
1517 target/arm/lcd-as-memframe.S
1518 target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c
1519 target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c
1520 target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
1521 target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
1522 target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
1523 target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1524 target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c
1525 #ifndef BOOTLOADER
1526 target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c
1527 #endif
1528 #endif /* SIMULATOR */
1529 #endif
1531 #ifdef SANSA_CLIPZIP
1532 #ifndef SIMULATOR
1533 target/arm/as3525/sansa-clipzip/lcd-clipzip.c
1534 target/arm/as3525/sansa-clipzip/button-clipzip.c
1535 target/arm/as3525/sansa-clipzip/backlight-clipzip.c
1536 #ifndef BOOTLOADER
1537 target/arm/powermgmt-ascodec.c
1538 target/arm/as3525/sansa-clipzip/powermgmt-clipzip.c
1539 #endif /* !BOOTLOADER */
1540 #endif /* !SIMULATOR */
1541 #endif /* SANSA_CLIPZIP */
1543 #ifdef IAUDIO_7
1544 #ifndef SIMULATOR
1545 drivers/nand_id.c
1546 drivers/pcf50606.c
1547 target/arm/usb-tcc.c
1548 target/arm/tcc77x/system-tcc77x.c
1549 target/arm/tcc77x/kernel-tcc77x.c
1550 target/arm/tcc77x/timer-tcc77x.c
1551 target/arm/tcc77x/adc-tcc77x.c
1552 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1553 target/arm/tcc77x/iaudio7/power-iaudio7.c
1554 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1555 target/arm/tcc77x/iaudio7/button-iaudio7.c
1556 target/arm/tcc77x/iaudio7/ata2501.c
1557 #ifndef BOOTLOADER
1558 target/arm/wmcodec-telechips.c
1559 target/arm/pcm-telechips.c
1560 target/arm/tcc77x/debug-tcc77x.c
1561 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1562 #endif /* BOOTLOADER */
1563 #endif /* SIMULATOR */
1564 #endif /* IAUDIO_7 */
1566 #ifdef COWON_D2
1567 #ifndef SIMULATOR
1568 drivers/nand_id.c
1569 drivers/pcf50606.c
1570 drivers/pcf50635.c
1571 drivers/tsc200x.c
1572 target/arm/lcd-as-memframe.S
1573 target/arm/tcc780x/adc-tcc780x.c
1574 target/arm/tcc780x/system-tcc780x.c
1575 target/arm/tcc780x/kernel-tcc780x.c
1576 target/arm/tcc780x/sd-tcc780x.c
1577 target/arm/tcc780x/cowond2/button-cowond2.c
1578 target/arm/tcc780x/cowond2/touchscreen-cowond2.c
1579 target/arm/tcc780x/cowond2/lcd-cowond2.c
1580 target/arm/tcc780x/cowond2/power-cowond2.c
1581 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1582 target/arm/tcc780x/cowond2/backlight-cowond2.c
1583 target/arm/usb-tcc.c
1584 target/arm/mmu-arm.S
1585 #ifndef BOOTLOADER
1586 target/arm/tcc780x/timer-tcc780x.c
1587 target/arm/wmcodec-telechips.c
1588 target/arm/tcc780x/debug-tcc780x.c
1589 target/arm/pcm-telechips.c
1590 target/arm/tcc780x/cowond2/audio-cowond2.c
1591 #endif /* BOOTLOADER */
1592 #endif /* SIMULATOR */
1593 #endif /* COWON_D2 */
1595 #ifdef CPU_S5L870X
1596 target/arm/mmu-arm.S
1597 #endif
1599 #ifdef MEIZU_M6SL
1600 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1601 drivers/qt1106.c
1602 #ifndef SIMULATOR
1603 #ifndef BOOTLOADER
1604 #endif /* BOOTLOADER */
1605 #endif /* SIMULATOR */
1606 #endif /* MEIZU_M6SL */
1608 #ifdef MEIZU_M6SP
1609 target/arm/s5l8700/backlight-meizu.c
1610 target/arm/s5l8700/power-meizu.c
1611 target/arm/s5l8700/kernel-s5l8700.c
1612 target/arm/s5l8700/meizu-m6sp/button-m6sp.c
1613 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1614 #ifndef SIMULATOR
1615 #ifndef BOOTLOADER
1616 drivers/generic_i2c.c
1617 drivers/rtc/rtc_s35390a.c
1618 target/arm/s5l8700/adc-s5l8700.c
1619 target/arm/s5l8700/audio-meizu.c
1620 target/arm/s5l8700/debug-s5l8700.c
1621 target/arm/s5l8700/dma-s5l8700.c
1622 target/arm/s5l8700/ftl-meizu.c
1623 target/arm/s5l8700/nand-meizu.c
1624 target/arm/s5l8700/fmradio-i2c-meizu.c
1625 target/arm/s5l8700/pcm-s5l8700.c
1626 target/arm/s5l8700/powermgmt-meizu.c
1627 target/arm/s5l8700/usb-s5l8700.c
1628 target/arm/s5l8700/wmcodec-s5l8700.c
1629 #endif /* BOOTLOADER */
1630 #endif /* SIMULATOR */
1631 #endif /* MEIZU_M6SP */
1633 #ifdef MEIZU_M3
1634 target/arm/s5l8700/backlight-meizu.c
1635 target/arm/s5l8700/kernel-s5l8700.c
1636 target/arm/s5l8700/meizu-m3/lcd-m3.c
1637 drivers/qt1106.c
1638 #ifndef SIMULATOR
1639 #ifndef BOOTLOADER
1640 target/arm/s5l8700/dma-s5l8700.c
1641 target/arm/s5l8700/pcm-s5l8700.c
1642 target/arm/s5l8700/udacodec-meizu.c
1643 #endif /* BOOTLOADER */
1644 #endif /* SIMULATOR */
1645 #endif /* MEIZU_M3 */
1647 #ifdef IPOD_NANO2G
1648 #ifndef SIMULATOR
1649 target/arm/ipod/button-clickwheel.c
1650 target/arm/s5l8700/postmortemstub.S
1651 target/arm/s5l8700/kernel-s5l8700.c
1652 target/arm/s5l8700/dma-s5l8700.c
1653 target/arm/s5l8700/system-s5l8700.c
1654 target/arm/s5l8700/ipodnano2g/backlight-nano2g.c
1655 target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
1656 target/arm/s5l8700/ipodnano2g/lcd-asm-nano2g.S
1657 target/arm/s5l8700/ipodnano2g/powermgmt-nano2g.c
1658 target/arm/s5l8700/ipodnano2g/power-nano2g.c
1659 target/arm/s5l8700/ipodnano2g/ftl-nano2g.c
1660 target/arm/s5l8700/ipodnano2g/nand-nano2g.c
1661 target/arm/s5l8700/ipodnano2g/pmu-nano2g.c
1662 target/arm/s5l8700/ipodnano2g/rtc-nano2g.c
1663 #ifndef BOOTLOADER
1664 target/arm/usb-s3c6400x.c
1665 target/arm/s5l8700/timer-s5l8700.c
1666 target/arm/s5l8700/debug-s5l8700.c
1667 target/arm/s5l8700/pcm-s5l8700.c
1668 target/arm/s5l8700/wmcodec-s5l8700.c
1669 target/arm/s5l8700/ipodnano2g/audio-nano2g.c
1670 target/arm/s5l8700/ipodnano2g/adc-nano2g.c
1671 target/arm/s5l8700/ipodnano2g/piezo-nano2g.c
1672 #endif
1673 #endif
1674 #endif
1676 #ifdef IPOD_6G
1677 #ifndef SIMULATOR
1678 target/arm/ipod/button-clickwheel.c
1679 target/arm/s5l8702/ipod6g/storage_ata-ipod6g.c
1680 target/arm/s5l8702/ipod6g/cscodec-ipod6g.c
1681 target/arm/s5l8702/ipod6g/backlight-ipod6g.c
1682 target/arm/s5l8702/ipod6g/powermgmt-ipod6g.c
1683 target/arm/s5l8702/ipod6g/power-ipod6g.c
1684 target/arm/s5l8702/kernel-s5l8702.c
1685 target/arm/s5l8702/system-s5l8702.c
1686 target/arm/s5l8702/ipod6g/lcd-ipod6g.c
1687 target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S
1688 #if 0 //TODO
1689 target/arm/s5l8702/postmortemstub.S
1690 #endif
1691 target/arm/s5l8702/ipod6g/pmu-ipod6g.c
1692 target/arm/s5l8702/ipod6g/rtc-ipod6g.c
1693 #ifndef BOOTLOADER
1694 target/arm/usb-s3c6400x.c
1695 target/arm/s5l8702/timer-s5l8702.c
1696 target/arm/s5l8702/debug-s5l8702.c
1697 target/arm/s5l8702/pcm-s5l8702.c
1698 target/arm/s5l8702/ipod6g/audio-ipod6g.c
1699 target/arm/s5l8702/ipod6g/adc-ipod6g.c
1700 #endif
1701 #endif
1702 #endif
1704 #ifndef SIMULATOR
1705 #if CONFIG_CPU == RK27XX
1706 target/arm/rk27xx/kernel-rk27xx.c
1707 target/arm/rk27xx/system-rk27xx.c
1708 target/arm/rk27xx/timer-rk27xx.c
1709 target/arm/rk27xx/backlight-rk27xx.c
1710 target/arm/rk27xx/adc-rk27xx.c
1711 target/arm/rk27xx/sd-rk27xx.c
1712 target/arm/rk27xx/ftl-rk27xx.c
1713 target/arm/rk27xx/nand-rk27xx.c
1714 target/arm/rk27xx/usb-rk27xx.c
1715 target/arm/rk27xx/lcdif-rk27xx.c
1716 #ifndef BOOTLOADER
1717 target/arm/rk27xx/pcm-rk27xx.c
1718 target/arm/rk27xx/debug-rk27xx.c
1719 #endif
1720 #endif
1722 #if defined(RK27_GENERIC)
1723 target/arm/rk27xx/rk27generic/button-rk27generic.c
1724 target/arm/rk27xx/rk27generic/powermgmt-rk27generic.c
1725 target/arm/rk27xx/rk27generic/power-rk27generic.c
1726 target/arm/rk27xx/rk27generic/lcd-rk27generic.c
1727 #endif
1728 #endif
1730 #ifndef SIMULATOR
1731 #if CONFIG_CPU == JZ4732
1732 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1733 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1734 target/mips/ingenic_jz47xx/debug-jz4740.c
1735 target/mips/ingenic_jz47xx/fmradio-i2c-jz4740.c
1736 target/mips/ingenic_jz47xx/kernel-jz4740.c
1737 target/mips/ingenic_jz47xx/i2c-jz4740.c
1738 target/mips/ingenic_jz47xx/lcd-jz4740.c
1739 target/mips/ingenic_jz47xx/system-jz4740.c
1740 target/mips/ingenic_jz47xx/usb-jz4740.c
1741 target/mips/ingenic_jz47xx/timer-jz4740.c
1742 #ifndef BOOTLOADER
1743 target/mips/ingenic_jz47xx/codec-jz4740.c
1744 target/mips/ingenic_jz47xx/pcm-jz4740.c
1745 #endif /* BOOTLOADER */
1746 drivers/nand_id.c
1747 #endif /* CONFIG_CPU == JZ4732 */
1749 #if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
1750 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1751 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1752 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1753 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1754 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1755 #endif /* ONDA_VX747 || ONDA_VX747P || ONDA_VX777 */
1757 #ifdef ONDA_VX767
1758 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1759 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1760 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1761 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1762 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1763 #endif /* ONDA_VX767 */
1765 #if defined(LYRE_PROTO1)
1766 target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
1767 target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c
1768 target/arm/at91sam/lyre_proto1/button-lyre_proto1.c
1769 target/arm/at91sam/lyre_proto1/crt0.S
1770 target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c
1771 target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c
1772 target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
1773 target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
1774 target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c
1775 #endif
1776 #endif /* SIMULATOR */
1778 #if defined(MINI2440)
1779 #ifndef SIMULATOR
1780 target/arm/bits-armv4.S
1781 target/arm/lcd-as-memframe.S
1782 target/arm/mmu-arm.S
1783 target/arm/s3c2440/debug-s3c2440.c
1784 target/arm/s3c2440/dma-s3c2440.c
1785 target/arm/s3c2440/kernel-s3c2440.c
1786 target/arm/s3c2440/lcd-s3c2440.c
1787 target/arm/s3c2440/sd-s3c2440.c
1788 target/arm/s3c2440/system-s3c2440.c
1789 target/arm/s3c2440/uart-s3c2440.c
1790 target/arm/s3c2440/adc-s3c2440.c
1791 target/arm/s3c2440/i2c-s3c2440.c
1792 target/arm/s3c2440/mini2440/backlight-mini2440.c
1793 target/arm/s3c2440/mini2440/button-mini2440.c
1794 target/arm/s3c2440/mini2440/led-mini2440.c
1795 target/arm/s3c2440/mini2440/power-mini2440.c
1796 target/arm/s3c2440/mini2440/touchscreen-mini2440.c
1797 #ifndef BOOTLOADER
1798 target/arm/s3c2440/mini2440/powermgmt-mini2440.c
1799 target/arm/s3c2440/mini2440/pcm-mini2440.c
1800 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
1801 #endif
1802 #endif /* SIMULATOR */
1803 #endif /* MINI2440 */
1805 #ifdef SAMSUNG_YH820
1806 #ifndef SIMULATOR
1807 target/arm/ata-as-arm.S
1808 target/arm/ata-pp5020.c
1809 target/arm/adc-pp5020.c
1810 target/arm/i2s-pp.c
1811 target/arm/usb-fw-pp502x.c
1812 target/arm/samsung/akcodec-yh82x_yh92x.c
1813 target/arm/samsung/button-yh82x_yh92x.c
1814 target/arm/samsung/power-yh82x_yh92x.c
1815 target/arm/samsung/yh820/backlight-yh820.c
1816 target/arm/samsung/yh820/lcd-yh820.c
1817 target/arm/samsung/yh820/lcd-as-yh820.S
1818 target/arm/samsung/yh820/powermgmt-yh820.c
1819 #endif /* SIMULATOR */
1820 #endif /* SAMSUNG_YH820 */
1822 #ifdef SAMSUNG_YH920
1823 #ifndef SIMULATOR
1824 target/arm/ata-as-arm.S
1825 target/arm/ata-pp5020.c
1826 target/arm/adc-pp5020.c
1827 target/arm/i2s-pp.c
1828 target/arm/usb-fw-pp502x.c
1829 target/arm/samsung/akcodec-yh82x_yh92x.c
1830 target/arm/samsung/button-yh82x_yh92x.c
1831 target/arm/samsung/power-yh82x_yh92x.c
1832 target/arm/samsung/yh920/backlight-yh920.c
1833 target/arm/samsung/yh920/lcd-yh920.c
1834 target/arm/samsung/yh920/lcd-as-yh920.S
1835 target/arm/samsung/yh920/powermgmt-yh920.c
1836 #endif /* SIMULATOR */
1837 #endif /* SAMSUNG_YH920 */
1839 #ifdef SAMSUNG_YH925
1840 #ifndef SIMULATOR
1841 target/arm/ata-as-arm.S
1842 target/arm/ata-pp5020.c
1843 target/arm/adc-pp5020.c
1844 target/arm/i2s-pp.c
1845 target/arm/usb-fw-pp502x.c
1846 target/arm/samsung/akcodec-yh82x_yh92x.c
1847 target/arm/samsung/button-yh82x_yh92x.c
1848 target/arm/samsung/power-yh82x_yh92x.c
1849 target/arm/samsung/yh925/backlight-yh925.c
1850 target/arm/samsung/yh925/lcd-yh925.c
1851 target/arm/samsung/yh925/lcd-as-yh925.S
1852 target/arm/samsung/yh925/powermgmt-yh925.c
1853 #endif /* SIMULATOR */
1854 #endif /* SAMSUNG_YH925 */
1856 #ifdef SAMSUNG_YPS3
1857 /* TODO: currently including all files for the bootloader DFU test program */
1858 tuner.c
1859 drivers/tuner/si4700.c
1860 target/arm/s5l8700/adc-s5l8700.c
1861 target/arm/s5l8700/i2c-s5l8700.c
1862 target/arm/s5l8700/kernel-s5l8700.c
1863 target/arm/s5l8700/timer-s5l8700.c
1864 target/arm/s5l8700/wmcodec-s5l8700.c
1865 target/arm/s5l8700/yps3/button-yps3.c
1866 target/arm/s5l8700/yps3/lcd-yps3.c
1867 target/arm/s5l8700/yps3/fmradio-i2c-yps3.c
1868 target/arm/s5l8700/yps3/backlight-yps3.c
1869 target/arm/s5l8700/yps3/nand-yps3.c
1870 target/arm/s5l8700/yps3/power-yps3.c
1871 #endif /* SAMSUNG_YPS3 */
1873 #ifdef PBELL_VIBE500
1874 #ifndef SIMULATOR
1875 drivers/synaptics-mep.c
1876 target/arm/ata-as-arm.S
1877 target/arm/ata-pp5020.c
1878 target/arm/wmcodec-pp.c
1879 target/arm/i2s-pp.c
1880 target/arm/adc-pp5020.c
1881 target/arm/pbell/vibe500/lcd-vibe500.c
1882 target/arm/pbell/vibe500/button-vibe500.c
1883 target/arm/pbell/vibe500/power-vibe500.c
1884 target/arm/pbell/vibe500/backlight-vibe500.c
1885 target/arm/pbell/vibe500/lcd-as-vibe500.S
1886 target/arm/pbell/vibe500/powermgmt-vibe500.c
1887 target/arm/usb-fw-pp502x.c
1888 #endif /* SIMULATOR */
1889 #endif
1891 #ifdef MPIO_HD200
1892 #ifndef SIMULATOR
1893 /* TODO: currently including all files */
1894 target/coldfire/ata-as-coldfire.S
1895 target/coldfire/mpio/system-mpio.c
1896 target/coldfire/mpio/power-mpio.c
1897 target/coldfire/mpio/backlight-mpio.c
1898 target/coldfire/mpio/usb-mpio.c
1899 target/coldfire/mpio/ata-mpio.c
1900 target/coldfire/mpio/adc-mpio.c
1901 target/coldfire/mpio/hd200/button-hd200.c
1902 target/coldfire/mpio/hd200/lcd-hd200.c
1903 target/coldfire/mpio/hd200/lcd-as-hd200.S
1904 target/coldfire/mpio/hd200/powermgmt-hd200.c
1905 #ifndef BOOTLOADER
1906 target/coldfire/mpio/audio-mpio.c
1907 target/coldfire/wmcodec-coldfire.c
1908 target/coldfire/mpio/fmradio_i2c-mpio.c
1909 #endif /* BOOTLOADER */
1910 #endif /* SIMULATOR */
1911 #endif
1913 #ifdef MPIO_HD300
1914 #ifndef SIMULATOR
1915 /* TODO: currently including all files */
1916 target/coldfire/ata-as-coldfire.S
1917 target/coldfire/mpio/system-mpio.c
1918 target/coldfire/mpio/power-mpio.c
1919 target/coldfire/mpio/backlight-mpio.c
1920 target/coldfire/mpio/usb-mpio.c
1921 target/coldfire/mpio/ata-mpio.c
1922 target/coldfire/mpio/adc-mpio.c
1923 target/coldfire/mpio/hd300/button-hd300.c
1924 target/coldfire/mpio/hd300/lcd-hd300.c
1925 target/coldfire/mpio/hd300/lcd-as-hd300.S
1926 target/coldfire/mpio/hd300/powermgmt-hd300.c
1927 #ifndef BOOTLOADER
1928 target/coldfire/mpio/audio-mpio.c
1929 target/coldfire/wmcodec-coldfire.c
1930 target/coldfire/mpio/fmradio_i2c-mpio.c
1931 #endif /* BOOTLOADER */
1932 #endif /* SIMULATOR */
1933 #endif
1935 #if (CONFIG_PLATFORM & PLATFORM_ANDROID)
1936 target/hosted/android/fs-android.c
1937 target/hosted/android/lcd-android.c
1938 target/hosted/android/lc-android.c
1939 target/hosted/android/button-android.c
1940 #ifdef DEBUG
1941 target/hosted/android/debug-android.c
1942 #endif
1943 target/hosted/android/kernel-android.c
1944 target/hosted/android/pcm-android.c
1945 target/hosted/android/powermgmt-android.c
1946 target/hosted/android/system-android.c
1947 target/hosted/android/telephony-android.c
1948 #ifdef APPLICATION
1949 target/hosted/android/app/button-application.c
1950 #endif
1951 drivers/audio/android.c
1952 thread.c
1953 #endif
1955 #ifndef SIMULATOR
1956 #if defined(HM60X)
1957 target/arm/rk27xx/hm60x/button-hm60x.c
1958 target/arm/rk27xx/hm60x/powermgmt-hm60x.c
1959 target/arm/rk27xx/hm60x/power-hm60x.c
1960 target/arm/rk27xx/lcd-hifiman.c
1961 #endif
1962 #endif
1964 #ifndef SIMULATOR
1965 #if defined(HM801)
1966 target/arm/rk27xx/hm801/button-hm801.c
1967 target/arm/rk27xx/hm801/powermgmt-hm801.c
1968 target/arm/rk27xx/hm801/power-hm801.c
1969 target/arm/rk27xx/lcd-hifiman.c
1970 #endif
1971 #endif