clean up some debugging output.
[Rockbox.git] / firmware / SOURCES
blob60adcbe59c2f9e7787b3052a269af7ae0b714492
1 ata_idle_notify.c
2 events.c
3 backlight.c
4 buffer.c
5 id3.c
6 powermgmt.c
7 system.c
8 usb.c
9 #ifdef ROCKBOX_HAS_LOGF
10 logf.c
11 #endif /* ROCKBOX_HAS_LOGF */
12 kernel.c
13 #ifndef SIMULATOR
14 #ifdef RB_PROFILE
15 profile.c
16 #endif /* RB_PROFILE */
17 rolo.c
18 thread.c
19 timer.c
20 #endif /* SIMULATOR */
21 panic.c
22 debug.c
24 /* Common */
25 common/atoi.c
26 common/crc32.c
27 #ifdef MI4_FORMAT
28 common/crc32-mi4.c
29 #endif
30 common/ctype.c
31 #ifndef SIMULATOR
32 common/dir_uncached.c
33 common/file.c
34 #endif /* SIMULATOR */
35 #ifdef HAVE_DIRCACHE
36 common/dircache.c
37 #endif /* HAVE_DIRCACHE */
38 common/disk.c
39 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
40 common/errno.c
41 #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
42 common/memcmp.c
43 common/memchr.c
44 common/qsort.c
45 common/random.c
46 common/sprintf.c
47 common/strcasecmp.c
48 common/strcasestr.c
49 common/strcat.c
50 common/strchr.c
51 common/strcmp.c
52 common/strcpy.c
53 common/strncmp.c
54 common/strncpy.c
55 common/strrchr.c
56 common/strtok.c
57 common/strstr.c
58 common/structec.c
59 common/timefuncs.c
60 common/unicode.c
62 /* Display */
63 scroll_engine.c
65 #ifdef HAVE_LCD_CHARCELLS
66 drivers/lcd-charcell.c
67 drivers/lcd-charset-player.c
68 #endif /* HAVE_LCD_CHARCELLS */
70 #ifdef HAVE_LCD_BITMAP
71 arabjoin.c
72 bidi.c
73 font_cache.c
74 font.c
75 hangul.c
76 lru.c
77 #if LCD_DEPTH == 1
78 drivers/lcd-1bit-vert.c
79 #elif LCD_DEPTH == 2
80 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
81 drivers/lcd-2bit-horz.c
82 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
83 drivers/lcd-2bit-vert.c
84 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
85 drivers/lcd-2bit-vi.c
86 #endif /* LCD_PIXELFORMAT */
87 #elif LCD_DEPTH == 16
88 drivers/lcd-16bit.c
89 #endif /* LCD_DEPTH */
90 #endif /* HAVE_LCD_BITMAP */
92 #ifdef HAVE_REMOTE_LCD
93 #if LCD_REMOTE_DEPTH == 1
94 drivers/lcd-remote-1bit-v.c
95 #elif LCD_REMOTE_DEPTH == 2
96 drivers/lcd-remote-2bit-vi.c
97 #endif /* LCD_REMOTE_DEPTH */
98 #endif /* HAVE_REMOTE_LCD */
100 /* Misc. */
101 drivers/led.c
102 drivers/button.c
103 #ifndef SIMULATOR
104 #ifdef HAVE_DAC3550A
105 drivers/dac.c
106 #endif
107 drivers/serial.c
108 #endif /* SIMULATOR */
111 /* Storage */
112 #ifndef SIMULATOR
113 #ifdef HAVE_MMC
114 drivers/ata_mmc.c
115 #elif defined(HAVE_FLASH_DISK)
116 drivers/ata_flash.c
117 #elif defined(HAVE_ATA)
118 drivers/ata.c
119 #endif /* HAVE_MMC */
120 drivers/fat.c
121 #if defined(HAVE_HOTSWAP) || defined(HAVE_ATA_SD)
122 hotswap.c
123 #endif
124 #endif /* SIMULATOR */
126 /* EEPROM */
127 #ifdef HAVE_EEPROM
128 drivers/eeprom_24cxx.c
129 #ifdef HAVE_EEPROM_SETTINGS
130 eeprom_settings.c
131 #endif /* HAVE_EEPROM_SETTINGS */
132 #endif /* HAVE_EEPROM */
134 /* RTC */
135 #ifndef SIMULATOR
136 #if (CONFIG_RTC == RTC_M41ST84W)
137 drivers/rtc/rtc_m41st84w.c
138 #elif (CONFIG_RTC == RTC_PCF50606)
139 drivers/rtc/rtc_pcf50606.c
140 #elif (CONFIG_RTC == RTC_PCF50605)
141 drivers/rtc/rtc_pcf50605.c
142 #elif (CONFIG_RTC == RTC_E8564)
143 drivers/rtc/rtc_e8564.c
144 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
145 drivers/rtc/rtc_ds1339_ds3231.c
146 #elif (CONFIG_RTC == RTC_S3C2440)
147 drivers/rtc/rtc_s3c2440.c
148 #elif (CONFIG_RTC == RTC_AS3514)
149 drivers/rtc/rtc_as3514.c
150 #elif (CONFIG_RTC == RTC_RX5X348AB)
151 drivers/rtc/rtc_rx5x348ab.c
152 #elif (CONFIG_RTC == RTC_MR100)
153 drivers/rtc/rtc_mr100.c
154 #elif (CONFIG_RTC == RTC_MC13783)
155 drivers/rtc/rtc_mc13783.c
156 #elif (CONFIG_RTC == RTC_TCC77X)
157 drivers/rtc/rtc_tcc77x.c
158 #endif /* (CONFIG_RTC == RTC_) */
159 #endif /* SIMULATOR */
161 /* Tuner */
162 #if CONFIG_TUNER
163 tuner.c
164 #ifndef SIMULATOR
165 #if (CONFIG_TUNER & LV24020LP)
166 drivers/tuner/lv24020lp.c
167 #endif /* (CONFIG_TUNER & LV24020LP) */
168 #if (CONFIG_TUNER & S1A0903X01)
169 drivers/fmradio.c
170 drivers/tuner/s1a0903x01.c
171 #endif /* (CONFIG_TUNER & S1A0903X01) */
172 #if (CONFIG_TUNER & TEA5767)
173 drivers/tuner/tea5767.c
174 #endif /* (CONFIG_TUNER & TEA5767) */
175 #endif /*SIMULATOR */
176 #endif /* CONFIG_TUNER */
178 /* Sound */
179 #if CONFIG_CODEC != SWCODEC
180 mp3_playback.c
181 #endif /* CONFIG_CODEC != SWCODEC */
182 mp3data.c
183 sound.c
185 #if CONFIG_CODEC == SWCODEC
187 #ifndef BOOTLOADER
188 general.c
189 pcm_sampr.c
190 replaygain.c
191 pcm.c
192 #ifdef HAVE_RECORDING
193 enc_base.c
194 #ifndef SIMULATOR
195 pcm_record.c
196 #endif /* SIMULATOR */
197 #endif /* HAVE_RECORDING */
198 #endif /* BOOTLOADER */
200 #else  /* !SWCODEC */
202 #ifndef BOOTLOADER
203 mpeg.c
204 #ifndef SIMULATOR
205 drivers/mas.c
206 #endif /* SIMULATOR */
207 #endif /* BOOTLOADER */
209 #endif /* SWCODEC */
211 /* Audio codec */
212 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
213 #if defined(HAVE_UDA1380)
214 drivers/audio/uda1380.c
215 #elif defined(HAVE_WM8751)
216 drivers/audio/wm8751.c
217 #elif defined(HAVE_WM8978)
218 drivers/audio/wm8978.c
219 #elif defined(HAVE_WM8975)
220 drivers/audio/wm8975.c
221 #elif defined(HAVE_WM8985)
222 drivers/audio/wm8985.c
223 #elif defined(HAVE_WM8758)
224 drivers/audio/wm8758.c
225 #elif defined(HAVE_WM8721)
226 drivers/audio/wm8721.c
227 #elif defined(HAVE_WM8731)
228 drivers/audio/wm8731.c
229 #elif defined(HAVE_AS3514)
230 drivers/audio/as3514.c
231 #elif defined(HAVE_TLV320)
232 drivers/audio/tlv320.c
233 #elif defined(HAVE_MAS35XX)
234 drivers/audio/mas35xx.c
235 #endif /* defined(HAVE_*) */
236 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
238 /* USB Stack */
239 #if !defined(SIMULATOR)
240 #ifdef HAVE_USBSTACK
241 usbstack/usb_core.c
242 usbstack/usb_storage.c
243 usbstack/usb_serial.c
244 usbstack/usb_charging_only.c
245 #if CONFIG_USBOTG == USBOTG_ARC
246 target/arm/usb-drv-arc.c
247 #elif CONFIG_USBOTG == USBOTG_ISP1583
248 drivers/isp1583.c
249 #endif
250 #else /* !defined(HAVE_USBSTACK) */
251 #if CONFIG_USBOTG == USBOTG_ISP1362      
252 drivers/isp1362.c
253 #elif CONFIG_USBOTG == USBOTG_M5636      
254 drivers/m5636.c
255 #endif
256 #endif /* !defined(HAVE_USBSTACK) */
257 #endif /* !defined(SIMULATOR) */
259 /* Other Random Hardware */
260 #ifdef HAVE_TSC2100
261 #if !defined(SIMULATOR)
262 drivers/tsc2100.c
263 drivers/audio/tsc2100.c
264 #endif /* !SIMULATOR */
265 #endif
267 /* CPU Specific - By class then particular chip if applicable */
268 #if defined(CPU_SH)
270 #ifndef SIMULATOR
271 drivers/i2c.c
272 target/sh/adc-sh.c
273 target/sh/bitswap.S
274 target/sh/crt0.S
275 target/sh/memcpy-sh.S
276 target/sh/memmove-sh.S
277 target/sh/memset-sh.S
278 target/sh/strlen-sh.S
279 target/sh/system-sh.c
280 target/sh/archos/descramble.S
281 #endif /* SIMULATOR */
283 #elif defined(CPU_COLDFIRE)
285 #ifndef SIMULATOR
286 target/coldfire/crt0.S
287 #ifdef HAVE_PRIORITY_SCHEDULING
288 common/ffs.c
289 target/coldfire/ffs-coldfire.S
290 #endif
291 target/coldfire/memcpy-coldfire.S
292 target/coldfire/memmove-coldfire.S
293 target/coldfire/memset-coldfire.S
294 target/coldfire/strlen-coldfire.S
295 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
296  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
297 target/coldfire/memset16-coldfire.S
298 #endif
299 target/coldfire/system-coldfire.c
300 #ifndef BOOTLOADER
301 target/coldfire/pcm-coldfire.c
302 #endif /* BOOTLOADER */
303 #if CONFIG_I2C == I2C_COLDFIRE
304 target/coldfire/i2c-coldfire.c
305 #endif /* CONFIG_I2C == I2C_COLDFIRE */
306 #endif /* SIMULATOR */
308 #elif defined(CPU_PP) || defined(CPU_ARM)
309 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
310 target/arm/memcpy-arm.S
311 target/arm/memmove-arm.S
312 common/strlen.c
313 #ifndef SIMULATOR
314 target/arm/memset-arm.S
315 target/arm/memset16-arm.S
316 #ifdef HAVE_PRIORITY_SCHEDULING
317 target/arm/ffs-arm.S
318 #endif
319 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
320 target/arm/i2c-pp.c
321 #elif CONFIG_I2C == I2C_PNX0101
322 target/arm/pnx0101/i2c-pnx0101.c
323 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
324 target/arm/i2c-telechips.c
325 #elif CONFIG_I2C == I2C_S3C2440
326 /* no i2c driver yet */
327 #endif
328 #if CONFIG_CPU == PNX0101
329 target/arm/pnx0101/system-pnx0101.c
330 #endif
331 #if defined(CPU_PP)
332 #if CONFIG_CPU == PP5002
333 target/arm/system-pp5002.c
334 #elif defined CPU_PP502x
335 target/arm/system-pp502x.c
336 #endif
337 #ifdef BOOTLOADER
338 target/arm/crt0-pp-bl.S
339 #else
340 target/arm/pcm-pp.c
341 #if !defined(SANSA_E200) && !defined(SANSA_C200)
342 target/arm/audio-pp.c
343 #endif /* SANSA_E200 */
344 target/arm/crt0-pp.S
345 #endif
346 #elif CONFIG_CPU == PNX0101
347 target/arm/pnx0101/crt0-pnx0101.S
348 #elif CONFIG_CPU==DM320
349 target/arm/tms320dm320/crt0.S
350 #elif CONFIG_CPU==S3C2440
351 target/arm/s3c2440/crt0.S
352 #elif defined(CPU_TCC77X)
353 target/arm/tcc77x/crt0.S
354 #elif defined(CPU_TCC780X)
355 target/arm/tcc780x/crt0.S
356 #elif CONFIG_CPU==IMX31L
357 target/arm/imx31/crt0.S
358 #elif CONFIG_CPU==S5L8700
359 target/arm/s5l8700/crt0.S
360 #elif defined(CPU_ARM)
361 target/arm/crt0.S
362 #endif /* defined(CPU_*) */
363 #endif /* SIMULATOR */
365 #else
367 #ifdef HAVE_PRIORITY_SCHEDULING
368 common/ffs.c
369 #endif
370 common/memcpy.c
371 common/memmove.c
372 common/memset.c
373 common/memset16.c
374 common/strlen.c
375 #ifndef SIMULATOR
376 crt0.S
377 drivers/i2c.c
378 #endif /* SIMULATOR */
380 #endif /* defined(CPU_*) */
382 #ifdef ARCHOS_PLAYER
383 #ifndef SIMULATOR
384 target/sh/archos/ata-archos.c
385 target/sh/archos/ata-as-archos.S
386 target/sh/archos/player/button-player.c
387 target/sh/archos/player/hwcompat-player.c
388 target/sh/archos/player/lcd-as-player.S
389 target/sh/archos/player/lcd-player.c
390 target/sh/archos/player/power-player.c
391 target/sh/archos/player/powermgmt-player.c
392 target/sh/archos/player/usb-player.c
393 #endif /* SIMULATOR */
394 #endif /* ARCHOS_PLAYER */
396 #ifdef ARCHOS_RECORDER
397 #ifndef SIMULATOR
398 target/sh/archos/ata-archos.c
399 target/sh/archos/ata-as-archos.S
400 target/sh/archos/lcd-archos-bitmap.c
401 target/sh/archos/lcd-as-archos-bitmap.S   
402 target/sh/archos/recorder/button-recorder.c
403 target/sh/archos/recorder/power-recorder.c
404 target/sh/archos/recorder/powermgmt-recorder.c
405 target/sh/archos/recorder/usb-recorder.c
406 #endif /* SIMULATOR */
407 #endif /* ARCHOS_RECORDER */
409 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
410 #ifndef SIMULATOR
411 target/sh/archos/ata-archos.c
412 target/sh/archos/ata-as-archos.S
413 target/sh/archos/lcd-archos-bitmap.c
414 target/sh/archos/lcd-as-archos-bitmap.S
415 target/sh/archos/fm_v2/button-fm_v2.c
416 target/sh/archos/fm_v2/power-fm_v2.c
417 target/sh/archos/fm_v2/powermgmt-fm_v2.c
418 target/sh/archos/fm_v2/usb-fm_v2.c
419 #endif /* SIMULATOR */
420 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
422 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
423 #ifndef SIMULATOR
424 target/sh/archos/lcd-archos-bitmap.c
425 target/sh/archos/lcd-as-archos-bitmap.S
426 target/sh/archos/ondio/button-ondio.c
427 target/sh/archos/ondio/power-ondio.c
428 target/sh/archos/ondio/powermgmt-ondio.c
429 target/sh/archos/ondio/usb-ondio.c
430 #if (CONFIG_TUNER & TEA5767)
431 target/sh/archos/ondio/fmradio_i2c-ondio.c
432 #endif
433 #endif /* SIMULATOR */
434 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
436 #ifdef SANSA_E200
437 #ifndef SIMULATOR
438 target/arm/lcd-as-memframe.S
439 target/arm/ata-sd-pp.c
440 target/arm/sandisk/sansa-e200/lcd-e200.c
441 target/arm/adc-as3514.c
442 target/arm/sandisk/backlight-c200_e200.c
443 target/arm/usb-fw-pp502x.c
444 target/arm/sandisk/sansa-e200/button-e200.c
445 target/arm/sandisk/power-c200_e200.c
446 target/arm/sandisk/sansa-e200/powermgmt-e200.c
447 target/arm/i2s-pp.c
448 #ifndef BOOTLOADER
449 target/arm/sandisk/audio-c200_e200.c
450 #endif /* BOOTLOADER */
451 #endif /* SIMULATOR */
452 #endif /* SANSA_E200 */
454 #ifdef SANSA_C200
455 #ifndef SIMULATOR
456 target/arm/ata-sd-pp.c
457 target/arm/sandisk/sansa-c200/lcd-c200.c
458 target/arm/sandisk/sansa-c200/lcd-as-c200.S
459 target/arm/adc-as3514.c
460 target/arm/sandisk/backlight-c200_e200.c
461 target/arm/usb-fw-pp502x.c
462 target/arm/sandisk/sansa-c200/button-c200.c
463 target/arm/sandisk/power-c200_e200.c
464 target/arm/sandisk/sansa-c200/powermgmt-c200.c
465 target/arm/i2s-pp.c
466 #ifndef BOOTLOADER
467 target/arm/sandisk/audio-c200_e200.c
468 #endif /* BOOTLOADER */
469 #endif /* SIMULATOR */
470 #endif /* SANSA_C200 */
472 #ifdef PHILIPS_SA9200
473 #ifndef SIMULATOR
474 target/arm/ata-sd-pp.c
475 target/arm/philips/sa9200/lcd-sa9200.c
476 target/arm/adc-as3514.c
477 target/arm/philips/sa9200/backlight-sa9200.c
478 target/arm/usb-fw-pp502x.c
479 target/arm/philips/sa9200/button-sa9200.c
480 target/arm/philips/sa9200/power-sa9200.c
481 target/arm/philips/sa9200/powermgmt-sa9200.c
482 target/arm/i2s-pp.c
483 #endif /* SIMULATOR */
484 #endif /* PHILIPS_SA9200 */
486 #ifdef PHILIPS_HDD1630
487 #ifndef SIMULATOR
488 target/arm/ata-as-arm.S
489 target/arm/ata-pp5020.c
490 target/arm/wmcodec-pp.c
491 target/arm/i2s-pp.c
492 target/arm/adc-pp5020.c
493 target/arm/philips/hdd1630/backlight-hdd1630.c
494 target/arm/philips/hdd1630/button-hdd1630.c
495 target/arm/philips/hdd1630/lcd-hdd1630.c
496 target/arm/philips/hdd1630/power-hdd1630.c
497 target/arm/philips/hdd1630/powermgmt-hdd1630.c
498 target/arm/usb-fw-pp502x.c
499 #endif /* SIMULATOR */
500 #endif /* PHILIPS_HDD1630 */
502 #ifdef IAUDIO_X5
503 #ifndef SIMULATOR
504 target/coldfire/ata-as-coldfire.S
505 target/coldfire/pcf50606-coldfire.c
506 target/coldfire/iaudio/adc-iaudio.c
507 target/coldfire/iaudio/ata-iaudio.c
508 target/coldfire/iaudio/lcd-remote-as-iaudio.S
509 target/coldfire/iaudio/lcd-remote-iaudio.c
510 target/coldfire/iaudio/pcf50606-iaudio.c
511 target/coldfire/iaudio/powermgmt-iaudio.c
512 target/coldfire/iaudio/system-iaudio.c
513 target/coldfire/iaudio/usb-iaudio.c
514 target/coldfire/iaudio/x5/backlight-x5.c
515 target/coldfire/iaudio/x5/button-x5.c
516 target/coldfire/iaudio/x5/ds2411-x5.c
517 target/coldfire/iaudio/x5/fmradio_i2c-x5.c
518 target/coldfire/iaudio/x5/lcd-as-x5.S
519 target/coldfire/iaudio/x5/lcd-x5.c
520 target/coldfire/iaudio/x5/m5636-x5.c
521 target/coldfire/iaudio/x5/power-x5.c
522 #ifndef BOOTLOADER
523 target/coldfire/iaudio/x5/audio-x5.c
524 #endif
525 #endif /* SIMULATOR */
526 #endif /* IAUDIO_X5 */
528 #ifdef IAUDIO_M5
529 #ifndef SIMULATOR
530 target/coldfire/ata-as-coldfire.S
531 target/coldfire/pcf50606-coldfire.c
532 target/coldfire/iaudio/adc-iaudio.c
533 target/coldfire/iaudio/ata-iaudio.c
534 target/coldfire/iaudio/lcd-remote-as-iaudio.S
535 target/coldfire/iaudio/lcd-remote-iaudio.c
536 target/coldfire/iaudio/m5/backlight-m5.c
537 target/coldfire/iaudio/m5/button-m5.c
538 target/coldfire/iaudio/m5/lcd-as-m5.S
539 target/coldfire/iaudio/m5/lcd-m5.c
540 target/coldfire/iaudio/m5/power-m5.c
541 target/coldfire/iaudio/pcf50606-iaudio.c
542 target/coldfire/iaudio/powermgmt-iaudio.c
543 target/coldfire/iaudio/system-iaudio.c
544 target/coldfire/iaudio/usb-iaudio.c
545 #ifndef BOOTLOADER
546 target/coldfire/iaudio/m5/audio-m5.c
547 #endif
548 #endif /* SIMULATOR */
549 #endif /* IAUDIO_M5 */
551 #ifdef IAUDIO_M3
552 #ifndef SIMULATOR
553 target/coldfire/ata-as-coldfire.S
554 target/coldfire/iaudio/m3/adc-m3.c
555 target/coldfire/iaudio/m3/ata-m3.c
556 target/coldfire/iaudio/m3/backlight-m3.c
557 target/coldfire/iaudio/m3/button-m3.c
558 target/coldfire/iaudio/m3/fmradio_i2c-m3.c
559 target/coldfire/iaudio/m3/lcd-m3.c
560 target/coldfire/iaudio/m3/lcd-as-m3.S
561 target/coldfire/iaudio/m3/power-m3.c
562 target/coldfire/iaudio/m3/powermgmt-m3.c
563 target/coldfire/iaudio/m3/system-m3.c
564 target/coldfire/iaudio/m3/usb-m3.c
565 #ifndef BOOTLOADER
566 target/coldfire/iaudio/m3/audio-m3.c
567 #endif
568 #endif /* SIMULATOR */
569 #endif /* IAUDIO_M3 */
571 #ifdef IRIVER_IFP7XX_SERIES
572 #ifdef STUB
573 ifp_usb_serial.c
574 common/sscanf.c
575 #endif /* STUB */
576 #endif /* IRIVER_IFP7XX_SERIES */
578 #ifdef IRIVER_H300_SERIES
579 #ifndef SIMULATOR
580 target/coldfire/ata-as-coldfire.S
581 target/coldfire/pcf50606-coldfire.c
582 target/coldfire/iriver/ata-iriver.c
583 target/coldfire/iriver/lcd-remote-iriver.c
584 target/coldfire/iriver/lcd-remote-as-iriver.S
585 target/coldfire/iriver/system-iriver.c
586 target/coldfire/iriver/fmradio_i2c-iriver.c
587 target/coldfire/iriver/h300/sw_i2c-h300.c
588 target/coldfire/iriver/h300/adc-h300.c
589 target/coldfire/iriver/h300/backlight-h300.c
590 target/coldfire/iriver/h300/button-h300.c
591 target/coldfire/iriver/h300/pcf50606-h300.c
592 target/coldfire/iriver/h300/lcd-as-h300.S
593 target/coldfire/iriver/h300/lcd-h300.c
594 target/coldfire/iriver/h300/power-h300.c
595 target/coldfire/iriver/h300/powermgmt-h300.c
596 target/coldfire/iriver/h300/usb-h300.c
597 #ifndef BOOTLOADER
598 target/coldfire/iriver/audio-iriver.c
599 #endif
600 #endif /* SIMULATOR */
601 #endif /* IRIVER_H300_SERIES */
603 #ifdef IRIVER_H100_SERIES
604 #ifndef SIMULATOR
605 drivers/sw_i2c.c
606 target/coldfire/ata-as-coldfire.S
607 target/coldfire/iriver/ata-iriver.c
608 target/coldfire/iriver/lcd-remote-iriver.c
609 target/coldfire/iriver/lcd-remote-as-iriver.S
610 target/coldfire/iriver/system-iriver.c
611 target/coldfire/iriver/fmradio_i2c-iriver.c
612 target/coldfire/iriver/h100/adc-h100.c
613 target/coldfire/iriver/h100/backlight-h100.c
614 target/coldfire/iriver/h100/button-h100.c
615 target/coldfire/iriver/h100/lcd-as-h100.S
616 target/coldfire/iriver/h100/lcd-h100.c
617 target/coldfire/iriver/h100/power-h100.c
618 target/coldfire/iriver/h100/powermgmt-h100.c
619 #ifndef BOOTLOADER
620 target/coldfire/iriver/audio-iriver.c
621 target/coldfire/iriver/h100/spdif-h100.c
622 #endif
623 target/coldfire/iriver/h100/usb-h100.c
624 #endif /* SIMULATOR */
625 #endif /* IRIVER_H100_SERIES */
627 #ifdef IRIVER_H10
628 #ifndef SIMULATOR
629 target/arm/ata-as-arm.S
630 target/arm/ata-pp5020.c
631 target/arm/wmcodec-pp.c
632 target/arm/i2s-pp.c
633 target/arm/adc-pp5020.c
634 target/arm/iriver/h10/backlight-h10.c
635 target/arm/iriver/h10/button-h10.c
636 target/arm/iriver/h10/fmradio_i2c-h10.c
637 target/arm/iriver/h10/lcd-h10_20gb.c
638 target/arm/iriver/h10/lcd-as-h10.S
639 target/arm/iriver/h10/power-h10.c
640 target/arm/iriver/h10/powermgmt-h10.c
641 target/arm/usb-fw-pp502x.c
642 #endif /* SIMULATOR */
643 #endif /* IRIVER_H10 */
645 #ifdef IRIVER_H10_5GB
646 #ifndef SIMULATOR
647 target/arm/ata-as-arm.S
648 target/arm/ata-pp5020.c
649 target/arm/wmcodec-pp.c
650 target/arm/i2s-pp.c
651 target/arm/adc-pp5020.c
652 target/arm/iriver/h10/backlight-h10.c
653 target/arm/iriver/h10/button-h10.c
654 target/arm/iriver/h10/fmradio_i2c-h10.c
655 target/arm/iriver/h10/lcd-h10_5gb.c
656 target/arm/iriver/h10/power-h10.c
657 target/arm/iriver/h10/powermgmt-h10.c
658 target/arm/usb-fw-pp502x.c
659 #endif /* SIMULATOR */
660 #endif /* IRIVER_H10_5GB */
662 #ifdef GIGABEAT_F
663 #ifndef SIMULATOR
664 target/arm/lcd-as-memframe.S
665 target/arm/mmu-arm.c
666 target/arm/s3c2440/debug-s3c2440.c
667 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
668 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
669 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
670 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
671 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
672 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
673 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
674 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
675 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
676 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
677 #ifndef BOOTLOADER
678 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
679 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
680 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
681 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
682 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
683 #endif
684 #endif /* SIMULATOR */
685 #endif /* GIGABEAT_F */
687 #ifdef GIGABEAT_S
688 #ifndef SIMULATOR
689 target/arm/lcd-as-memframe.S
690 target/arm/mmu-arm.c
691 target/arm/imx31/debug-imx31.c
692 target/arm/imx31/rolo_restart.S
693 target/arm/imx31/gigabeat-s/adc-imx31.c
694 target/arm/imx31/gigabeat-s/ata-imx31.c
695 target/arm/imx31/gigabeat-s/avic-imx31.c
696 target/arm/imx31/gigabeat-s/backlight-imx31.c
697 target/arm/imx31/gigabeat-s/button-imx31.c
698 target/arm/imx31/gigabeat-s/clkctl-imx31.c
699 target/arm/imx31/gigabeat-s/dma_start.c
700 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
701 target/arm/imx31/gigabeat-s/gpio-imx31.c
702 target/arm/imx31/gigabeat-s/kernel-imx31.c
703 target/arm/imx31/gigabeat-s/i2c-imx31.c
704 target/arm/imx31/gigabeat-s/i2s-imx31.c
705 target/arm/imx31/gigabeat-s/lcd-imx31.c
706 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
707 target/arm/imx31/gigabeat-s/mc13783-imx31.c
708 target/arm/imx31/gigabeat-s/mmu-imx31.c
709 target/arm/imx31/gigabeat-s/power-imx31.c
710 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
711 target/arm/imx31/gigabeat-s/spi-imx31.c
712 target/arm/imx31/gigabeat-s/system-imx31.c
713 target/arm/imx31/gigabeat-s/usb-imx31.c
714 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
715 #ifndef BOOTLOADER
716 target/arm/imx31/gigabeat-s/pcm-imx31.c
717 #endif
718 #endif /* SIMULATOR */
719 #endif /* GIGABEAT_S */
721 #if CONFIG_CPU == DM320
722 target/arm/tms320dm320/debug-dm320.c
723 target/arm/tms320dm320/dsp-dm320.c
724 target/arm/tms320dm320/i2c-dm320.c
725 target/arm/tms320dm320/kernel-dm320.c
726 target/arm/tms320dm320/spi-dm320.c
727 target/arm/tms320dm320/system-dm320.c
728 target/arm/tms320dm320/timer-dm320.c
729 target/arm/tms320dm320/uart-dm320.c
730 #endif /* CONFIG_CPU == DM320 */
732 #ifdef MROBE_500
733 #ifndef SIMULATOR
734 target/arm/lcd-as-memframe.S
735 target/arm/mmu-arm.c
736 target/arm/tms320dm320/mrobe-500/adc-mr500.c
737 target/arm/tms320dm320/mrobe-500/ata-mr500.c
738 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
739 target/arm/tms320dm320/mrobe-500/button-mr500.c
740 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
741 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
742 #if defined(HAVE_REMOTE_LCD)
743 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
744 #endif
745 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
746 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
747 target/arm/tms320dm320/mrobe-500/power-mr500.c
748 target/arm/tms320dm320/mrobe-500/usb-mr500.c
749 #endif /* SIMULATOR */
750 #endif /* MROBE_500 */
752 #ifdef CREATIVE_ZVx
753 #ifndef SIMULATOR
754 target/arm/ata-as-arm.S
755 target/arm/lcd-as-memframe.S
756 target/arm/mmu-arm.c
757 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
758 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
759 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
760 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
761 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
762 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
763 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
764 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
765 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
766 #endif /* SIMULATOR */
767 #endif /* CREATIVE_ZVx */
769 #ifdef MROBE_100
770 #ifndef SIMULATOR
771 drivers/sw_i2c.c
772 target/arm/ata-as-arm.S
773 target/arm/ata-pp5020.c
774 target/arm/wmcodec-pp.c
775 target/arm/i2s-pp.c
776 target/arm/adc-pp5020.c
777 target/arm/olympus/mrobe-100/backlight-mr100.c
778 target/arm/olympus/mrobe-100/button-mr100.c
779 target/arm/olympus/mrobe-100/lcd-mr100.c
780 target/arm/olympus/mrobe-100/lcd-as-mr100.S
781 target/arm/olympus/mrobe-100/power-mr100.c
782 target/arm/olympus/mrobe-100/powermgmt-mr100.c
783 target/arm/usb-fw-pp502x.c
784 #endif /* SIMULATOR */
785 #endif /* MROBE_100 */
787 #ifdef ELIO_TPJ1022
788 #ifndef SIMULATOR
789 target/arm/ata-as-arm.S
790 target/arm/ata-pp5020.c
791 target/arm/wmcodec-pp.c
792 target/arm/i2s-pp.c
793 target/arm/tatung/tpj1022/adc-tpj1022.c
794 target/arm/tatung/tpj1022/backlight-tpj1022.c
795 target/arm/tatung/tpj1022/button-tpj1022.c
796 target/arm/tatung/tpj1022/lcd-tpj1022.c
797 target/arm/tatung/tpj1022/power-tpj1022.c
798 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
799 target/arm/usb-fw-pp502x.c
800 #endif /* SIMULATOR */
801 #endif /* ELIO_TPJ1022 */
803 #ifdef IPOD_4G
804 #ifndef SIMULATOR
805 drivers/pcf50605.c
806 target/arm/wmcodec-pp.c
807 target/arm/i2s-pp.c
808 target/arm/ata-as-arm.S
809 target/arm/ata-pp5020.c
810 target/arm/ipod/adc-ipod-pcf.c
811 target/arm/ipod/backlight-4g_color.c
812 target/arm/ipod/button-clickwheel.c
813 target/arm/ipod/lcd-as-gray.S
814 target/arm/ipod/lcd-gray.c
815 target/arm/ipod/power-ipod.c
816 target/arm/ipod/powermgmt-ipod-pcf.c
817 target/arm/usb-fw-pp502x.c
818 #endif /* SIMULATOR */
819 #endif /* IPOD_4G */
821 #ifdef IPOD_COLOR
822 #ifndef SIMULATOR
823 drivers/pcf50605.c
824 target/arm/ata-as-arm.S
825 target/arm/ata-pp5020.c
826 target/arm/wmcodec-pp.c
827 target/arm/i2s-pp.c
828 target/arm/ipod/adc-ipod-pcf.c
829 target/arm/ipod/backlight-4g_color.c
830 target/arm/ipod/button-clickwheel.c
831 target/arm/ipod/lcd-color_nano.c
832 target/arm/ipod/power-ipod.c
833 target/arm/ipod/powermgmt-ipod-pcf.c
834 target/arm/usb-fw-pp502x.c
835 #endif /* SIMULATOR */
836 #endif /* IPOD_COLOR */
838 #ifdef IPOD_NANO
839 #ifndef SIMULATOR
840 drivers/pcf50605.c
841 target/arm/ata-as-arm.S
842 target/arm/ata-pp5020.c
843 target/arm/wmcodec-pp.c
844 target/arm/i2s-pp.c
845 target/arm/ipod/adc-ipod-pcf.c
846 target/arm/ipod/backlight-nano_video.c
847 target/arm/ipod/button-clickwheel.c
848 target/arm/ipod/lcd-color_nano.c
849 target/arm/ipod/power-ipod.c
850 target/arm/ipod/powermgmt-ipod-pcf.c
851 target/arm/usb-fw-pp502x.c
852 #endif /* SIMULATOR */
853 #endif /* IPOD_NANO */
855 #ifdef IPOD_VIDEO
856 #ifndef SIMULATOR
857 drivers/pcf50605.c
858 target/arm/ata-as-arm.S
859 target/arm/ata-pp5020.c
860 target/arm/wmcodec-pp.c
861 target/arm/i2s-pp.c
862 target/arm/ipod/adc-ipod-pcf.c
863 target/arm/ipod/backlight-nano_video.c
864 target/arm/ipod/button-clickwheel.c
865 target/arm/ipod/power-ipod.c
866 target/arm/ipod/powermgmt-ipod-pcf.c
867 target/arm/ipod/video/lcd-as-video.S
868 target/arm/ipod/video/lcd-video.c
869 target/arm/usb-fw-pp502x.c
870 #endif /* SIMULATOR */
871 #endif /* IPOD_VIDEO */
873 #ifdef IPOD_3G
874 #ifndef SIMULATOR
875 drivers/pcf50605.c
876 target/arm/ata-pp5002.c
877 target/arm/wmcodec-pp.c
878 target/arm/i2s-pp.c
879 target/arm/ipod/adc-ipod-pcf.c
880 target/arm/ipod/3g/backlight-3g.c
881 target/arm/ipod/button-1g-3g.c
882 target/arm/ipod/lcd-as-gray.S
883 target/arm/ipod/lcd-gray.c
884 target/arm/ipod/power-ipod.c
885 target/arm/ipod/powermgmt-ipod-pcf.c
886 target/arm/usb-fw-pp5002.c
887 #endif /* SIMULATOR */
888 #endif /* IPOD_3G */
890 #ifdef IPOD_1G2G
891 #ifndef SIMULATOR
892 target/arm/ata-pp5002.c
893 target/arm/wmcodec-pp.c
894 target/arm/i2s-pp.c
895 target/arm/ipod/1g2g/adc-ipod-1g2g.c
896 target/arm/ipod/1g2g/backlight-1g2g.c
897 target/arm/ipod/1g2g/powermgmt-1g2g.c
898 target/arm/ipod/button-1g-3g.c
899 target/arm/ipod/lcd-as-gray.S
900 target/arm/ipod/lcd-gray.c
901 target/arm/ipod/power-ipod.c
902 target/arm/usb-fw-pp5002.c
903 #endif /* SIMULATOR */
904 #endif /* IPOD_1G2G */
906 #ifdef IPOD_MINI
907 #ifndef SIMULATOR
908 drivers/pcf50605.c
909 target/arm/ata-as-arm.S
910 target/arm/ata-pp5020.c
911 target/arm/wmcodec-pp.c
912 target/arm/i2s-pp.c
913 target/arm/ipod/adc-ipod-pcf.c
914 target/arm/ipod/backlight-mini1g_mini2g.c
915 target/arm/ipod/button-mini1g.c
916 target/arm/ipod/lcd-as-gray.S
917 target/arm/ipod/lcd-gray.c
918 target/arm/ipod/power-ipod.c
919 target/arm/ipod/powermgmt-ipod-pcf.c
920 target/arm/usb-fw-pp502x.c
921 #endif /* SIMULATOR */
922 #endif /* IPOD_MINI */
924 #ifdef IPOD_MINI2G
925 #ifndef SIMULATOR
926 drivers/pcf50605.c
927 target/arm/ata-as-arm.S
928 target/arm/ata-pp5020.c
929 target/arm/wmcodec-pp.c
930 target/arm/i2s-pp.c
931 target/arm/ipod/adc-ipod-pcf.c
932 target/arm/ipod/backlight-mini1g_mini2g.c
933 target/arm/ipod/button-clickwheel.c
934 target/arm/ipod/lcd-as-gray.S
935 target/arm/ipod/lcd-gray.c
936 target/arm/ipod/power-ipod.c
937 target/arm/ipod/powermgmt-ipod-pcf.c
938 target/arm/usb-fw-pp502x.c
939 #endif /* SIMULATOR */
940 #endif /* IPOD_MINI2G */
942 #ifdef IRIVER_IFP7XX
943 #ifndef SIMULATOR
944 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
945 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
946 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
947 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
948 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
949 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
950 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
951 #ifndef BOOTLOADER
952 target/arm/pnx0101/pcm-pnx0101.c
953 #endif /* BOOTLOADER */
954 #endif /* SIMULATOR */
955 #endif /* IRIVER_IFP7XX */
957 #ifdef LOGIK_DAX
958 #ifndef SIMULATOR
959 target/arm/tcc77x/adc-tcc77x.c
960 target/arm/tcc77x/ata-nand-tcc77x.c
961 target/arm/tcc77x/kernel-tcc77x.c
962 target/arm/tcc77x/lcd-ssd1815.c
963 target/arm/tcc77x/powermgmt-tcc77x.c
964 target/arm/tcc77x/system-tcc77x.c
965 target/arm/tcc77x/timer-tcc77x.c
966 target/arm/tcc77x/usb-tcc77x.c
967 target/arm/tcc77x/logikdax/button-logikdax.c
968 target/arm/tcc77x/logikdax/power-logikdax.c
969 #ifndef BOOTLOADER
970 target/arm/tcc77x/debug-tcc77x.c
971 target/arm/tcc77x/pcm-tcc77x.c
972 #endif /* BOOTLOADER */
973 #endif /* SIMULATOR */
974 #endif /* LOGIK_DAX */
976 #ifdef SANSA_M200
977 #ifndef SIMULATOR
978 target/arm/tcc77x/adc-tcc77x.c
979 target/arm/tcc77x/ata-nand-tcc77x.c
980 target/arm/tcc77x/kernel-tcc77x.c
981 target/arm/tcc77x/lcd-ssd1815.c
982 target/arm/tcc77x/powermgmt-tcc77x.c
983 target/arm/tcc77x/system-tcc77x.c
984 target/arm/tcc77x/timer-tcc77x.c
985 target/arm/tcc77x/usb-tcc77x.c
986 target/arm/tcc77x/m200/button-m200.c
987 target/arm/tcc77x/m200/power-m200.c
988 #ifndef BOOTLOADER
989 target/arm/tcc77x/debug-tcc77x.c
990 target/arm/tcc77x/pcm-tcc77x.c
991 #endif /* BOOTLOADER */
992 #endif /* SIMULATOR */
993 #endif /* SANSA_M200 */
995 #ifdef SANSA_C100
996 #ifndef SIMULATOR
997 target/arm/tcc77x/adc-tcc77x.c
998 target/arm/tcc77x/ata-nand-tcc77x.c
999 target/arm/tcc77x/kernel-tcc77x.c
1000 target/arm/tcc77x/c100/lcd-S6B33B2.c
1001 target/arm/tcc77x/powermgmt-tcc77x.c
1002 target/arm/tcc77x/system-tcc77x.c
1003 target/arm/tcc77x/timer-tcc77x.c
1004 target/arm/tcc77x/usb-tcc77x.c
1005 target/arm/tcc77x/c100/button-c100.c
1006 target/arm/tcc77x/c100/power-c100.c
1007 #ifndef BOOTLOADER
1008 target/arm/tcc77x/debug-tcc77x.c
1009 target/arm/tcc77x/pcm-tcc77x.c
1010 #endif /* BOOTLOADER */
1011 #endif /* SIMULATOR */
1012 #endif /* SANSA_C100 */
1014 #ifdef IAUDIO_7
1015 #ifndef SIMULATOR
1016 target/arm/tcc77x/adc-tcc77x.c
1017 target/arm/tcc77x/ata-nand-tcc77x.c
1018 target/arm/tcc77x/system-tcc77x.c
1019 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1020 target/arm/tcc77x/iaudio7/power-iaudio7.c
1021 #endif /* SIMULATOR */
1022 #endif /* IAUDIO_7 */
1024 #ifdef COWON_D2
1025 #ifndef SIMULATOR
1026 drivers/pcf50606.c
1027 target/arm/lcd-as-memframe.S
1028 target/arm/tcc780x/adc-tcc780x.c
1029 target/arm/tcc780x/ata-nand-tcc780x.c
1030 target/arm/tcc780x/system-tcc780x.c
1031 target/arm/tcc780x/cowond2/button-cowond2.c
1032 target/arm/tcc780x/cowond2/lcd-cowond2.c
1033 target/arm/tcc780x/cowond2/power-cowond2.c
1034 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1035 target/arm/tcc780x/cowond2/usb-cowond2.c
1036 target/arm/tcc780x/cowond2/backlight-cowond2.c
1037 #ifndef BOOTLOADER
1038 target/arm/tcc780x/kernel-tcc780x.c
1039 target/arm/tcc780x/timer-tcc780x.c
1040 target/arm/wmcodec-telechips.c
1041 target/arm/tcc780x/debug-tcc780x.c
1042 target/arm/tcc780x/pcm-tcc780x.c
1043 target/arm/tcc780x/cowond2/audio-cowond2.c
1044 #endif /* BOOTLOADER */
1045 #endif /* SIMULATOR */
1046 #endif /* COWON_D2 */
1048 #ifdef MEIZU_M6SL
1049 target/arm/s5l8700/system-s5l8700.c
1050 target/arm/s5l8700/ata-nand-s5l8700.c
1051 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1052 #ifndef SIMULATOR
1053 #ifndef BOOTLOADER
1054 #endif /* BOOTLOADER */
1055 #endif /* SIMULATOR */
1056 #endif /* MEIZU_M6SL */