Add some screenshots for Sansa c200.
[Rockbox.git] / firmware / SOURCES
blob92e2c1d8c53c237b2f8d3f72e2fbd8c05bad53fd
1 ata_idle_notify.c
2 backlight.c
3 buffer.c
4 id3.c
5 powermgmt.c
6 system.c
7 usb.c
8 #ifdef ROCKBOX_HAS_LOGF
9 logf.c
10 #endif /* ROCKBOX_HAS_LOGF */
11 #ifndef SIMULATOR
12 #ifdef RB_PROFILE
13 profile.c
14 #endif /* RB_PROFILE */
15 kernel.c
16 rolo.c
17 thread.c
18 timer.c
19 #endif /* SIMULATOR */
20 panic.c
21 debug.c
23 /* Common */
24 common/atoi.c
25 common/crc32.c
26 #ifdef MI4_FORMAT
27 common/crc32-mi4.c
28 #endif
29 common/ctype.c
30 #ifndef SIMULATOR
31 common/dir_uncached.c
32 common/file.c
33 #endif /* SIMULATOR */
34 #ifdef HAVE_DIRCACHE
35 common/dircache.c
36 #endif /* HAVE_DIRCACHE */
37 common/disk.c
38 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
39 common/errno.c
40 #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
41 common/memcmp.c
42 common/memchr.c
43 common/qsort.c
44 common/random.c
45 common/sprintf.c
46 common/strcasecmp.c
47 common/strcasestr.c
48 common/strcat.c
49 common/strchr.c
50 common/strcmp.c
51 common/strcpy.c
52 common/strncmp.c
53 common/strncpy.c
54 common/strrchr.c
55 common/strtok.c
56 common/strstr.c
57 common/structec.c
58 common/timefuncs.c
59 common/unicode.c
61 /* Display */
62 scroll_engine.c
64 #ifdef HAVE_LCD_CHARCELLS
65 drivers/lcd-charcell.c
66 drivers/lcd-charset-player.c
67 #endif /* HAVE_LCD_CHARCELLS */
69 #ifdef HAVE_LCD_BITMAP
70 arabjoin.c
71 bidi.c
72 font_cache.c
73 font.c
74 hangul.c
75 lru.c
76 #if LCD_DEPTH == 1
77 drivers/lcd-1bit-vert.c
78 #elif LCD_DEPTH == 2
79 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
80 drivers/lcd-2bit-horz.c
81 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
82 drivers/lcd-2bit-vert.c
83 #endif /* LCD_PIXELFORMAT */
84 #elif LCD_DEPTH == 16
85 drivers/lcd-16bit.c
86 #endif /* LCD_DEPTH */
87 #endif /* HAVE_LCD_BITMAP */
89 #ifdef HAVE_REMOTE_LCD
90 #if LCD_REMOTE_DEPTH == 1
91 drivers/lcd-remote-1bit-v.c
92 #elif LCD_REMOTE_DEPTH == 2
93 drivers/lcd-remote-2bit-vi.c
94 #endif /* LCD_REMOTE_DEPTH */
95 #endif /* HAVE_REMOTE_LCD */
97 /* Misc. */
98 drivers/led.c
99 drivers/button.c
100 #ifndef SIMULATOR
101 drivers/dac.c
102 drivers/serial.c
103 #endif /* SIMULATOR */
106 /* Storage */
107 #ifndef SIMULATOR
108 #ifdef HAVE_MMC
109 drivers/ata_mmc.c
110 #else  /* !HAVE_MMC */
111 #ifdef HAVE_FLASH_DISK
112 drivers/ata_flash.c
113 #else  /* !HAVE_FLASH_DISK */
114 #if !defined(SANSA_E200) && !defined(SANSA_C200)
115 drivers/ata.c
116 #endif /* SANSA_E200 */
117 #endif /* HAVE_FLASH_DISK */
118 #endif /* HAVE_MMC */
119 drivers/fat.c
120 #ifdef HAVE_HOTSWAP
121 hotswap.c
122 #endif
123 #endif /* SIMULATOR */
125 /* EEPROM */
126 #ifdef HAVE_EEPROM
127 drivers/eeprom_24cxx.c
128 #ifdef HAVE_EEPROM_SETTINGS
129 eeprom_settings.c
130 #endif /* HAVE_EEPROM_SETTINGS */
131 #endif /* HAVE_EEPROM */
133 /* RTC */
134 #ifndef SIMULATOR
135 #if (CONFIG_RTC == RTC_M41ST84W)
136 drivers/rtc/rtc_m41st84w.c
137 #elif (CONFIG_RTC == RTC_PCF50606)
138 drivers/rtc/rtc_pcf50606.c
139 #elif (CONFIG_RTC == RTC_PCF50605)
140 drivers/rtc/rtc_pcf50605.c
141 #elif (CONFIG_RTC == RTC_E8564)
142 drivers/rtc/rtc_e8564.c
143 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
144 drivers/rtc/rtc_ds1339_ds3231.c
145 #elif (CONFIG_RTC == RTC_S3C2440)
146 drivers/rtc/rtc_s3c2440.c
147 #elif (CONFIG_RTC == RTC_AS3514)
148 drivers/rtc/rtc_as3514.c
149 #endif /* (CONFIG_RTC == RTC_) */
150 #endif /* SIMULATOR */
152 /* Tuner */
153 #if CONFIG_TUNER
154 tuner.c
155 #ifndef SIMULATOR
156 #if (CONFIG_TUNER & LV24020LP)
157 drivers/tuner/lv24020lp.c
158 #endif /* (CONFIG_TUNER & LV24020LP) */
159 #if (CONFIG_TUNER & S1A0903X01)
160 drivers/fmradio.c
161 drivers/tuner/s1a0903x01.c
162 #endif /* (CONFIG_TUNER & S1A0903X01) */
163 #if (CONFIG_TUNER & TEA5767)
164 drivers/fmradio_i2c.c
165 drivers/tuner/tea5767.c
166 #endif /* (CONFIG_TUNER & TEA5767) */
167 #endif /*SIMULATOR */
168 #endif /* CONFIG_TUNER */
170 /* Sound */
171 #if CONFIG_CODEC != SWCODEC
172 mp3_playback.c
173 #endif /* CONFIG_CODEC != SWCODEC */
174 mp3data.c
175 sound.c
177 #if CONFIG_CODEC == SWCODEC
179 #ifndef BOOTLOADER
180 general.c
181 pcm_sampr.c
182 replaygain.c
183 #ifndef SIMULATOR
184 pcm_playback.c
185 #endif /* SIMULATOR */
186 #ifdef HAVE_RECORDING
187 enc_base.c
188 #ifndef SIMULATOR
189 pcm_record.c
190 #endif /* SIMULATOR */
191 #endif /* HAVE_RECORDING */
192 #endif /* BOOTLOADER */
194 #else  /* !SWCODEC */
196 #ifndef BOOTLOADER
197 mpeg.c
198 #ifndef SIMULATOR
199 drivers/mas.c
200 #endif /* SIMULATOR */
201 #endif /* BOOTLOADER */
203 #endif /* SWCODEC */
205 /* Audio codec */
206 #ifndef SIMULATOR
207 #if defined(HAVE_UDA1380)
208 drivers/audio/uda1380.c
209 #elif defined(HAVE_WM8751)
210 drivers/audio/wm8751.c
211 #elif defined(HAVE_WM8975)
212 drivers/audio/wm8975.c
213 #elif defined(HAVE_WM8758)
214 drivers/audio/wm8758.c
215 #elif defined(HAVE_WM8731) || defined(HAVE_WM8721)
216 drivers/audio/wm8731l.c
217 #elif defined(HAVE_AS3514)
218 drivers/audio/as3514.c
219 #elif defined(HAVE_TLV320)
220 drivers/audio/tlv320.c
221 #elif defined(HAVE_MAS35XX)
222 drivers/audio/mas35xx.c
223 #endif /* defined(HAVE_*) */
224 #endif /* SIMULATOR */
226 /* USB Stack */
227 #if !defined(SIMULATOR)
228 #ifdef HAVE_USBSTACK
229 usbstack/core/core.c
230 usbstack/core/epsetup.c
231 usbstack/core/utils.c
232 usbstack/core/config.c
233 usbstack/drivers/device/usb_serial.c
234 usbstack/drivers/device/usb_storage.c
235 #endif
236 #endif
238 /* USBOTG */
239 #if !defined(SIMULATOR)
240 #if CONFIG_USBOTG == USBOTG_ISP1362
241 drivers/isp1362.c
242 #endif
243 #if defined(SANSA_E200) || defined(SANSA_C200) || !defined(BOOTLOADER)
244 #if CONFIG_USBOTG == USBOTG_M5636
245 drivers/m5636.c
246 #elif CONFIG_USBOTG == USBOTG_ARC
247 #ifdef HAVE_USBSTACK
248 drivers/usb/arcotg_dcd.c
249 #else
250 drivers/usb/arcotg_udc.c
251 #endif
252 #endif /* CONFIG_USBOTG */
253 #endif /* !defined(BOOTLOADER) */
254 #endif /* !defined(SIMULATOR) */
256 /* CPU Specific - By class then particular chip if applicable */
257 #if defined(CPU_SH)
259 #ifndef SIMULATOR
260 bitswap.S
261 descramble.S
262 drivers/i2c.c
263 target/sh/adc-sh.c
264 target/sh/crt0.S
265 target/sh/memcpy-sh.S
266 target/sh/memmove-sh.S
267 target/sh/memset-sh.S
268 target/sh/strlen-sh.S
269 target/sh/system-sh.c
270 #endif /* SIMULATOR */
272 #elif defined(CPU_COLDFIRE)
274 #ifndef SIMULATOR
275 target/coldfire/crt0.S
276 target/coldfire/memcpy-coldfire.S
277 target/coldfire/memmove-coldfire.S
278 target/coldfire/memset-coldfire.S
279 target/coldfire/memswap128-coldfire.S
280 target/coldfire/strlen-coldfire.S
281 #if defined(HAVE_LCD_COLOR) \
282  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
283 target/coldfire/memset16-coldfire.S
284 #endif
285 target/coldfire/system-coldfire.c
286 #ifndef BOOTLOADER
287 target/coldfire/pcm-coldfire.c
288 #endif /* BOOTLOADER */
289 #if CONFIG_I2C == I2C_COLDFIRE
290 target/coldfire/i2c-coldfire.c
291 #endif /* CONFIG_I2C == I2C_COLDFIRE */
292 #endif /* SIMULATOR */
294 #elif defined(CPU_PP) || defined(CPU_ARM)
295 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
296 target/arm/memcpy-arm.S
297 target/arm/memmove-arm.S
298 common/strlen.c
299 #ifndef SIMULATOR
300 target/arm/memset-arm.S
301 target/arm/memset16-arm.S
302 target/arm/memswap128-arm.S
303 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
304 target/arm/i2c-pp.c
305 #elif CONFIG_I2C == I2C_PNX0101
306 target/arm/pnx0101/i2c-pnx0101.c
307 #elif CONFIG_I2C == I2C_S3C2440
308 /* no i2c driver yet */
309 #endif
310 #if CONFIG_CPU == PNX0101
311 target/arm/pnx0101/system-pnx0101.c
312 #endif
313 #if defined(CPU_PP)
314 #if CONFIG_CPU == PP5002
315 target/arm/system-pp5002.c
316 #elif defined CPU_PP502x
317 target/arm/system-pp502x.c
318 #endif
319 #ifdef BOOTLOADER
320 target/arm/crt0-pp-bl.S
321 #else
322 target/arm/pcm-pp.c
323 #if !defined(SANSA_E200) && !defined(SANSA_C200)
324 target/arm/audio-pp.c
325 #endif /* SANSA_E200 */
326 target/arm/crt0-pp.S
327 #endif
328 #elif CONFIG_CPU == PNX0101
329 target/arm/pnx0101/crt0-pnx0101.S
330 #elif defined(CPU_ARM)
331 target/arm/crt0.S
332 #endif /* defined(CPU_*) */
333 #endif /* SIMULATOR */
335 #else
337 common/memcpy.c
338 common/memmove.c
339 common/memset.c
340 common/memset16.c
341 common/memswap128.c
342 common/strlen.c
343 #ifndef SIMULATOR
344 crt0.S
345 drivers/i2c.c
346 #endif /* SIMULATOR */
348 #endif /* defined(CPU_*) */
350 #ifdef ARCHOS_PLAYER
351 #ifndef SIMULATOR
352 target/sh/archos/ata-archos.c
353 target/sh/archos/ata-as-archos.S
354 target/sh/archos/player/button-player.c
355 target/sh/archos/player/hwcompat-player.c
356 target/sh/archos/player/lcd-as-player.S
357 target/sh/archos/player/lcd-player.c
358 target/sh/archos/player/power-player.c
359 target/sh/archos/player/powermgmt-player.c
360 target/sh/archos/player/usb-player.c
361 #endif /* SIMULATOR */
362 #endif /* ARCHOS_PLAYER */
364 #ifdef ARCHOS_RECORDER
365 #ifndef SIMULATOR
366 target/sh/archos/ata-archos.c
367 target/sh/archos/ata-as-archos.S
368 target/sh/archos/lcd-archos-bitmap.c
369 target/sh/archos/lcd-as-archos-bitmap.S   
370 target/sh/archos/recorder/button-recorder.c
371 target/sh/archos/recorder/power-recorder.c
372 target/sh/archos/recorder/powermgmt-recorder.c
373 target/sh/archos/recorder/usb-recorder.c
374 #endif /* SIMULATOR */
375 #endif /* ARCHOS_RECORDER */
377 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
378 #ifndef SIMULATOR
379 target/sh/archos/ata-archos.c
380 target/sh/archos/ata-as-archos.S
381 target/sh/archos/lcd-archos-bitmap.c
382 target/sh/archos/lcd-as-archos-bitmap.S
383 target/sh/archos/fm_v2/button-fm_v2.c
384 target/sh/archos/fm_v2/power-fm_v2.c
385 target/sh/archos/fm_v2/powermgmt-fm_v2.c
386 target/sh/archos/fm_v2/usb-fm_v2.c
387 #endif /* SIMULATOR */
388 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
390 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
391 #ifndef SIMULATOR
392 target/sh/archos/lcd-archos-bitmap.c
393 target/sh/archos/lcd-as-archos-bitmap.S
394 target/sh/archos/ondio/button-ondio.c
395 target/sh/archos/ondio/power-ondio.c
396 target/sh/archos/ondio/powermgmt-ondio.c
397 target/sh/archos/ondio/usb-ondio.c
398 #endif /* SIMULATOR */
399 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
401 #ifdef SANSA_E200
402 #ifndef SIMULATOR
403 target/arm/sandisk/ata-c200_e200.c
404 target/arm/sandisk/sansa-e200/lcd-e200.c
405 target/arm/sandisk/sansa-e200/lcd-as-e200.S
406 target/arm/sandisk/adc-c200_e200.c
407 target/arm/sandisk/backlight-c200_e200.c
408 target/arm/usb-fw-pp502x.c
409 target/arm/sandisk/sansa-e200/button-e200.c
410 target/arm/sandisk/power-c200_e200.c
411 target/arm/sandisk/sansa-e200/powermgmt-e200.c
412 target/arm/i2s-pp.c
413 #ifndef BOOTLOADER
414 target/arm/sandisk/audio-c200_e200.c
415 #endif /* BOOTLOADER */
416 #endif /* SIMULATOR */
417 #endif /* SANSA_E200 */
419 #ifdef SANSA_C200
420 #ifndef SIMULATOR
421 target/arm/sandisk/ata-c200_e200.c
422 target/arm/sandisk/sansa-c200/lcd-c200.c
423 target/arm/sandisk/adc-c200_e200.c
424 target/arm/sandisk/backlight-c200_e200.c
425 target/arm/usb-fw-pp502x.c
426 target/arm/sandisk/sansa-c200/button-c200.c
427 target/arm/sandisk/power-c200_e200.c
428 target/arm/sandisk/sansa-c200/powermgmt-c200.c
429 target/arm/i2s-pp.c
430 #ifndef BOOTLOADER
431 target/arm/sandisk/audio-c200_e200.c
432 #endif /* BOOTLOADER */
433 #endif /* SIMULATOR */
434 #endif /* SANSA_C200 */
436 #ifdef IAUDIO_X5
437 #ifndef SIMULATOR
438 target/coldfire/ata-as-coldfire.S
439 target/coldfire/pcf50606-coldfire.c
440 target/coldfire/iaudio/adc-iaudio.c
441 target/coldfire/iaudio/ata-iaudio.c
442 target/coldfire/iaudio/lcd-remote-iaudio.c
443 target/coldfire/iaudio/pcf50606-iaudio.c
444 target/coldfire/iaudio/powermgmt-iaudio.c
445 target/coldfire/iaudio/system-iaudio.c
446 target/coldfire/iaudio/usb-iaudio.c
447 target/coldfire/iaudio/x5/backlight-x5.c
448 target/coldfire/iaudio/x5/button-x5.c
449 target/coldfire/iaudio/x5/ds2411-x5.c
450 target/coldfire/iaudio/x5/lcd-as-x5.S
451 target/coldfire/iaudio/x5/lcd-x5.c
452 target/coldfire/iaudio/x5/m5636-x5.c
453 target/coldfire/iaudio/x5/power-x5.c
454 #ifndef BOOTLOADER
455 target/coldfire/iaudio/x5/audio-x5.c
456 #endif
457 #endif /* SIMULATOR */
458 #endif /* IAUDIO_X5 */
460 #ifdef IAUDIO_M5
461 #ifndef SIMULATOR
462 target/coldfire/ata-as-coldfire.S
463 target/coldfire/pcf50606-coldfire.c
464 target/coldfire/iaudio/adc-iaudio.c
465 target/coldfire/iaudio/ata-iaudio.c
466 target/coldfire/iaudio/lcd-remote-iaudio.c
467 target/coldfire/iaudio/m5/backlight-m5.c
468 target/coldfire/iaudio/m5/button-m5.c
469 target/coldfire/iaudio/m5/lcd-as-m5.S
470 target/coldfire/iaudio/m5/lcd-m5.c
471 target/coldfire/iaudio/m5/power-m5.c
472 target/coldfire/iaudio/pcf50606-iaudio.c
473 target/coldfire/iaudio/powermgmt-iaudio.c
474 target/coldfire/iaudio/system-iaudio.c
475 target/coldfire/iaudio/usb-iaudio.c
476 #ifndef BOOTLOADER
477 target/coldfire/iaudio/m5/audio-m5.c
478 #endif
479 #endif /* SIMULATOR */
480 #endif /* IAUDIO_M5 */
482 #ifdef IRIVER_IFP7XX_SERIES
483 #ifdef STUB
484 usb_serial.c
485 common/sscanf.c
486 #endif /* STUB */
487 #endif /* IRIVER_IFP7XX_SERIES */
489 #ifdef IRIVER_H300_SERIES
490 #ifndef SIMULATOR
491 target/coldfire/ata-as-coldfire.S
492 target/coldfire/pcf50606-coldfire.c
493 target/coldfire/iriver/ata-iriver.c
494 target/coldfire/iriver/lcd-remote-iriver.c
495 target/coldfire/iriver/system-iriver.c
496 target/coldfire/iriver/h300/sw_i2c-h300.c
497 target/coldfire/iriver/h300/adc-h300.c
498 target/coldfire/iriver/h300/backlight-h300.c
499 target/coldfire/iriver/h300/button-h300.c
500 target/coldfire/iriver/h300/pcf50606-h300.c
501 target/coldfire/iriver/h300/lcd-as-h300.S
502 target/coldfire/iriver/h300/lcd-h300.c
503 target/coldfire/iriver/h300/power-h300.c
504 target/coldfire/iriver/h300/powermgmt-h300.c
505 target/coldfire/iriver/h300/usb-h300.c
506 #ifndef BOOTLOADER
507 target/coldfire/iriver/audio-iriver.c
508 #endif
509 #endif /* SIMULATOR */
510 #endif /* IRIVER_H300_SERIES */
512 #ifdef IRIVER_H100_SERIES
513 #ifndef SIMULATOR
514 target/coldfire/ata-as-coldfire.S
515 target/coldfire/iriver/ata-iriver.c
516 target/coldfire/iriver/lcd-remote-iriver.c
517 target/coldfire/iriver/system-iriver.c
518 target/coldfire/iriver/h100/sw_i2c-h100.c
519 target/coldfire/iriver/h100/adc-h100.c
520 target/coldfire/iriver/h100/backlight-h100.c
521 target/coldfire/iriver/h100/button-h100.c
522 target/coldfire/iriver/h100/lcd-as-h100.S
523 target/coldfire/iriver/h100/lcd-h100.c
524 target/coldfire/iriver/h100/power-h100.c
525 target/coldfire/iriver/h100/powermgmt-h100.c
526 #ifndef BOOTLOADER
527 target/coldfire/iriver/audio-iriver.c
528 target/coldfire/iriver/h100/spdif-h100.c
529 #endif
530 target/coldfire/iriver/h100/usb-h100.c
531 #endif /* SIMULATOR */
532 #endif /* IRIVER_H100_SERIES */
534 #ifdef IRIVER_H10
535 #ifndef SIMULATOR
536 target/arm/ata-as-arm.S
537 target/arm/ata-pp5020.c
538 target/arm/wmcodec-pp.c
539 target/arm/i2s-pp.c
540 target/arm/iriver/h10/adc-h10.c
541 target/arm/iriver/h10/backlight-h10.c
542 target/arm/iriver/h10/button-h10.c
543 target/arm/iriver/h10/lcd-h10_20gb.c
544 target/arm/iriver/h10/power-h10.c
545 target/arm/iriver/h10/powermgmt-h10.c
546 target/arm/usb-fw-pp502x.c
547 #endif /* SIMULATOR */
548 #endif /* IRIVER_H10 */
550 #ifdef IRIVER_H10_5GB
551 #ifndef SIMULATOR
552 target/arm/ata-as-arm.S
553 target/arm/ata-pp5020.c
554 target/arm/wmcodec-pp.c
555 target/arm/i2s-pp.c
556 target/arm/iriver/h10/adc-h10.c
557 target/arm/iriver/h10/backlight-h10.c
558 target/arm/iriver/h10/button-h10.c
559 target/arm/iriver/h10/lcd-h10_5gb.c
560 target/arm/iriver/h10/power-h10.c
561 target/arm/iriver/h10/powermgmt-h10.c
562 target/arm/usb-fw-pp502x.c
563 #endif /* SIMULATOR */
564 #endif /* IRIVER_H10_5GB */
566 #ifdef GIGABEAT_F
567 #ifndef SIMULATOR
568 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
569 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
570 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
571 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
572 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
573 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
574 target/arm/s3c2440/gigabeat-fx/lcd-as-meg-fx.S
575 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
576 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
577 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
578 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
579 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
580 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
581 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
582 target/arm/s3c2440/gigabeat-fx/dma_start.c
583 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
584 target/arm/s3c2440/gigabeat-fx/mmu-meg-fx.c
585 #ifndef BOOTLOADER
586 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
587 #endif
588 #endif /* SIMULATOR */
589 #endif /* GIGABEAT_F */
591 #ifdef GIGABEAT_S
592 #ifndef SIMULATOR
593 target/arm/imx31/gigabeat-s/adc-imx31.c
594 target/arm/imx31/gigabeat-s/ata-imx31.c
595 target/arm/imx31/gigabeat-s/backlight-imx31.c
596 target/arm/imx31/gigabeat-s/button-imx31.c
597 target/arm/imx31/gigabeat-s/i2c-imx31.c
598 target/arm/imx31/gigabeat-s/i2s-imx31.c
599 target/arm/imx31/gigabeat-s/lcd-as-imx31.S
600 target/arm/imx31/gigabeat-s/lcd-imx31.c
601 target/arm/imx31/gigabeat-s/power-imx31.c
602 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
603 target/arm/imx31/gigabeat-s/usb-imx31.c
604 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
605 target/arm/imx31/gigabeat-s/dma_start.c
606 target/arm/imx31/gigabeat-s/system-imx31.c
607 target/arm/imx31/gigabeat-s/mmu-imx31.c
608 target/arm/imx31/gigabeat-s/avic-imx31.c
609 target/arm/imx31/gigabeat-s/spi-imx31.c
610 #ifndef BOOTLOADER
611 target/arm/imx31/gigabeat-fx/pcm-imx31.c
612 #endif
613 #endif /* SIMULATOR */
614 #endif /* GIGABEAT_S */
616 #ifdef MROBE_500
617 #ifndef SIMULATOR
618 target/arm/olympus/mrobe-500/adc-mr500.c
619 target/arm/olympus/mrobe-500/ata-mr500.c
620 target/arm/olympus/mrobe-500/backlight-mr500.c
621 target/arm/olympus/mrobe-500/button-mr500.c
622 target/arm/olympus/mrobe-500/kernel-mr500.c
623 target/arm/olympus/mrobe-500/lcd-mr500.c
624 target/arm/olympus/mrobe-500/power-mr500.c
625 target/arm/olympus/mrobe-500/system-mr500.c
626 target/arm/olympus/mrobe-500/timer-mr500.c
627 target/arm/olympus/mrobe-500/usb-mr500.c
628 target/arm/olympus/mrobe-500/uart-mr500.c
629 target/arm/olympus/mrobe-500/spi-mr500.c
630 #ifndef BOOTLOADER
632 #endif
633 #endif /* SIMULATOR */
634 #endif /* MROBE_500 */
636 #ifdef ELIO_TPJ1022
637 #ifndef SIMULATOR
638 target/arm/ata-as-arm.S
639 target/arm/ata-pp5020.c
640 target/arm/wmcodec-pp.c
641 target/arm/i2s-pp.c
642 target/arm/tatung/tpj1022/adc-tpj1022.c
643 target/arm/tatung/tpj1022/backlight-tpj1022.c
644 target/arm/tatung/tpj1022/button-tpj1022.c
645 target/arm/tatung/tpj1022/lcd-tpj1022.c
646 target/arm/tatung/tpj1022/power-tpj1022.c
647 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
648 target/arm/usb-fw-pp502x.c
649 #endif /* SIMULATOR */
650 #endif /* ELIO_TPJ1022 */
652 #ifdef IPOD_4G
653 #ifndef SIMULATOR
654 drivers/pcf50605.c
655 target/arm/wmcodec-pp.c
656 target/arm/i2s-pp.c
657 target/arm/ata-as-arm.S
658 target/arm/ata-pp5020.c
659 target/arm/ipod/adc-ipod-pcf.c
660 target/arm/ipod/backlight-4g_color.c
661 target/arm/ipod/button-clickwheel.c
662 target/arm/ipod/lcd-gray.c
663 target/arm/ipod/power-ipod.c
664 target/arm/ipod/powermgmt-ipod-pcf.c
665 target/arm/usb-fw-pp502x.c
666 #endif /* SIMULATOR */
667 #endif /* IPOD_4G */
669 #ifdef IPOD_COLOR
670 #ifndef SIMULATOR
671 drivers/pcf50605.c
672 target/arm/ata-as-arm.S
673 target/arm/ata-pp5020.c
674 target/arm/wmcodec-pp.c
675 target/arm/i2s-pp.c
676 target/arm/ipod/adc-ipod-pcf.c
677 target/arm/ipod/backlight-4g_color.c
678 target/arm/ipod/button-clickwheel.c
679 target/arm/ipod/lcd-color_nano.c
680 target/arm/ipod/power-ipod.c
681 target/arm/ipod/powermgmt-ipod-pcf.c
682 target/arm/usb-fw-pp502x.c
683 #endif /* SIMULATOR */
684 #endif /* IPOD_COLOR */
686 #ifdef IPOD_NANO
687 #ifndef SIMULATOR
688 drivers/pcf50605.c
689 target/arm/ata-as-arm.S
690 target/arm/ata-pp5020.c
691 target/arm/wmcodec-pp.c
692 target/arm/i2s-pp.c
693 target/arm/ipod/adc-ipod-pcf.c
694 target/arm/ipod/backlight-nano_video.c
695 target/arm/ipod/button-clickwheel.c
696 target/arm/ipod/lcd-color_nano.c
697 target/arm/ipod/power-ipod.c
698 target/arm/ipod/powermgmt-ipod-pcf.c
699 target/arm/usb-fw-pp502x.c
700 #endif /* SIMULATOR */
701 #endif /* IPOD_NANO */
703 #ifdef IPOD_VIDEO
704 #ifndef SIMULATOR
705 drivers/pcf50605.c
706 target/arm/ata-as-arm.S
707 target/arm/ata-pp5020.c
708 target/arm/wmcodec-pp.c
709 target/arm/i2s-pp.c
710 target/arm/ipod/adc-ipod-pcf.c
711 target/arm/ipod/backlight-nano_video.c
712 target/arm/ipod/button-clickwheel.c
713 target/arm/ipod/power-ipod.c
714 target/arm/ipod/powermgmt-ipod-pcf.c
715 target/arm/ipod/video/lcd-video.c
716 target/arm/usb-fw-pp502x.c
717 #endif /* SIMULATOR */
718 #endif /* IPOD_VIDEO */
720 #ifdef IPOD_3G
721 #ifndef SIMULATOR
722 drivers/pcf50605.c
723 target/arm/ata-pp5002.c
724 target/arm/wmcodec-pp.c
725 target/arm/i2s-pp.c
726 target/arm/ipod/adc-ipod-pcf.c
727 target/arm/ipod/3g/backlight-3g.c
728 target/arm/ipod/button-1g-3g.c
729 target/arm/ipod/lcd-gray.c
730 target/arm/ipod/power-ipod.c
731 target/arm/ipod/powermgmt-ipod-pcf.c
732 target/arm/usb-fw-pp5002.c
733 #endif /* SIMULATOR */
734 #endif /* IPOD_3G */
736 #ifdef IPOD_1G2G
737 #ifndef SIMULATOR
738 target/arm/ata-pp5002.c
739 target/arm/wmcodec-pp.c
740 target/arm/i2s-pp.c
741 target/arm/ipod/1g2g/adc-ipod-1g2g.c
742 target/arm/ipod/1g2g/backlight-1g2g.c
743 target/arm/ipod/1g2g/powermgmt-1g2g.c
744 target/arm/ipod/button-1g-3g.c
745 target/arm/ipod/lcd-gray.c
746 target/arm/ipod/power-ipod.c
747 target/arm/usb-fw-pp5002.c
748 #endif /* SIMULATOR */
749 #endif /* IPOD_1G2G */
751 #ifdef IPOD_MINI
752 #ifndef SIMULATOR
753 drivers/pcf50605.c
754 target/arm/ata-as-arm.S
755 target/arm/ata-pp5020.c
756 target/arm/wmcodec-pp.c
757 target/arm/i2s-pp.c
758 target/arm/ipod/adc-ipod-pcf.c
759 target/arm/ipod/backlight-mini1g_mini2g.c
760 target/arm/ipod/button-mini1g.c
761 target/arm/ipod/lcd-gray.c
762 target/arm/ipod/power-ipod.c
763 target/arm/ipod/powermgmt-ipod-pcf.c
764 target/arm/usb-fw-pp502x.c
765 #endif /* SIMULATOR */
766 #endif /* IPOD_MINI */
768 #ifdef IPOD_MINI2G
769 #ifndef SIMULATOR
770 drivers/pcf50605.c
771 target/arm/ata-as-arm.S
772 target/arm/ata-pp5020.c
773 target/arm/wmcodec-pp.c
774 target/arm/i2s-pp.c
775 target/arm/ipod/adc-ipod-pcf.c
776 target/arm/ipod/backlight-mini1g_mini2g.c
777 target/arm/ipod/button-clickwheel.c
778 target/arm/ipod/lcd-gray.c
779 target/arm/ipod/power-ipod.c
780 target/arm/ipod/powermgmt-ipod-pcf.c
781 target/arm/usb-fw-pp502x.c
782 #endif /* SIMULATOR */
783 #endif /* IPOD_MINI2G */
785 #ifdef IRIVER_IFP7XX
786 #ifndef SIMULATOR
787 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
788 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
789 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
790 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
791 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
792 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
793 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
794 #ifndef BOOTLOADER
795 target/arm/pnx0101/pcm-pnx0101.c
796 #endif
797 #endif
798 #endif