Add the viewport functions to the screens API, including a new getfont() function...
[Rockbox.git] / firmware / SOURCES
blob5424ed910ea777b240083564b23abc2776abe591
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)
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 #endif /* (CONFIG_RTC == RTC_) */
152 #endif /* SIMULATOR */
154 /* Tuner */
155 #if CONFIG_TUNER
156 tuner.c
157 #ifndef SIMULATOR
158 #if (CONFIG_TUNER & LV24020LP)
159 drivers/tuner/lv24020lp.c
160 #endif /* (CONFIG_TUNER & LV24020LP) */
161 #if (CONFIG_TUNER & S1A0903X01)
162 drivers/fmradio.c
163 drivers/tuner/s1a0903x01.c
164 #endif /* (CONFIG_TUNER & S1A0903X01) */
165 #if (CONFIG_TUNER & TEA5767)
166 drivers/tuner/tea5767.c
167 #endif /* (CONFIG_TUNER & TEA5767) */
168 #endif /*SIMULATOR */
169 #endif /* CONFIG_TUNER */
171 /* Sound */
172 #if CONFIG_CODEC != SWCODEC
173 mp3_playback.c
174 #endif /* CONFIG_CODEC != SWCODEC */
175 mp3data.c
176 sound.c
178 #if CONFIG_CODEC == SWCODEC
180 #ifndef BOOTLOADER
181 general.c
182 pcm_sampr.c
183 replaygain.c
184 pcm.c
185 #ifdef HAVE_RECORDING
186 enc_base.c
187 #ifndef SIMULATOR
188 pcm_record.c
189 #endif /* SIMULATOR */
190 #endif /* HAVE_RECORDING */
191 #endif /* BOOTLOADER */
193 #else  /* !SWCODEC */
195 #ifndef BOOTLOADER
196 mpeg.c
197 #ifndef SIMULATOR
198 drivers/mas.c
199 #endif /* SIMULATOR */
200 #endif /* BOOTLOADER */
202 #endif /* SWCODEC */
204 /* Audio codec */
205 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
206 #if defined(HAVE_UDA1380)
207 drivers/audio/uda1380.c
208 #elif defined(HAVE_WM8751)
209 drivers/audio/wm8751.c
210 #elif defined(HAVE_WM8975) || defined(HAVE_WM8978)
211 drivers/audio/wm8975.c
212 #elif defined(HAVE_WM8758)
213 drivers/audio/wm8758.c
214 #elif defined(HAVE_WM8721)
215 drivers/audio/wm8721.c
216 #elif defined(HAVE_WM8731)
217 drivers/audio/wm8731.c
218 #elif defined(HAVE_AS3514)
219 drivers/audio/as3514.c
220 #elif defined(HAVE_TLV320)
221 drivers/audio/tlv320.c
222 #elif defined(HAVE_MAS35XX)
223 drivers/audio/mas35xx.c
224 #endif /* defined(HAVE_*) */
225 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
227 /* USB Stack */
228 #if !defined(SIMULATOR)
229 #ifdef HAVE_USBSTACK
230 usbstack/usb_core.c
231 usbstack/usb_storage.c
232 usbstack/usb_serial.c
233 usbstack/usb_benchmark.c
234 #ifdef CPU_PP502x
235 target/arm/usb-drv-pp502x.c
236 #endif
237 #else /* !defined(HAVE_USBSTACK) */
238 #if CONFIG_USBOTG == USBOTG_ISP1362      
239 drivers/isp1362.c        
240 #elif CONFIG_USBOTG == USBOTG_M5636      
241 drivers/m5636.c
242 #endif
243 #endif /* !defined(HAVE_USBSTACK) */
244 #endif /* !defined(SIMULATOR) */
246 /* Other Random Hardware */
247 #ifdef HAVE_TSC2100
248 drivers/tsc2100.c
249 #endif
251 /* CPU Specific - By class then particular chip if applicable */
252 #if defined(CPU_SH)
254 #ifndef SIMULATOR
255 bitswap.S
256 descramble.S
257 drivers/i2c.c
258 target/sh/adc-sh.c
259 target/sh/crt0.S
260 target/sh/memcpy-sh.S
261 target/sh/memmove-sh.S
262 target/sh/memset-sh.S
263 target/sh/strlen-sh.S
264 target/sh/system-sh.c
265 #endif /* SIMULATOR */
267 #elif defined(CPU_COLDFIRE)
269 #ifndef SIMULATOR
270 target/coldfire/crt0.S
271 target/coldfire/memcpy-coldfire.S
272 target/coldfire/memmove-coldfire.S
273 target/coldfire/memset-coldfire.S
274 target/coldfire/strlen-coldfire.S
275 #if defined(HAVE_LCD_COLOR) \
276  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
277 target/coldfire/memset16-coldfire.S
278 #endif
279 target/coldfire/system-coldfire.c
280 #ifndef BOOTLOADER
281 target/coldfire/pcm-coldfire.c
282 #endif /* BOOTLOADER */
283 #if CONFIG_I2C == I2C_COLDFIRE
284 target/coldfire/i2c-coldfire.c
285 #endif /* CONFIG_I2C == I2C_COLDFIRE */
286 #endif /* SIMULATOR */
288 #elif defined(CPU_PP) || defined(CPU_ARM)
289 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
290 target/arm/memcpy-arm.S
291 target/arm/memmove-arm.S
292 common/strlen.c
293 #ifndef SIMULATOR
294 target/arm/memset-arm.S
295 target/arm/memset16-arm.S
296 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
297 target/arm/i2c-pp.c
298 #elif CONFIG_I2C == I2C_PNX0101
299 target/arm/pnx0101/i2c-pnx0101.c
300 #elif CONFIG_I2C == I2C_S3C2440
301 /* no i2c driver yet */
302 #endif
303 #if CONFIG_CPU == PNX0101
304 target/arm/pnx0101/system-pnx0101.c
305 #endif
306 #if defined(CPU_PP)
307 #if CONFIG_CPU == PP5002
308 target/arm/system-pp5002.c
309 #elif defined CPU_PP502x
310 target/arm/system-pp502x.c
311 #endif
312 #ifdef BOOTLOADER
313 target/arm/crt0-pp-bl.S
314 #else
315 target/arm/pcm-pp.c
316 #if !defined(SANSA_E200) && !defined(SANSA_C200)
317 target/arm/audio-pp.c
318 #endif /* SANSA_E200 */
319 target/arm/crt0-pp.S
320 #endif
321 #elif CONFIG_CPU == PNX0101
322 target/arm/pnx0101/crt0-pnx0101.S
323 #elif CONFIG_CPU==DM320
324 target/arm/tms320dm320/crt0.S
325 #elif CONFIG_CPU==S3C2440
326 target/arm/s3c2440/crt0.S
327 #elif defined(CPU_TCC77X)
328 target/arm/tcc77x/crt0.S
329 #elif CONFIG_CPU==IMX31L
330 target/arm/imx31/crt0.S
331 #elif defined(CPU_ARM)
332 target/arm/crt0.S
333 #endif /* defined(CPU_*) */
334 #endif /* SIMULATOR */
336 #else
338 common/memcpy.c
339 common/memmove.c
340 common/memset.c
341 common/memset16.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 #if (CONFIG_TUNER & TEA5767)
399 target/sh/archos/ondio/fmradio_i2c-ondio.c
400 #endif
401 #endif /* SIMULATOR */
402 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
404 #ifdef SANSA_E200
405 #ifndef SIMULATOR
406 target/arm/lcd-as-memframe.S
407 target/arm/sandisk/ata-c200_e200.c
408 target/arm/sandisk/sansa-e200/lcd-e200.c
409 target/arm/sandisk/adc-c200_e200.c
410 target/arm/sandisk/backlight-c200_e200.c
411 target/arm/usb-fw-pp502x.c
412 target/arm/sandisk/sansa-e200/button-e200.c
413 target/arm/sandisk/power-c200_e200.c
414 target/arm/sandisk/sansa-e200/powermgmt-e200.c
415 target/arm/i2s-pp.c
416 #ifndef BOOTLOADER
417 target/arm/sandisk/audio-c200_e200.c
418 #endif /* BOOTLOADER */
419 #endif /* SIMULATOR */
420 #endif /* SANSA_E200 */
422 #ifdef SANSA_C200
423 #ifndef SIMULATOR
424 target/arm/sandisk/ata-c200_e200.c
425 target/arm/sandisk/sansa-c200/lcd-c200.c
426 target/arm/sandisk/sansa-c200/lcd-as-c200.S
427 target/arm/sandisk/adc-c200_e200.c
428 target/arm/sandisk/backlight-c200_e200.c
429 target/arm/usb-fw-pp502x.c
430 target/arm/sandisk/sansa-c200/button-c200.c
431 target/arm/sandisk/power-c200_e200.c
432 target/arm/sandisk/sansa-c200/powermgmt-c200.c
433 target/arm/i2s-pp.c
434 #ifndef BOOTLOADER
435 target/arm/sandisk/audio-c200_e200.c
436 #endif /* BOOTLOADER */
437 #endif /* SIMULATOR */
438 #endif /* SANSA_C200 */
440 #ifdef IAUDIO_X5
441 #ifndef SIMULATOR
442 target/coldfire/ata-as-coldfire.S
443 target/coldfire/pcf50606-coldfire.c
444 target/coldfire/iaudio/adc-iaudio.c
445 target/coldfire/iaudio/ata-iaudio.c
446 target/coldfire/iaudio/lcd-remote-iaudio.c
447 target/coldfire/iaudio/pcf50606-iaudio.c
448 target/coldfire/iaudio/powermgmt-iaudio.c
449 target/coldfire/iaudio/system-iaudio.c
450 target/coldfire/iaudio/usb-iaudio.c
451 target/coldfire/iaudio/x5/backlight-x5.c
452 target/coldfire/iaudio/x5/button-x5.c
453 target/coldfire/iaudio/x5/ds2411-x5.c
454 target/coldfire/iaudio/x5/fmradio_i2c-x5.c
455 target/coldfire/iaudio/x5/lcd-as-x5.S
456 target/coldfire/iaudio/x5/lcd-x5.c
457 target/coldfire/iaudio/x5/m5636-x5.c
458 target/coldfire/iaudio/x5/power-x5.c
459 #ifndef BOOTLOADER
460 target/coldfire/iaudio/x5/audio-x5.c
461 #endif
462 #endif /* SIMULATOR */
463 #endif /* IAUDIO_X5 */
465 #ifdef IAUDIO_M5
466 #ifndef SIMULATOR
467 target/coldfire/ata-as-coldfire.S
468 target/coldfire/pcf50606-coldfire.c
469 target/coldfire/iaudio/adc-iaudio.c
470 target/coldfire/iaudio/ata-iaudio.c
471 target/coldfire/iaudio/lcd-remote-iaudio.c
472 target/coldfire/iaudio/m5/backlight-m5.c
473 target/coldfire/iaudio/m5/button-m5.c
474 target/coldfire/iaudio/m5/lcd-as-m5.S
475 target/coldfire/iaudio/m5/lcd-m5.c
476 target/coldfire/iaudio/m5/power-m5.c
477 target/coldfire/iaudio/pcf50606-iaudio.c
478 target/coldfire/iaudio/powermgmt-iaudio.c
479 target/coldfire/iaudio/system-iaudio.c
480 target/coldfire/iaudio/usb-iaudio.c
481 #ifndef BOOTLOADER
482 target/coldfire/iaudio/m5/audio-m5.c
483 #endif
484 #endif /* SIMULATOR */
485 #endif /* IAUDIO_M5 */
487 #ifdef IRIVER_IFP7XX_SERIES
488 #ifdef STUB
489 usb_serial.c
490 common/sscanf.c
491 #endif /* STUB */
492 #endif /* IRIVER_IFP7XX_SERIES */
494 #ifdef IRIVER_H300_SERIES
495 #ifndef SIMULATOR
496 target/coldfire/ata-as-coldfire.S
497 target/coldfire/pcf50606-coldfire.c
498 target/coldfire/iriver/ata-iriver.c
499 target/coldfire/iriver/lcd-remote-iriver.c
500 target/coldfire/iriver/system-iriver.c
501 target/coldfire/iriver/fmradio_i2c-iriver.c
502 target/coldfire/iriver/h300/sw_i2c-h300.c
503 target/coldfire/iriver/h300/adc-h300.c
504 target/coldfire/iriver/h300/backlight-h300.c
505 target/coldfire/iriver/h300/button-h300.c
506 target/coldfire/iriver/h300/pcf50606-h300.c
507 target/coldfire/iriver/h300/lcd-as-h300.S
508 target/coldfire/iriver/h300/lcd-h300.c
509 target/coldfire/iriver/h300/power-h300.c
510 target/coldfire/iriver/h300/powermgmt-h300.c
511 target/coldfire/iriver/h300/usb-h300.c
512 #ifndef BOOTLOADER
513 target/coldfire/iriver/audio-iriver.c
514 #endif
515 #endif /* SIMULATOR */
516 #endif /* IRIVER_H300_SERIES */
518 #ifdef IRIVER_H100_SERIES
519 #ifndef SIMULATOR
520 target/coldfire/ata-as-coldfire.S
521 target/coldfire/iriver/ata-iriver.c
522 target/coldfire/iriver/lcd-remote-iriver.c
523 target/coldfire/iriver/system-iriver.c
524 target/coldfire/iriver/fmradio_i2c-iriver.c
525 target/coldfire/iriver/h100/sw_i2c-h100.c
526 target/coldfire/iriver/h100/adc-h100.c
527 target/coldfire/iriver/h100/backlight-h100.c
528 target/coldfire/iriver/h100/button-h100.c
529 target/coldfire/iriver/h100/lcd-as-h100.S
530 target/coldfire/iriver/h100/lcd-h100.c
531 target/coldfire/iriver/h100/power-h100.c
532 target/coldfire/iriver/h100/powermgmt-h100.c
533 #ifndef BOOTLOADER
534 target/coldfire/iriver/audio-iriver.c
535 target/coldfire/iriver/h100/spdif-h100.c
536 #endif
537 target/coldfire/iriver/h100/usb-h100.c
538 #endif /* SIMULATOR */
539 #endif /* IRIVER_H100_SERIES */
541 #ifdef IRIVER_H10
542 #ifndef SIMULATOR
543 target/arm/ata-as-arm.S
544 target/arm/ata-pp5020.c
545 target/arm/wmcodec-pp.c
546 target/arm/i2s-pp.c
547 target/arm/iriver/h10/adc-h10.c
548 target/arm/iriver/h10/backlight-h10.c
549 target/arm/iriver/h10/button-h10.c
550 target/arm/iriver/h10/fmradio_i2c-h10.c
551 target/arm/iriver/h10/lcd-h10_20gb.c
552 target/arm/iriver/h10/power-h10.c
553 target/arm/iriver/h10/powermgmt-h10.c
554 target/arm/usb-fw-pp502x.c
555 #endif /* SIMULATOR */
556 #endif /* IRIVER_H10 */
558 #ifdef IRIVER_H10_5GB
559 #ifndef SIMULATOR
560 target/arm/ata-as-arm.S
561 target/arm/ata-pp5020.c
562 target/arm/wmcodec-pp.c
563 target/arm/i2s-pp.c
564 target/arm/iriver/h10/adc-h10.c
565 target/arm/iriver/h10/backlight-h10.c
566 target/arm/iriver/h10/button-h10.c
567 target/arm/iriver/h10/fmradio_i2c-h10.c
568 target/arm/iriver/h10/lcd-h10_5gb.c
569 target/arm/iriver/h10/power-h10.c
570 target/arm/iriver/h10/powermgmt-h10.c
571 target/arm/usb-fw-pp502x.c
572 #endif /* SIMULATOR */
573 #endif /* IRIVER_H10_5GB */
575 #ifdef GIGABEAT_F
576 #ifndef SIMULATOR
577 target/arm/lcd-as-memframe.S
578 target/arm/mmu-arm.c
579 target/arm/s3c2440/debug-s3c2440.c
580 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
581 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
582 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
583 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
584 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
585 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
586 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
587 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
588 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
589 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
590 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
591 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
592 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
593 target/arm/s3c2440/gigabeat-fx/dma_start.c
594 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
595 #ifndef BOOTLOADER
596 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
597 #endif
598 #endif /* SIMULATOR */
599 #endif /* GIGABEAT_F */
601 #ifdef GIGABEAT_S
602 #ifndef SIMULATOR
603 target/arm/mmu-arm.c
604 target/arm/imx31/gigabeat-s/adc-imx31.c
605 target/arm/imx31/gigabeat-s/ata-imx31.c
606 target/arm/imx31/gigabeat-s/backlight-imx31.c
607 target/arm/imx31/gigabeat-s/button-imx31.c
608 target/arm/imx31/gigabeat-s/i2c-imx31.c
609 target/arm/imx31/gigabeat-s/i2s-imx31.c
610 target/arm/imx31/gigabeat-s/lcd-as-imx31.S
611 target/arm/imx31/gigabeat-s/lcd-imx31.c
612 target/arm/imx31/gigabeat-s/power-imx31.c
613 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
614 target/arm/imx31/gigabeat-s/usb-imx31.c
615 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
616 target/arm/imx31/gigabeat-s/dma_start.c
617 target/arm/imx31/gigabeat-s/system-imx31.c
618 target/arm/imx31/gigabeat-s/mmu-imx31.c
619 target/arm/imx31/gigabeat-s/avic-imx31.c
620 target/arm/imx31/gigabeat-s/spi-imx31.c
621 #ifndef BOOTLOADER
622 target/arm/imx31/gigabeat-s/pcm-imx31.c
623 #endif
624 #endif /* SIMULATOR */
625 #endif /* GIGABEAT_S */
627 #ifdef MROBE_500
628 #ifndef SIMULATOR
629 target/arm/lcd-as-memframe.S
630 target/arm/mmu-arm.c
631 target/arm/tms320dm320/mrobe-500/adc-mr500.c
632 target/arm/tms320dm320/mrobe-500/ata-mr500.c
633 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
634 target/arm/tms320dm320/mrobe-500/button-mr500.c
635 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
636 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
637 #if defined(HAVE_REMOTE_LCD)
638 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
639 #endif
640 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
641 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
642 target/arm/tms320dm320/mrobe-500/power-mr500.c
643 target/arm/tms320dm320/mrobe-500/usb-mr500.c
644 target/arm/tms320dm320/debug-dm320.c
645 target/arm/tms320dm320/i2c-dm320.c
646 target/arm/tms320dm320/kernel-dm320.c
647 target/arm/tms320dm320/spi-dm320.c
648 target/arm/tms320dm320/system-dm320.c
649 target/arm/tms320dm320/timer-dm320.c
650 target/arm/tms320dm320/uart-dm320.c
651 target/arm/tms320dm320/dsp-dm320.c
652 #endif /* SIMULATOR */
653 #endif /* MROBE_500 */
655 #ifdef ELIO_TPJ1022
656 #ifndef SIMULATOR
657 target/arm/ata-as-arm.S
658 target/arm/ata-pp5020.c
659 target/arm/wmcodec-pp.c
660 target/arm/i2s-pp.c
661 target/arm/tatung/tpj1022/adc-tpj1022.c
662 target/arm/tatung/tpj1022/backlight-tpj1022.c
663 target/arm/tatung/tpj1022/button-tpj1022.c
664 target/arm/tatung/tpj1022/lcd-tpj1022.c
665 target/arm/tatung/tpj1022/power-tpj1022.c
666 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
667 target/arm/usb-fw-pp502x.c
668 #endif /* SIMULATOR */
669 #endif /* ELIO_TPJ1022 */
671 #ifdef IPOD_4G
672 #ifndef SIMULATOR
673 drivers/pcf50605.c
674 target/arm/wmcodec-pp.c
675 target/arm/i2s-pp.c
676 target/arm/ata-as-arm.S
677 target/arm/ata-pp5020.c
678 target/arm/ipod/adc-ipod-pcf.c
679 target/arm/ipod/backlight-4g_color.c
680 target/arm/ipod/button-clickwheel.c
681 target/arm/ipod/lcd-gray.c
682 target/arm/ipod/power-ipod.c
683 target/arm/ipod/powermgmt-ipod-pcf.c
684 target/arm/usb-fw-pp502x.c
685 #endif /* SIMULATOR */
686 #endif /* IPOD_4G */
688 #ifdef IPOD_COLOR
689 #ifndef SIMULATOR
690 drivers/pcf50605.c
691 target/arm/ata-as-arm.S
692 target/arm/ata-pp5020.c
693 target/arm/wmcodec-pp.c
694 target/arm/i2s-pp.c
695 target/arm/ipod/adc-ipod-pcf.c
696 target/arm/ipod/backlight-4g_color.c
697 target/arm/ipod/button-clickwheel.c
698 target/arm/ipod/lcd-color_nano.c
699 target/arm/ipod/power-ipod.c
700 target/arm/ipod/powermgmt-ipod-pcf.c
701 target/arm/usb-fw-pp502x.c
702 #endif /* SIMULATOR */
703 #endif /* IPOD_COLOR */
705 #ifdef IPOD_NANO
706 #ifndef SIMULATOR
707 drivers/pcf50605.c
708 target/arm/ata-as-arm.S
709 target/arm/ata-pp5020.c
710 target/arm/wmcodec-pp.c
711 target/arm/i2s-pp.c
712 target/arm/ipod/adc-ipod-pcf.c
713 target/arm/ipod/backlight-nano_video.c
714 target/arm/ipod/button-clickwheel.c
715 target/arm/ipod/lcd-color_nano.c
716 target/arm/ipod/power-ipod.c
717 target/arm/ipod/powermgmt-ipod-pcf.c
718 target/arm/usb-fw-pp502x.c
719 #endif /* SIMULATOR */
720 #endif /* IPOD_NANO */
722 #ifdef IPOD_VIDEO
723 #ifndef SIMULATOR
724 drivers/pcf50605.c
725 target/arm/ata-as-arm.S
726 target/arm/ata-pp5020.c
727 target/arm/wmcodec-pp.c
728 target/arm/i2s-pp.c
729 target/arm/ipod/adc-ipod-pcf.c
730 target/arm/ipod/backlight-nano_video.c
731 target/arm/ipod/button-clickwheel.c
732 target/arm/ipod/power-ipod.c
733 target/arm/ipod/powermgmt-ipod-pcf.c
734 target/arm/ipod/video/lcd-as-video.S
735 target/arm/ipod/video/lcd-video.c
736 target/arm/usb-fw-pp502x.c
737 #endif /* SIMULATOR */
738 #endif /* IPOD_VIDEO */
740 #ifdef IPOD_3G
741 #ifndef SIMULATOR
742 drivers/pcf50605.c
743 target/arm/ata-pp5002.c
744 target/arm/wmcodec-pp.c
745 target/arm/i2s-pp.c
746 target/arm/ipod/adc-ipod-pcf.c
747 target/arm/ipod/3g/backlight-3g.c
748 target/arm/ipod/button-1g-3g.c
749 target/arm/ipod/lcd-gray.c
750 target/arm/ipod/power-ipod.c
751 target/arm/ipod/powermgmt-ipod-pcf.c
752 target/arm/usb-fw-pp5002.c
753 #endif /* SIMULATOR */
754 #endif /* IPOD_3G */
756 #ifdef IPOD_1G2G
757 #ifndef SIMULATOR
758 target/arm/ata-pp5002.c
759 target/arm/wmcodec-pp.c
760 target/arm/i2s-pp.c
761 target/arm/ipod/1g2g/adc-ipod-1g2g.c
762 target/arm/ipod/1g2g/backlight-1g2g.c
763 target/arm/ipod/1g2g/powermgmt-1g2g.c
764 target/arm/ipod/button-1g-3g.c
765 target/arm/ipod/lcd-gray.c
766 target/arm/ipod/power-ipod.c
767 target/arm/usb-fw-pp5002.c
768 #endif /* SIMULATOR */
769 #endif /* IPOD_1G2G */
771 #ifdef IPOD_MINI
772 #ifndef SIMULATOR
773 drivers/pcf50605.c
774 target/arm/ata-as-arm.S
775 target/arm/ata-pp5020.c
776 target/arm/wmcodec-pp.c
777 target/arm/i2s-pp.c
778 target/arm/ipod/adc-ipod-pcf.c
779 target/arm/ipod/backlight-mini1g_mini2g.c
780 target/arm/ipod/button-mini1g.c
781 target/arm/ipod/lcd-gray.c
782 target/arm/ipod/power-ipod.c
783 target/arm/ipod/powermgmt-ipod-pcf.c
784 target/arm/usb-fw-pp502x.c
785 #endif /* SIMULATOR */
786 #endif /* IPOD_MINI */
788 #ifdef IPOD_MINI2G
789 #ifndef SIMULATOR
790 drivers/pcf50605.c
791 target/arm/ata-as-arm.S
792 target/arm/ata-pp5020.c
793 target/arm/wmcodec-pp.c
794 target/arm/i2s-pp.c
795 target/arm/ipod/adc-ipod-pcf.c
796 target/arm/ipod/backlight-mini1g_mini2g.c
797 target/arm/ipod/button-clickwheel.c
798 target/arm/ipod/lcd-gray.c
799 target/arm/ipod/power-ipod.c
800 target/arm/ipod/powermgmt-ipod-pcf.c
801 target/arm/usb-fw-pp502x.c
802 #endif /* SIMULATOR */
803 #endif /* IPOD_MINI2G */
805 #ifdef IRIVER_IFP7XX
806 #ifndef SIMULATOR
807 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
808 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
809 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
810 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
811 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
812 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
813 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
814 #ifndef BOOTLOADER
815 target/arm/pnx0101/pcm-pnx0101.c
816 #endif /* BOOTLOADER */
817 #endif /* SIMULATOR */
818 #endif /* IRIVER_IFP7XX */
820 #ifdef LOGIK_DAX
821 #ifndef SIMULATOR
822 target/arm/tcc77x/adc-tcc77x.c
823 target/arm/tcc77x/ata-nand-tcc77x.c
824 target/arm/tcc77x/system-tcc77x.c
825 target/arm/tcc77x/logikdax/button-logikdax.c
826 target/arm/tcc77x/logikdax/lcd-logikdax.c
827 target/arm/tcc77x/logikdax/power-logikdax.c
828 #endif /* SIMULATOR */
829 #endif /* LOGIK_DAX */
831 #ifdef IAUDIO_7
832 #ifndef SIMULATOR
833 target/arm/tcc77x/adc-tcc77x.c
834 target/arm/tcc77x/ata-nand-tcc77x.c
835 target/arm/tcc77x/system-tcc77x.c
836 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
837 target/arm/tcc77x/iaudio7/power-iaudio7.c
838 #endif /* SIMULATOR */
839 #endif /* IAUDIO_7 */