mrobe 100: real time clock (if anybody recognises the RTC chip let me know)
[Rockbox.git] / firmware / SOURCES
blob9330576145f3dbb2e9123a70d46bbfe25607870a
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) && !defined(LOGIK_DAX) && !defined(IAUDIO_7) && !defined(COWON_D2)
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 #elif (CONFIG_RTC == RTC_RX5X348AB)
150 drivers/rtc/rtc_rx5x348ab.c
151 #elif (CONFIG_RTC == RTC_MR100)
152 drivers/rtc/rtc_mr100.c
153 #endif /* (CONFIG_RTC == RTC_) */
154 #endif /* SIMULATOR */
156 /* Tuner */
157 #if CONFIG_TUNER
158 tuner.c
159 #ifndef SIMULATOR
160 #if (CONFIG_TUNER & LV24020LP)
161 drivers/tuner/lv24020lp.c
162 #endif /* (CONFIG_TUNER & LV24020LP) */
163 #if (CONFIG_TUNER & S1A0903X01)
164 drivers/fmradio.c
165 drivers/tuner/s1a0903x01.c
166 #endif /* (CONFIG_TUNER & S1A0903X01) */
167 #if (CONFIG_TUNER & TEA5767)
168 drivers/tuner/tea5767.c
169 #endif /* (CONFIG_TUNER & TEA5767) */
170 #endif /*SIMULATOR */
171 #endif /* CONFIG_TUNER */
173 /* Sound */
174 #if CONFIG_CODEC != SWCODEC
175 mp3_playback.c
176 #endif /* CONFIG_CODEC != SWCODEC */
177 mp3data.c
178 sound.c
180 #if CONFIG_CODEC == SWCODEC
182 #ifndef BOOTLOADER
183 general.c
184 pcm_sampr.c
185 replaygain.c
186 pcm.c
187 #ifdef HAVE_RECORDING
188 enc_base.c
189 #ifndef SIMULATOR
190 pcm_record.c
191 #endif /* SIMULATOR */
192 #endif /* HAVE_RECORDING */
193 #endif /* BOOTLOADER */
195 #else  /* !SWCODEC */
197 #ifndef BOOTLOADER
198 mpeg.c
199 #ifndef SIMULATOR
200 drivers/mas.c
201 #endif /* SIMULATOR */
202 #endif /* BOOTLOADER */
204 #endif /* SWCODEC */
206 /* Audio codec */
207 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
208 #if defined(HAVE_UDA1380)
209 drivers/audio/uda1380.c
210 #elif defined(HAVE_WM8751)
211 drivers/audio/wm8751.c
212 #elif defined(HAVE_WM8975) || defined(HAVE_WM8978)
213 drivers/audio/wm8975.c
214 #elif defined(HAVE_WM8985)
215 drivers/audio/wm8985.c
216 #elif defined(HAVE_WM8758)
217 drivers/audio/wm8758.c
218 #elif defined(HAVE_WM8721)
219 drivers/audio/wm8721.c
220 #elif defined(HAVE_WM8731)
221 drivers/audio/wm8731.c
222 #elif defined(HAVE_AS3514)
223 drivers/audio/as3514.c
224 #elif defined(HAVE_TLV320)
225 drivers/audio/tlv320.c
226 #elif defined(HAVE_MAS35XX)
227 drivers/audio/mas35xx.c
228 #endif /* defined(HAVE_*) */
229 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
231 /* USB Stack */
232 #if !defined(SIMULATOR)
233 #ifdef HAVE_USBSTACK
234 usbstack/usb_core.c
235 usbstack/usb_storage.c
236 usbstack/usb_serial.c
237 usbstack/usb_benchmark.c
238 #ifdef CPU_PP502x
239 target/arm/usb-drv-pp502x.c
240 #endif
241 #else /* !defined(HAVE_USBSTACK) */
242 #if CONFIG_USBOTG == USBOTG_ISP1362      
243 drivers/isp1362.c        
244 #elif CONFIG_USBOTG == USBOTG_M5636      
245 drivers/m5636.c
246 #endif
247 #endif /* !defined(HAVE_USBSTACK) */
248 #endif /* !defined(SIMULATOR) */
250 /* Other Random Hardware */
251 #ifdef HAVE_TSC2100
252 drivers/tsc2100.c
253 #endif
255 /* CPU Specific - By class then particular chip if applicable */
256 #if defined(CPU_SH)
258 #ifndef SIMULATOR
259 bitswap.S
260 descramble.S
261 drivers/i2c.c
262 target/sh/adc-sh.c
263 target/sh/crt0.S
264 target/sh/memcpy-sh.S
265 target/sh/memmove-sh.S
266 target/sh/memset-sh.S
267 target/sh/strlen-sh.S
268 target/sh/system-sh.c
269 #endif /* SIMULATOR */
271 #elif defined(CPU_COLDFIRE)
273 #ifndef SIMULATOR
274 target/coldfire/crt0.S
275 target/coldfire/memcpy-coldfire.S
276 target/coldfire/memmove-coldfire.S
277 target/coldfire/memset-coldfire.S
278 target/coldfire/strlen-coldfire.S
279 #if defined(HAVE_LCD_COLOR) \
280  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
281 target/coldfire/memset16-coldfire.S
282 #endif
283 target/coldfire/system-coldfire.c
284 #ifndef BOOTLOADER
285 target/coldfire/pcm-coldfire.c
286 #endif /* BOOTLOADER */
287 #if CONFIG_I2C == I2C_COLDFIRE
288 target/coldfire/i2c-coldfire.c
289 #endif /* CONFIG_I2C == I2C_COLDFIRE */
290 #endif /* SIMULATOR */
292 #elif defined(CPU_PP) || defined(CPU_ARM)
293 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
294 target/arm/memcpy-arm.S
295 target/arm/memmove-arm.S
296 common/strlen.c
297 #ifndef SIMULATOR
298 target/arm/memset-arm.S
299 target/arm/memset16-arm.S
300 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
301 target/arm/i2c-pp.c
302 #elif CONFIG_I2C == I2C_PNX0101
303 target/arm/pnx0101/i2c-pnx0101.c
304 #elif CONFIG_I2C == I2C_TCC780X
305 target/arm/i2c-telechips.c
306 #elif CONFIG_I2C == I2C_S3C2440
307 /* no i2c driver yet */
308 #endif
309 #if CONFIG_CPU == PNX0101
310 target/arm/pnx0101/system-pnx0101.c
311 #endif
312 #if defined(CPU_PP)
313 #if CONFIG_CPU == PP5002
314 target/arm/system-pp5002.c
315 #elif defined CPU_PP502x
316 target/arm/system-pp502x.c
317 #endif
318 #ifdef BOOTLOADER
319 target/arm/crt0-pp-bl.S
320 #else
321 target/arm/pcm-pp.c
322 #if !defined(SANSA_E200) && !defined(SANSA_C200)
323 target/arm/audio-pp.c
324 #endif /* SANSA_E200 */
325 target/arm/crt0-pp.S
326 #endif
327 #elif CONFIG_CPU == PNX0101
328 target/arm/pnx0101/crt0-pnx0101.S
329 #elif CONFIG_CPU==DM320
330 target/arm/tms320dm320/crt0.S
331 #elif CONFIG_CPU==S3C2440
332 target/arm/s3c2440/crt0.S
333 #elif defined(CPU_TCC77X)
334 target/arm/tcc77x/crt0.S
335 #elif defined(CPU_TCC780X)
336 target/arm/tcc780x/crt0.S
337 #elif CONFIG_CPU==IMX31L
338 target/arm/imx31/crt0.S
339 #elif defined(CPU_ARM)
340 target/arm/crt0.S
341 #endif /* defined(CPU_*) */
342 #endif /* SIMULATOR */
344 #else
346 common/memcpy.c
347 common/memmove.c
348 common/memset.c
349 common/memset16.c
350 common/strlen.c
351 #ifndef SIMULATOR
352 crt0.S
353 drivers/i2c.c
354 #endif /* SIMULATOR */
356 #endif /* defined(CPU_*) */
358 #ifdef ARCHOS_PLAYER
359 #ifndef SIMULATOR
360 target/sh/archos/ata-archos.c
361 target/sh/archos/ata-as-archos.S
362 target/sh/archos/player/button-player.c
363 target/sh/archos/player/hwcompat-player.c
364 target/sh/archos/player/lcd-as-player.S
365 target/sh/archos/player/lcd-player.c
366 target/sh/archos/player/power-player.c
367 target/sh/archos/player/powermgmt-player.c
368 target/sh/archos/player/usb-player.c
369 #endif /* SIMULATOR */
370 #endif /* ARCHOS_PLAYER */
372 #ifdef ARCHOS_RECORDER
373 #ifndef SIMULATOR
374 target/sh/archos/ata-archos.c
375 target/sh/archos/ata-as-archos.S
376 target/sh/archos/lcd-archos-bitmap.c
377 target/sh/archos/lcd-as-archos-bitmap.S   
378 target/sh/archos/recorder/button-recorder.c
379 target/sh/archos/recorder/power-recorder.c
380 target/sh/archos/recorder/powermgmt-recorder.c
381 target/sh/archos/recorder/usb-recorder.c
382 #endif /* SIMULATOR */
383 #endif /* ARCHOS_RECORDER */
385 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
386 #ifndef SIMULATOR
387 target/sh/archos/ata-archos.c
388 target/sh/archos/ata-as-archos.S
389 target/sh/archos/lcd-archos-bitmap.c
390 target/sh/archos/lcd-as-archos-bitmap.S
391 target/sh/archos/fm_v2/button-fm_v2.c
392 target/sh/archos/fm_v2/power-fm_v2.c
393 target/sh/archos/fm_v2/powermgmt-fm_v2.c
394 target/sh/archos/fm_v2/usb-fm_v2.c
395 #endif /* SIMULATOR */
396 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
398 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
399 #ifndef SIMULATOR
400 target/sh/archos/lcd-archos-bitmap.c
401 target/sh/archos/lcd-as-archos-bitmap.S
402 target/sh/archos/ondio/button-ondio.c
403 target/sh/archos/ondio/power-ondio.c
404 target/sh/archos/ondio/powermgmt-ondio.c
405 target/sh/archos/ondio/usb-ondio.c
406 #if (CONFIG_TUNER & TEA5767)
407 target/sh/archos/ondio/fmradio_i2c-ondio.c
408 #endif
409 #endif /* SIMULATOR */
410 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
412 #ifdef SANSA_E200
413 #ifndef SIMULATOR
414 target/arm/lcd-as-memframe.S
415 target/arm/sandisk/ata-c200_e200.c
416 target/arm/sandisk/sansa-e200/lcd-e200.c
417 target/arm/sandisk/adc-c200_e200.c
418 target/arm/sandisk/backlight-c200_e200.c
419 target/arm/usb-fw-pp502x.c
420 target/arm/sandisk/sansa-e200/button-e200.c
421 target/arm/sandisk/power-c200_e200.c
422 target/arm/sandisk/sansa-e200/powermgmt-e200.c
423 target/arm/i2s-pp.c
424 #ifndef BOOTLOADER
425 target/arm/sandisk/audio-c200_e200.c
426 #endif /* BOOTLOADER */
427 #endif /* SIMULATOR */
428 #endif /* SANSA_E200 */
430 #ifdef SANSA_C200
431 #ifndef SIMULATOR
432 target/arm/sandisk/ata-c200_e200.c
433 target/arm/sandisk/sansa-c200/lcd-c200.c
434 target/arm/sandisk/sansa-c200/lcd-as-c200.S
435 target/arm/sandisk/adc-c200_e200.c
436 target/arm/sandisk/backlight-c200_e200.c
437 target/arm/usb-fw-pp502x.c
438 target/arm/sandisk/sansa-c200/button-c200.c
439 target/arm/sandisk/power-c200_e200.c
440 target/arm/sandisk/sansa-c200/powermgmt-c200.c
441 target/arm/i2s-pp.c
442 #ifndef BOOTLOADER
443 target/arm/sandisk/audio-c200_e200.c
444 #endif /* BOOTLOADER */
445 #endif /* SIMULATOR */
446 #endif /* SANSA_C200 */
448 #ifdef IAUDIO_X5
449 #ifndef SIMULATOR
450 target/coldfire/ata-as-coldfire.S
451 target/coldfire/pcf50606-coldfire.c
452 target/coldfire/iaudio/adc-iaudio.c
453 target/coldfire/iaudio/ata-iaudio.c
454 target/coldfire/iaudio/lcd-remote-iaudio.c
455 target/coldfire/iaudio/pcf50606-iaudio.c
456 target/coldfire/iaudio/powermgmt-iaudio.c
457 target/coldfire/iaudio/system-iaudio.c
458 target/coldfire/iaudio/usb-iaudio.c
459 target/coldfire/iaudio/x5/backlight-x5.c
460 target/coldfire/iaudio/x5/button-x5.c
461 target/coldfire/iaudio/x5/ds2411-x5.c
462 target/coldfire/iaudio/x5/fmradio_i2c-x5.c
463 target/coldfire/iaudio/x5/lcd-as-x5.S
464 target/coldfire/iaudio/x5/lcd-x5.c
465 target/coldfire/iaudio/x5/m5636-x5.c
466 target/coldfire/iaudio/x5/power-x5.c
467 #ifndef BOOTLOADER
468 target/coldfire/iaudio/x5/audio-x5.c
469 #endif
470 #endif /* SIMULATOR */
471 #endif /* IAUDIO_X5 */
473 #ifdef IAUDIO_M5
474 #ifndef SIMULATOR
475 target/coldfire/ata-as-coldfire.S
476 target/coldfire/pcf50606-coldfire.c
477 target/coldfire/iaudio/adc-iaudio.c
478 target/coldfire/iaudio/ata-iaudio.c
479 target/coldfire/iaudio/lcd-remote-iaudio.c
480 target/coldfire/iaudio/m5/backlight-m5.c
481 target/coldfire/iaudio/m5/button-m5.c
482 target/coldfire/iaudio/m5/lcd-as-m5.S
483 target/coldfire/iaudio/m5/lcd-m5.c
484 target/coldfire/iaudio/m5/power-m5.c
485 target/coldfire/iaudio/pcf50606-iaudio.c
486 target/coldfire/iaudio/powermgmt-iaudio.c
487 target/coldfire/iaudio/system-iaudio.c
488 target/coldfire/iaudio/usb-iaudio.c
489 #ifndef BOOTLOADER
490 target/coldfire/iaudio/m5/audio-m5.c
491 #endif
492 #endif /* SIMULATOR */
493 #endif /* IAUDIO_M5 */
495 #ifdef IRIVER_IFP7XX_SERIES
496 #ifdef STUB
497 usb_serial.c
498 common/sscanf.c
499 #endif /* STUB */
500 #endif /* IRIVER_IFP7XX_SERIES */
502 #ifdef IRIVER_H300_SERIES
503 #ifndef SIMULATOR
504 target/coldfire/ata-as-coldfire.S
505 target/coldfire/pcf50606-coldfire.c
506 target/coldfire/iriver/ata-iriver.c
507 target/coldfire/iriver/lcd-remote-iriver.c
508 target/coldfire/iriver/system-iriver.c
509 target/coldfire/iriver/fmradio_i2c-iriver.c
510 target/coldfire/iriver/h300/sw_i2c-h300.c
511 target/coldfire/iriver/h300/adc-h300.c
512 target/coldfire/iriver/h300/backlight-h300.c
513 target/coldfire/iriver/h300/button-h300.c
514 target/coldfire/iriver/h300/pcf50606-h300.c
515 target/coldfire/iriver/h300/lcd-as-h300.S
516 target/coldfire/iriver/h300/lcd-h300.c
517 target/coldfire/iriver/h300/power-h300.c
518 target/coldfire/iriver/h300/powermgmt-h300.c
519 target/coldfire/iriver/h300/usb-h300.c
520 #ifndef BOOTLOADER
521 target/coldfire/iriver/audio-iriver.c
522 #endif
523 #endif /* SIMULATOR */
524 #endif /* IRIVER_H300_SERIES */
526 #ifdef IRIVER_H100_SERIES
527 #ifndef SIMULATOR
528 drivers/sw_i2c.c
529 target/coldfire/ata-as-coldfire.S
530 target/coldfire/iriver/ata-iriver.c
531 target/coldfire/iriver/lcd-remote-iriver.c
532 target/coldfire/iriver/system-iriver.c
533 target/coldfire/iriver/fmradio_i2c-iriver.c
534 target/coldfire/iriver/h100/adc-h100.c
535 target/coldfire/iriver/h100/backlight-h100.c
536 target/coldfire/iriver/h100/button-h100.c
537 target/coldfire/iriver/h100/lcd-as-h100.S
538 target/coldfire/iriver/h100/lcd-h100.c
539 target/coldfire/iriver/h100/power-h100.c
540 target/coldfire/iriver/h100/powermgmt-h100.c
541 #ifndef BOOTLOADER
542 target/coldfire/iriver/audio-iriver.c
543 target/coldfire/iriver/h100/spdif-h100.c
544 #endif
545 target/coldfire/iriver/h100/usb-h100.c
546 #endif /* SIMULATOR */
547 #endif /* IRIVER_H100_SERIES */
549 #ifdef IRIVER_H10
550 #ifndef SIMULATOR
551 target/arm/ata-as-arm.S
552 target/arm/ata-pp5020.c
553 target/arm/wmcodec-pp.c
554 target/arm/i2s-pp.c
555 target/arm/adc-pp5020.c
556 target/arm/iriver/h10/backlight-h10.c
557 target/arm/iriver/h10/button-h10.c
558 target/arm/iriver/h10/fmradio_i2c-h10.c
559 target/arm/iriver/h10/lcd-h10_20gb.c
560 target/arm/iriver/h10/lcd-as-h10.S
561 target/arm/iriver/h10/power-h10.c
562 target/arm/iriver/h10/powermgmt-h10.c
563 target/arm/usb-fw-pp502x.c
564 #endif /* SIMULATOR */
565 #endif /* IRIVER_H10 */
567 #ifdef IRIVER_H10_5GB
568 #ifndef SIMULATOR
569 target/arm/ata-as-arm.S
570 target/arm/ata-pp5020.c
571 target/arm/wmcodec-pp.c
572 target/arm/i2s-pp.c
573 target/arm/adc-pp5020.c
574 target/arm/iriver/h10/backlight-h10.c
575 target/arm/iriver/h10/button-h10.c
576 target/arm/iriver/h10/fmradio_i2c-h10.c
577 target/arm/iriver/h10/lcd-h10_5gb.c
578 target/arm/iriver/h10/power-h10.c
579 target/arm/iriver/h10/powermgmt-h10.c
580 target/arm/usb-fw-pp502x.c
581 #endif /* SIMULATOR */
582 #endif /* IRIVER_H10_5GB */
584 #ifdef GIGABEAT_F
585 #ifndef SIMULATOR
586 target/arm/lcd-as-memframe.S
587 target/arm/mmu-arm.c
588 target/arm/s3c2440/debug-s3c2440.c
589 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
590 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
591 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
592 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
593 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
594 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
595 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
596 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
597 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
598 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
599 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
600 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
601 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
602 target/arm/s3c2440/gigabeat-fx/dma_start.c
603 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
604 #ifndef BOOTLOADER
605 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
606 #endif
607 #endif /* SIMULATOR */
608 #endif /* GIGABEAT_F */
610 #ifdef GIGABEAT_S
611 #ifndef SIMULATOR
612 target/arm/mmu-arm.c
613 target/arm/imx31/gigabeat-s/adc-imx31.c
614 target/arm/imx31/gigabeat-s/ata-imx31.c
615 target/arm/imx31/gigabeat-s/backlight-imx31.c
616 target/arm/imx31/gigabeat-s/button-imx31.c
617 target/arm/imx31/gigabeat-s/i2c-imx31.c
618 target/arm/imx31/gigabeat-s/i2s-imx31.c
619 target/arm/imx31/gigabeat-s/lcd-as-imx31.S
620 target/arm/imx31/gigabeat-s/lcd-imx31.c
621 target/arm/imx31/gigabeat-s/power-imx31.c
622 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
623 target/arm/imx31/gigabeat-s/usb-imx31.c
624 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
625 target/arm/imx31/gigabeat-s/dma_start.c
626 target/arm/imx31/gigabeat-s/system-imx31.c
627 target/arm/imx31/gigabeat-s/mmu-imx31.c
628 target/arm/imx31/gigabeat-s/avic-imx31.c
629 target/arm/imx31/gigabeat-s/spi-imx31.c
630 #ifndef BOOTLOADER
631 target/arm/imx31/gigabeat-s/pcm-imx31.c
632 #endif
633 #endif /* SIMULATOR */
634 #endif /* GIGABEAT_S */
636 #ifdef MROBE_500
637 #ifndef SIMULATOR
638 target/arm/lcd-as-memframe.S
639 target/arm/mmu-arm.c
640 target/arm/tms320dm320/mrobe-500/adc-mr500.c
641 target/arm/tms320dm320/mrobe-500/ata-mr500.c
642 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
643 target/arm/tms320dm320/mrobe-500/button-mr500.c
644 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
645 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
646 #if defined(HAVE_REMOTE_LCD)
647 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
648 #endif
649 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
650 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
651 target/arm/tms320dm320/mrobe-500/power-mr500.c
652 target/arm/tms320dm320/mrobe-500/usb-mr500.c
653 target/arm/tms320dm320/debug-dm320.c
654 target/arm/tms320dm320/i2c-dm320.c
655 target/arm/tms320dm320/kernel-dm320.c
656 target/arm/tms320dm320/spi-dm320.c
657 target/arm/tms320dm320/system-dm320.c
658 target/arm/tms320dm320/timer-dm320.c
659 target/arm/tms320dm320/uart-dm320.c
660 target/arm/tms320dm320/dsp-dm320.c
661 #endif /* SIMULATOR */
662 #endif /* MROBE_500 */
664 #ifdef MROBE_100
665 #ifndef SIMULATOR
666 drivers/sw_i2c.c
667 target/arm/ata-as-arm.S
668 target/arm/ata-pp5020.c
669 target/arm/wmcodec-pp.c
670 target/arm/i2s-pp.c
671 target/arm/adc-pp5020.c
672 target/arm/olympus/mrobe-100/backlight-mr100.c
673 target/arm/olympus/mrobe-100/button-mr100.c
674 target/arm/olympus/mrobe-100/lcd-mr100.c
675 target/arm/olympus/mrobe-100/power-mr100.c
676 target/arm/olympus/mrobe-100/powermgmt-mr100.c
677 target/arm/usb-fw-pp502x.c
678 #endif /* SIMULATOR */
679 #endif /* MROBE_100 */
681 #ifdef ELIO_TPJ1022
682 #ifndef SIMULATOR
683 target/arm/ata-as-arm.S
684 target/arm/ata-pp5020.c
685 target/arm/wmcodec-pp.c
686 target/arm/i2s-pp.c
687 target/arm/tatung/tpj1022/adc-tpj1022.c
688 target/arm/tatung/tpj1022/backlight-tpj1022.c
689 target/arm/tatung/tpj1022/button-tpj1022.c
690 target/arm/tatung/tpj1022/lcd-tpj1022.c
691 target/arm/tatung/tpj1022/power-tpj1022.c
692 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
693 target/arm/usb-fw-pp502x.c
694 #endif /* SIMULATOR */
695 #endif /* ELIO_TPJ1022 */
697 #ifdef IPOD_4G
698 #ifndef SIMULATOR
699 drivers/pcf50605.c
700 target/arm/wmcodec-pp.c
701 target/arm/i2s-pp.c
702 target/arm/ata-as-arm.S
703 target/arm/ata-pp5020.c
704 target/arm/ipod/adc-ipod-pcf.c
705 target/arm/ipod/backlight-4g_color.c
706 target/arm/ipod/button-clickwheel.c
707 target/arm/ipod/lcd-as-gray.S
708 target/arm/ipod/lcd-gray.c
709 target/arm/ipod/power-ipod.c
710 target/arm/ipod/powermgmt-ipod-pcf.c
711 target/arm/usb-fw-pp502x.c
712 #endif /* SIMULATOR */
713 #endif /* IPOD_4G */
715 #ifdef IPOD_COLOR
716 #ifndef SIMULATOR
717 drivers/pcf50605.c
718 target/arm/ata-as-arm.S
719 target/arm/ata-pp5020.c
720 target/arm/wmcodec-pp.c
721 target/arm/i2s-pp.c
722 target/arm/ipod/adc-ipod-pcf.c
723 target/arm/ipod/backlight-4g_color.c
724 target/arm/ipod/button-clickwheel.c
725 target/arm/ipod/lcd-color_nano.c
726 target/arm/ipod/power-ipod.c
727 target/arm/ipod/powermgmt-ipod-pcf.c
728 target/arm/usb-fw-pp502x.c
729 #endif /* SIMULATOR */
730 #endif /* IPOD_COLOR */
732 #ifdef IPOD_NANO
733 #ifndef SIMULATOR
734 drivers/pcf50605.c
735 target/arm/ata-as-arm.S
736 target/arm/ata-pp5020.c
737 target/arm/wmcodec-pp.c
738 target/arm/i2s-pp.c
739 target/arm/ipod/adc-ipod-pcf.c
740 target/arm/ipod/backlight-nano_video.c
741 target/arm/ipod/button-clickwheel.c
742 target/arm/ipod/lcd-color_nano.c
743 target/arm/ipod/power-ipod.c
744 target/arm/ipod/powermgmt-ipod-pcf.c
745 target/arm/usb-fw-pp502x.c
746 #endif /* SIMULATOR */
747 #endif /* IPOD_NANO */
749 #ifdef IPOD_VIDEO
750 #ifndef SIMULATOR
751 drivers/pcf50605.c
752 target/arm/ata-as-arm.S
753 target/arm/ata-pp5020.c
754 target/arm/wmcodec-pp.c
755 target/arm/i2s-pp.c
756 target/arm/ipod/adc-ipod-pcf.c
757 target/arm/ipod/backlight-nano_video.c
758 target/arm/ipod/button-clickwheel.c
759 target/arm/ipod/power-ipod.c
760 target/arm/ipod/powermgmt-ipod-pcf.c
761 target/arm/ipod/video/lcd-as-video.S
762 target/arm/ipod/video/lcd-video.c
763 target/arm/usb-fw-pp502x.c
764 #endif /* SIMULATOR */
765 #endif /* IPOD_VIDEO */
767 #ifdef IPOD_3G
768 #ifndef SIMULATOR
769 drivers/pcf50605.c
770 target/arm/ata-pp5002.c
771 target/arm/wmcodec-pp.c
772 target/arm/i2s-pp.c
773 target/arm/ipod/adc-ipod-pcf.c
774 target/arm/ipod/3g/backlight-3g.c
775 target/arm/ipod/button-1g-3g.c
776 target/arm/ipod/lcd-as-gray.S
777 target/arm/ipod/lcd-gray.c
778 target/arm/ipod/power-ipod.c
779 target/arm/ipod/powermgmt-ipod-pcf.c
780 target/arm/usb-fw-pp5002.c
781 #endif /* SIMULATOR */
782 #endif /* IPOD_3G */
784 #ifdef IPOD_1G2G
785 #ifndef SIMULATOR
786 target/arm/ata-pp5002.c
787 target/arm/wmcodec-pp.c
788 target/arm/i2s-pp.c
789 target/arm/ipod/1g2g/adc-ipod-1g2g.c
790 target/arm/ipod/1g2g/backlight-1g2g.c
791 target/arm/ipod/1g2g/powermgmt-1g2g.c
792 target/arm/ipod/button-1g-3g.c
793 target/arm/ipod/lcd-as-gray.S
794 target/arm/ipod/lcd-gray.c
795 target/arm/ipod/power-ipod.c
796 target/arm/usb-fw-pp5002.c
797 #endif /* SIMULATOR */
798 #endif /* IPOD_1G2G */
800 #ifdef IPOD_MINI
801 #ifndef SIMULATOR
802 drivers/pcf50605.c
803 target/arm/ata-as-arm.S
804 target/arm/ata-pp5020.c
805 target/arm/wmcodec-pp.c
806 target/arm/i2s-pp.c
807 target/arm/ipod/adc-ipod-pcf.c
808 target/arm/ipod/backlight-mini1g_mini2g.c
809 target/arm/ipod/button-mini1g.c
810 target/arm/ipod/lcd-as-gray.S
811 target/arm/ipod/lcd-gray.c
812 target/arm/ipod/power-ipod.c
813 target/arm/ipod/powermgmt-ipod-pcf.c
814 target/arm/usb-fw-pp502x.c
815 #endif /* SIMULATOR */
816 #endif /* IPOD_MINI */
818 #ifdef IPOD_MINI2G
819 #ifndef SIMULATOR
820 drivers/pcf50605.c
821 target/arm/ata-as-arm.S
822 target/arm/ata-pp5020.c
823 target/arm/wmcodec-pp.c
824 target/arm/i2s-pp.c
825 target/arm/ipod/adc-ipod-pcf.c
826 target/arm/ipod/backlight-mini1g_mini2g.c
827 target/arm/ipod/button-clickwheel.c
828 target/arm/ipod/lcd-as-gray.S
829 target/arm/ipod/lcd-gray.c
830 target/arm/ipod/power-ipod.c
831 target/arm/ipod/powermgmt-ipod-pcf.c
832 target/arm/usb-fw-pp502x.c
833 #endif /* SIMULATOR */
834 #endif /* IPOD_MINI2G */
836 #ifdef IRIVER_IFP7XX
837 #ifndef SIMULATOR
838 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
839 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
840 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
841 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
842 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
843 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
844 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
845 #ifndef BOOTLOADER
846 target/arm/pnx0101/pcm-pnx0101.c
847 #endif /* BOOTLOADER */
848 #endif /* SIMULATOR */
849 #endif /* IRIVER_IFP7XX */
851 #ifdef LOGIK_DAX
852 #ifndef SIMULATOR
853 target/arm/tcc77x/adc-tcc77x.c
854 target/arm/tcc77x/ata-nand-tcc77x.c
855 target/arm/tcc77x/system-tcc77x.c
856 target/arm/tcc77x/logikdax/button-logikdax.c
857 target/arm/tcc77x/logikdax/lcd-logikdax.c
858 target/arm/tcc77x/logikdax/power-logikdax.c
859 #endif /* SIMULATOR */
860 #endif /* LOGIK_DAX */
862 #ifdef IAUDIO_7
863 #ifndef SIMULATOR
864 target/arm/tcc77x/adc-tcc77x.c
865 target/arm/tcc77x/ata-nand-tcc77x.c
866 target/arm/tcc77x/system-tcc77x.c
867 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
868 target/arm/tcc77x/iaudio7/power-iaudio7.c
869 #endif /* SIMULATOR */
870 #endif /* IAUDIO_7 */
872 #ifdef COWON_D2
873 #ifndef SIMULATOR
874 target/arm/tcc780x/adc-tcc780x.c
875 target/arm/tcc780x/ata-nand-tcc780x.c
876 target/arm/tcc780x/kernel-tcc780x.c
877 target/arm/tcc780x/timer-tcc780x.c
878 target/arm/tcc780x/system-tcc780x.c
879 target/arm/tcc780x/cowond2/button-cowond2.c
880 target/arm/tcc780x/cowond2/lcd-cowond2.c
881 target/arm/tcc780x/cowond2/power-cowond2.c
882 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
883 target/arm/tcc780x/cowond2/usb-cowond2.c
884 #ifndef BOOTLOADER
885 target/arm/wmcodec-telechips.c
886 target/arm/tcc780x/debug-tcc780x.c
887 target/arm/tcc780x/cowond2/pcm-cowond2.c
888 #endif /* BOOTLOADER */
889 #endif /* SIMULATOR */
890 #endif /* COWON_D2 */