Apply the same fix as r21930 did for the ramdisk for the AMS Sansa driver.
[kugel-rb/myfork.git] / firmware / SOURCES
blobbfb31e1b4381e452336f1d3812699b20ff2451c5
1 ata_idle_notify.c
2 events.c
3 backlight.c
4 buffer.c
5 general.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/strnatcmp.c
53 common/strcpy.c
54 common/strncmp.c
55 common/strlcpy.c
56 common/strrchr.c
57 common/strtok.c
58 common/strstr.c
59 common/structec.c
60 common/timefuncs.c
61 common/unicode.c
63 /* Display */
64 scroll_engine.c
66 #ifdef HAVE_LCD_CHARCELLS
67 drivers/lcd-charcell.c
68 drivers/lcd-charset-player.c
69 #endif /* HAVE_LCD_CHARCELLS */
71 #ifdef HAVE_LCD_BITMAP
72 arabjoin.c
73 bidi.c
74 font_cache.c
75 font.c
76 hangul.c
77 lru.c
78 #ifndef BOOTLOADER
79 screendump.c
80 #endif
81 #if LCD_DEPTH == 1
82 drivers/lcd-1bit-vert.c
83 #elif LCD_DEPTH == 2
84 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
85 drivers/lcd-2bit-horz.c
86 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
87 drivers/lcd-2bit-vert.c
88 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
89 drivers/lcd-2bit-vi.c
90 #endif /* LCD_PIXELFORMAT */
91 #elif LCD_DEPTH == 16
92 drivers/lcd-16bit.c
93 #endif /* LCD_DEPTH */
94 #endif /* HAVE_LCD_BITMAP */
96 #ifdef HAVE_REMOTE_LCD
97 #if LCD_REMOTE_DEPTH == 1
98 drivers/lcd-remote-1bit-v.c
99 #elif LCD_REMOTE_DEPTH == 2
100 drivers/lcd-remote-2bit-vi.c
101 #endif /* LCD_REMOTE_DEPTH */
102 #endif /* HAVE_REMOTE_LCD */
104 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
105     || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG)
106 backlight-sw-fading.c
107 #endif /* CONFIG_BACKLIGHT_FADING */
109 /* Misc. */
110 drivers/led.c
111 drivers/button.c
112 #ifndef SIMULATOR
113 #ifdef HAVE_DAC3550A
114 drivers/dac.c
115 #endif
116 #ifdef HAVE_SERIAL
117 drivers/serial.c
118 #endif
119 #endif /* SIMULATOR */
120 #ifdef HAVE_TOUCHSCREEN
121 drivers/touchscreen.c
122 #endif
125 /* Storage */
126 #ifndef SIMULATOR
127 #if (CONFIG_STORAGE & STORAGE_MMC)
128 drivers/ata_mmc.c
129 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
130 drivers/ata_flash.c
131 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
132 target/arm/ata-nand-telechips.c
133 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
134 target/arm/s5l8700/ata-nand-s5l8700.c
135 #elif (CONFIG_STORAGE & STORAGE_ATA)
136 drivers/ata.c
137 #elif (CONFIG_STORAGE & STORAGE_SD)
138 drivers/sd.c
139 #elif (CONFIG_STORAGE & STORAGE_RAMDISK)
140 drivers/ramdisk.c
141 #endif /* CONFIG_STORAGE */
142 drivers/fat.c
143 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
144 hotswap.c
145 #endif
146 #endif /* SIMULATOR */
148 /* EEPROM */
149 #ifdef HAVE_EEPROM
150 drivers/eeprom_24cxx.c
151 #ifdef HAVE_EEPROM_SETTINGS
152 eeprom_settings.c
153 #endif /* HAVE_EEPROM_SETTINGS */
154 #endif /* HAVE_EEPROM */
156 /* RTC */
157 #ifndef SIMULATOR
158 #if (CONFIG_RTC == RTC_M41ST84W)
159 drivers/rtc/rtc_m41st84w.c
160 #elif (CONFIG_RTC == RTC_PCF50606)
161 drivers/rtc/rtc_pcf50606.c
162 #elif (CONFIG_RTC == RTC_PCF50605)
163 drivers/rtc/rtc_pcf50605.c
164 #elif (CONFIG_RTC == RTC_E8564)
165 drivers/rtc/rtc_e8564.c
166 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
167 drivers/rtc/rtc_ds1339_ds3231.c
168 #elif (CONFIG_RTC == RTC_S3C2440)
169 drivers/rtc/rtc_s3c2440.c
170 #elif (CONFIG_RTC == RTC_AS3514)
171 drivers/rtc/rtc_as3514.c
172 #elif (CONFIG_RTC == RTC_RX5X348AB)
173 drivers/rtc/rtc_rx5x348ab.c
174 #elif (CONFIG_RTC == RTC_MR100)
175 drivers/rtc/rtc_mr100.c
176 #elif (CONFIG_RTC == RTC_MC13783)
177 drivers/rtc/rtc_mc13783.c
178 #elif (CONFIG_RTC == RTC_TCC77X)
179 drivers/rtc/rtc_tcc77x.c
180 #elif (CONFIG_RTC == RTC_JZ47XX)
181 drivers/rtc/rtc_jz4740.c
182 #elif (CONFIG_RTC == RTC_S35390A)
183 drivers/rtc/rtc_s35390a.c
184 #endif /* (CONFIG_RTC == RTC_) */
185 #endif /* SIMULATOR */
187 /* Tuner */
188 #if CONFIG_TUNER
189 tuner.c
190 #ifndef SIMULATOR
191 #if (CONFIG_TUNER & LV24020LP)
192 drivers/tuner/lv24020lp.c
193 #endif /* (CONFIG_TUNER & LV24020LP) */
194 #if (CONFIG_TUNER & S1A0903X01)
195 drivers/fmradio.c
196 drivers/tuner/s1a0903x01.c
197 #endif /* (CONFIG_TUNER & S1A0903X01) */
198 #if (CONFIG_TUNER & TEA5767)
199 drivers/tuner/tea5767.c
200 #endif /* (CONFIG_TUNER & TEA5767) */
201 #if (CONFIG_TUNER & SI4700)
202 drivers/tuner/si4700.c
203 #endif /* (CONFIG_TUNER & SI4700) */
204 #endif /*SIMULATOR */
205 #endif /* CONFIG_TUNER */
207 /* Sound */
208 #if CONFIG_CODEC != SWCODEC
209 mp3_playback.c
210 #endif /* CONFIG_CODEC != SWCODEC */
211 sound.c
213 #if CONFIG_CODEC == SWCODEC
215 #ifndef BOOTLOADER
216 pcm_sampr.c
217 pcm.c
218 #ifdef HAVE_RECORDING
219 enc_base.c
220 #endif /* HAVE_RECORDING */
221 #endif /* BOOTLOADER */
223 #else  /* !SWCODEC */
225 #ifndef BOOTLOADER
226 #ifndef SIMULATOR
227 drivers/mas.c
228 #endif /* SIMULATOR */
229 #endif /* BOOTLOADER */
231 #endif /* SWCODEC */
233 /* Audio codec */
234 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
235 #if defined(HAVE_UDA1380)
236 drivers/audio/uda1380.c
237 #elif defined(HAVE_WM8751)
238 drivers/audio/wm8751.c
239 #elif defined(HAVE_WM8978)
240 drivers/audio/wm8978.c
241 #elif defined(HAVE_WM8975)
242 drivers/audio/wm8975.c
243 #elif defined(HAVE_WM8985)
244 drivers/audio/wm8985.c
245 #elif defined(HAVE_WM8758)
246 drivers/audio/wm8758.c
247 #elif defined(HAVE_WM8711) \
248    || defined(HAVE_WM8721) \
249    || defined(HAVE_WM8731)
250 drivers/audio/wm8731.c
251 #elif defined(HAVE_AS3514)
252 drivers/audio/as3514.c
253 #elif defined(HAVE_TLV320)
254 drivers/audio/tlv320.c
255 #elif defined(HAVE_MAS35XX)
256 drivers/audio/mas35xx.c
257 #elif defined(HAVE_AK4537)
258 drivers/audio/ak4537.c
259 #endif /* defined(HAVE_*) */
260 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
262 /* USB Stack */
263 #if !defined(SIMULATOR)
264 #ifdef HAVE_USBSTACK
265 usbstack/usb_core.c
266 #ifdef USB_ENABLE_STORAGE
267 usbstack/usb_storage.c
268 #endif
269 #ifdef USB_ENABLE_SERIAL
270 usbstack/usb_serial.c
271 #endif
272 #ifdef USB_ENABLE_CHARGING_ONLY
273 usbstack/usb_charging_only.c
274 #endif
275 #ifdef USB_ENABLE_HID
276 usbstack/usb_hid.c
277 #endif
278 #if CONFIG_USBOTG == USBOTG_M66591
279 drivers/m66591.c
280 #elif CONFIG_USBOTG == USBOTG_ARC
281 target/arm/usb-drv-arc.c
282 #elif CONFIG_USBOTG == USBOTG_AS3525
283 target/arm/as3525/usb-drv-as3525.c
284 #elif CONFIG_USBOTG == USBOTG_ISP1583
285 drivers/isp1583.c
286 #endif
287 #else /* !defined(HAVE_USBSTACK) */
288 #if CONFIG_USBOTG == USBOTG_ISP1362      
289 drivers/isp1362.c
290 #elif CONFIG_USBOTG == USBOTG_M5636      
291 drivers/m5636.c
292 #endif
293 #endif /* !defined(HAVE_USBSTACK) */
294 #endif /* !defined(SIMULATOR) */
296 /* Other Random Hardware */
297 #ifdef HAVE_TSC2100
298 #if !defined(SIMULATOR)
299 drivers/tsc2100.c
300 drivers/audio/tsc2100.c
301 #endif /* !SIMULATOR */
302 #endif
304 /* CPU Specific - By class then particular chip if applicable */
305 #if defined(CPU_SH)
307 #ifndef SIMULATOR
308 drivers/i2c.c
309 target/sh/adc-sh.c
310 target/sh/bitswap.S
311 target/sh/crt0.S
312 target/sh/kernel-sh.c
313 target/sh/memcpy-sh.S
314 target/sh/memmove-sh.S
315 target/sh/memset-sh.S
316 target/sh/strlen-sh.S
317 target/sh/system-sh.c
318 target/sh/archos/descramble.S
319 #endif /* SIMULATOR */
321 #elif defined(CPU_COLDFIRE)
323 #ifndef SIMULATOR
324 target/coldfire/crt0.S
325 #ifdef HAVE_PRIORITY_SCHEDULING
326 common/ffs.c
327 target/coldfire/ffs-coldfire.S
328 #endif
329 target/coldfire/memcpy-coldfire.S
330 target/coldfire/memmove-coldfire.S
331 target/coldfire/memset-coldfire.S
332 target/coldfire/strlen-coldfire.S
333 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
334  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
335 target/coldfire/memset16-coldfire.S
336 #endif
337 target/coldfire/kernel-coldfire.c
338 target/coldfire/system-coldfire.c
339 target/coldfire/timer-coldfire.c
340 #ifndef BOOTLOADER
341 target/coldfire/pcm-coldfire.c
342 #endif /* BOOTLOADER */
343 #if CONFIG_I2C == I2C_COLDFIRE
344 target/coldfire/i2c-coldfire.c
345 #endif /* CONFIG_I2C == I2C_COLDFIRE */
346 #endif /* SIMULATOR */
348 #elif defined(CPU_PP) || defined(CPU_ARM)
349 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
350 target/arm/memcpy-arm.S
351 target/arm/memmove-arm.S
352 common/strlen.c
353 #ifndef SIMULATOR
354 target/arm/memset-arm.S
355 target/arm/memset16-arm.S
356 #ifdef HAVE_PRIORITY_SCHEDULING
357 target/arm/ffs-arm.S
358 #endif
359 target/arm/system-arm.c
360 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
361 target/arm/i2c-pp.c
362 #elif CONFIG_I2C == I2C_PNX0101
363 target/arm/pnx0101/i2c-pnx0101.c
364 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
365 target/arm/i2c-telechips.c
366 #elif CONFIG_I2C == I2C_S3C2440
367 /* no i2c driver yet */
368 #elif CONFIG_I2C == I2C_S5L8700
369 target/arm/s5l8700/i2c-s5l8700.c
370 #endif
372 #if CONFIG_CPU == PNX0101
373 target/arm/pnx0101/kernel-pnx0101.c
374 target/arm/pnx0101/system-pnx0101.c
375 target/arm/pnx0101/timer-pnx0101.c
376 #endif
378 #if CONFIG_CPU == AS3525
379 target/arm/as3525/system-as3525.c
380 target/arm/as3525/kernel-as3525.c
381 target/arm/as3525/timer-as3525.c
382 target/arm/as3525/ata_sd_as3525.c
383 target/arm/as3525/power-as3525.c
384 target/arm/as3525/usb-as3525.c
385 target/arm/as3525/dma-pl081.c
386 target/arm/as3525/ascodec-as3525.c
387 #ifndef BOOTLOADER
388 target/arm/mmu-arm.S
389 drivers/generic_i2c.c
390 target/arm/adc-as3514.c
391 target/arm/as3525/audio-as3525.c
392 target/arm/as3525/debug-as3525.c
393 target/arm/as3525/fmradio-i2c-as3525.c
394 target/arm/as3525/i2s-as3525.c
395 target/arm/as3525/pcm-as3525.c
396 #endif /* BOOTLOADER */
397 #endif /* CONFIG_CPU == AS3525 */
399 #if defined(CPU_PP)
400 target/arm/kernel-pp.c
401 target/arm/timer-pp.c
402 #if CONFIG_CPU == PP5002
403 target/arm/system-pp5002.c
404 #elif defined CPU_PP502x
405 target/arm/system-pp502x.c
406 #endif
407 #ifdef BOOTLOADER
408 target/arm/crt0-pp-bl.S
409 #else
410 target/arm/pcm-pp.c
411 #if !defined(SANSA_E200) && !defined(SANSA_C200)
412 target/arm/audio-pp.c
413 #endif /* SANSA_E200 */
414 target/arm/crt0-pp.S
415 #endif
416 #elif CONFIG_CPU == PNX0101
417 target/arm/pnx0101/crt0-pnx0101.S
418 #elif CONFIG_CPU==DM320
419 target/arm/tms320dm320/crt0.S
420 #elif CONFIG_CPU==S3C2440
421 target/arm/s3c2440/crt0.S
422 #elif defined(CPU_TCC77X)
423 target/arm/tcc77x/crt0.S
424 #elif defined(CPU_TCC780X)
425 target/arm/tcc780x/crt0.S
426 #elif CONFIG_CPU==IMX31L
427 target/arm/imx31/crt0.S
428 #elif defined(CPU_S5L870X)
429 target/arm/s5l8700/crt0.S
430 #elif defined(CPU_ARM)
431 target/arm/crt0.S
432 #endif /* defined(CPU_*) */
433 #endif /* SIMULATOR */
435 #elif defined(CPU_MIPS)
436 #undef mips
437 /*target/mips/strlen.S*/
438 common/memmove.c
439 common/memset16.c
440 common/strlen.c
441 target/mips/ffs-mips.S
442 target/mips/memcpy-mips.S
443 target/mips/memset-mips.S
444 target/mips/mmu-mips.c
445 #if CONFIG_CPU==JZ4732
446 target/mips/ingenic_jz47xx/crt0.S
447 #endif /* CONFIG_CPU == JZ4732 */
449 #else
451 #ifdef HAVE_PRIORITY_SCHEDULING
452 common/ffs.c
453 #endif
454 common/memcpy.c
455 common/memmove.c
456 common/memset.c
457 common/memset16.c
458 common/strlen.c
459 #ifndef SIMULATOR
460 crt0.S
461 drivers/i2c.c
462 #endif /* SIMULATOR */
464 #endif /* defined(CPU_*) */
466 #ifdef ARCHOS_PLAYER
467 #ifndef SIMULATOR
468 target/sh/archos/ata-archos.c
469 target/sh/archos/timer-archos.c
470 target/sh/archos/ata-as-archos.S
471 target/sh/archos/player/button-player.c
472 target/sh/archos/player/hwcompat-player.c
473 target/sh/archos/player/lcd-as-player.S
474 target/sh/archos/player/lcd-player.c
475 target/sh/archos/player/power-player.c
476 target/sh/archos/player/powermgmt-player.c
477 target/sh/archos/player/usb-player.c
478 #endif /* SIMULATOR */
479 #endif /* ARCHOS_PLAYER */
481 #ifdef ARCHOS_RECORDER
482 #ifndef SIMULATOR
483 target/sh/archos/ata-archos.c
484 target/sh/archos/timer-archos.c
485 target/sh/archos/ata-as-archos.S
486 target/sh/archos/lcd-archos-bitmap.c
487 target/sh/archos/lcd-as-archos-bitmap.S   
488 target/sh/archos/recorder/button-recorder.c
489 target/sh/archos/recorder/power-recorder.c
490 target/sh/archos/recorder/powermgmt-recorder.c
491 target/sh/archos/recorder/usb-recorder.c
492 #endif /* SIMULATOR */
493 #endif /* ARCHOS_RECORDER */
495 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
496 #ifndef SIMULATOR
497 target/sh/archos/ata-archos.c
498 target/sh/archos/timer-archos.c
499 target/sh/archos/ata-as-archos.S
500 target/sh/archos/lcd-archos-bitmap.c
501 target/sh/archos/lcd-as-archos-bitmap.S
502 target/sh/archos/fm_v2/button-fm_v2.c
503 target/sh/archos/fm_v2/power-fm_v2.c
504 target/sh/archos/fm_v2/powermgmt-fm_v2.c
505 target/sh/archos/fm_v2/usb-fm_v2.c
506 #endif /* SIMULATOR */
507 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
509 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
510 #ifndef SIMULATOR
511 target/sh/archos/timer-archos.c
512 target/sh/archos/lcd-archos-bitmap.c
513 target/sh/archos/lcd-as-archos-bitmap.S
514 target/sh/archos/ondio/button-ondio.c
515 target/sh/archos/ondio/power-ondio.c
516 target/sh/archos/ondio/powermgmt-ondio.c
517 target/sh/archos/ondio/usb-ondio.c
518 #if (CONFIG_TUNER & TEA5767)
519 target/sh/archos/ondio/fmradio_i2c-ondio.c
520 #endif
521 #endif /* SIMULATOR */
522 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
524 #ifdef SANSA_E200
525 #ifndef SIMULATOR
526 target/arm/adc-as3514.c
527 target/arm/ascodec-pp.c
528 target/arm/ata-sd-pp.c
529 target/arm/lcd-as-memframe.S
530 target/arm/powermgmt-ascodec.c
531 target/arm/i2s-pp.c
532 target/arm/usb-fw-pp502x.c
533 target/arm/sandisk/backlight-c200_e200.c
534 target/arm/sandisk/power-c200_e200.c
535 target/arm/sandisk/sansa-e200/lcd-e200.c
536 target/arm/sandisk/sansa-e200/button-e200.c
537 target/arm/sandisk/sansa-e200/powermgmt-e200.c
538 #ifndef BOOTLOADER
539 target/arm/sandisk/audio-c200_e200.c
540 #endif /* BOOTLOADER */
541 #endif /* SIMULATOR */
542 #endif /* SANSA_E200 */
544 #ifdef SANSA_C200
545 #ifndef SIMULATOR
546 target/arm/adc-as3514.c
547 target/arm/ascodec-pp.c
548 target/arm/ata-sd-pp.c
549 target/arm/i2s-pp.c
550 target/arm/powermgmt-ascodec.c
551 target/arm/usb-fw-pp502x.c
552 target/arm/sandisk/backlight-c200_e200.c
553 target/arm/sandisk/power-c200_e200.c
554 target/arm/lcd-c200_c200v2.c
555 target/arm/sandisk/sansa-c200/lcd-as-c200.S
556 target/arm/sandisk/sansa-c200/button-c200.c
557 target/arm/sandisk/sansa-c200/powermgmt-c200.c
558 #ifndef BOOTLOADER
559 target/arm/sandisk/audio-c200_e200.c
560 #endif /* BOOTLOADER */
561 #endif /* SIMULATOR */
562 #endif /* SANSA_C200 */
564 #ifdef SANSA_VIEW
565 #ifndef SIMULATOR
566 /* target/arm/ascodec-pp.c */
567 target/arm/ata-sd-pp.c
568 target/arm/lcd-as-memframe.S
569 target/arm/i2s-pp.c
570 /* target/arm/usb-fw-pp502x.c */
571 target/arm/sandisk/sansa-view/backlight-view.c
572 target/arm/sandisk/sansa-view/adc-view.c
573 target/arm/sandisk/sansa-view/power-view.c
574 target/arm/sandisk/sansa-view/lcd-view.c
575 target/arm/sandisk/sansa-view/button-view.c
576 target/arm/sandisk/sansa-view/powermgmt-view.c
577 #ifndef BOOTLOADER
578 /* target/arm/sandisk/audio-view.c */
579 #endif /* BOOTLOADER */
580 #endif /* SIMULATOR */
581 #endif /* SANSA_VIEW */
583 #ifdef PHILIPS_SA9200
584 #ifndef SIMULATOR
585 #ifndef BOOTLOADER
586 drivers/synaptics-mep.c
587 #endif /* BOOTLOADER */
588 target/arm/adc-as3514.c
589 target/arm/ascodec-pp.c
590 target/arm/ata-sd-pp.c
591 target/arm/i2s-pp.c
592 target/arm/powermgmt-ascodec.c
593 target/arm/usb-fw-pp502x.c
594 target/arm/philips/sa9200/backlight-sa9200.c
595 target/arm/philips/sa9200/button-sa9200.c
596 target/arm/philips/sa9200/lcd-sa9200.c
597 target/arm/philips/sa9200/power-sa9200.c
598 target/arm/philips/sa9200/powermgmt-sa9200.c
599 #endif /* SIMULATOR */
600 #endif /* PHILIPS_SA9200 */
602 #ifdef PHILIPS_HDD1630
603 #ifndef SIMULATOR
604 #ifndef BOOTLOADER
605 drivers/synaptics-mep.c
606 #endif /* BOOTLOADER */
607 target/arm/ata-as-arm.S
608 target/arm/ata-pp5020.c
609 target/arm/wmcodec-pp.c
610 target/arm/i2s-pp.c
611 target/arm/adc-pp5020.c
612 target/arm/philips/hdd1630/backlight-hdd1630.c
613 target/arm/philips/hdd1630/button-hdd1630.c
614 target/arm/philips/hdd1630/fmradio_i2c-hdd1630.c
615 target/arm/philips/hdd1630/lcd-hdd1630.c
616 target/arm/philips/hdd1630/lcd-as-hdd1630.S
617 target/arm/philips/hdd1630/power-hdd1630.c
618 target/arm/philips/hdd1630/powermgmt-hdd1630.c
619 target/arm/usb-fw-pp502x.c
620 #endif /* SIMULATOR */
621 #endif /* PHILIPS_HDD1630 */
623 #ifdef IAUDIO_X5
624 #ifndef SIMULATOR
625 target/coldfire/ata-as-coldfire.S
626 target/coldfire/pcf50606-coldfire.c
627 target/coldfire/iaudio/adc-iaudio.c
628 target/coldfire/iaudio/ata-iaudio.c
629 target/coldfire/iaudio/fmradio_i2c-iaudio.c
630 target/coldfire/iaudio/lcd-remote-as-iaudio.S
631 target/coldfire/iaudio/lcd-remote-iaudio.c
632 target/coldfire/iaudio/pcf50606-iaudio.c
633 target/coldfire/iaudio/power-x5m5.c
634 target/coldfire/iaudio/powermgmt-iaudio.c
635 target/coldfire/iaudio/system-iaudio.c
636 target/coldfire/iaudio/usb-iaudio.c
637 target/coldfire/iaudio/x5/backlight-x5.c
638 target/coldfire/iaudio/x5/button-x5.c
639 target/coldfire/iaudio/x5/ds2411-x5.c
640 target/coldfire/iaudio/x5/lcd-as-x5.S
641 target/coldfire/iaudio/x5/lcd-x5.c
642 target/coldfire/iaudio/x5/m5636-x5.c
643 #ifndef BOOTLOADER
644 target/coldfire/iaudio/audio-iaudio.c
645 #endif
646 #endif /* SIMULATOR */
647 #endif /* IAUDIO_X5 */
649 #ifdef IAUDIO_M5
650 #ifndef SIMULATOR
651 target/coldfire/ata-as-coldfire.S
652 target/coldfire/pcf50606-coldfire.c
653 target/coldfire/iaudio/adc-iaudio.c
654 target/coldfire/iaudio/ata-iaudio.c
655 #ifdef HAVE_FMRADIO_IN  /* FM radio mod */
656 target/coldfire/iaudio/fmradio_i2c-iaudio.c
657 #endif
658 target/coldfire/iaudio/lcd-remote-as-iaudio.S
659 target/coldfire/iaudio/lcd-remote-iaudio.c
660 target/coldfire/iaudio/m5/backlight-m5.c
661 target/coldfire/iaudio/m5/button-m5.c
662 target/coldfire/iaudio/m5/lcd-as-m5.S
663 target/coldfire/iaudio/m5/lcd-m5.c
664 target/coldfire/iaudio/pcf50606-iaudio.c
665 target/coldfire/iaudio/power-x5m5.c
666 target/coldfire/iaudio/powermgmt-iaudio.c
667 target/coldfire/iaudio/system-iaudio.c
668 target/coldfire/iaudio/usb-iaudio.c
669 #ifndef BOOTLOADER
670 target/coldfire/iaudio/audio-iaudio.c
671 #endif
672 #endif /* SIMULATOR */
673 #endif /* IAUDIO_M5 */
675 #ifdef IAUDIO_M3
676 #ifndef SIMULATOR
677 target/coldfire/ata-as-coldfire.S
678 target/coldfire/iaudio/fmradio_i2c-iaudio.c
679 target/coldfire/iaudio/m3/adc-m3.c
680 target/coldfire/iaudio/m3/ata-m3.c
681 target/coldfire/iaudio/m3/backlight-m3.c
682 target/coldfire/iaudio/m3/button-m3.c
683 target/coldfire/iaudio/m3/lcd-m3.c
684 target/coldfire/iaudio/m3/lcd-as-m3.S
685 target/coldfire/iaudio/m3/power-m3.c
686 target/coldfire/iaudio/m3/powermgmt-m3.c
687 target/coldfire/iaudio/m3/system-m3.c
688 target/coldfire/iaudio/m3/usb-m3.c
689 #ifndef BOOTLOADER
690 target/coldfire/iaudio/audio-iaudio.c
691 #endif
692 #endif /* SIMULATOR */
693 #endif /* IAUDIO_M3 */
695 #ifdef IRIVER_IFP7XX_SERIES
696 #ifdef STUB
697 ifp_usb_serial.c
698 common/sscanf.c
699 #endif /* STUB */
700 #endif /* IRIVER_IFP7XX_SERIES */
702 #ifdef IRIVER_H300_SERIES
703 #ifndef SIMULATOR
704 target/coldfire/ata-as-coldfire.S
705 target/coldfire/pcf50606-coldfire.c
706 target/coldfire/iriver/ata-iriver.c
707 target/coldfire/iriver/lcd-remote-iriver.c
708 target/coldfire/iriver/lcd-remote-as-iriver.S
709 target/coldfire/iriver/system-iriver.c
710 target/coldfire/iriver/fmradio_i2c-iriver.c
711 target/coldfire/iriver/h300/sw_i2c-h300.c
712 target/coldfire/iriver/h300/adc-h300.c
713 target/coldfire/iriver/h300/backlight-h300.c
714 target/coldfire/iriver/h300/button-h300.c
715 target/coldfire/iriver/h300/pcf50606-h300.c
716 target/coldfire/iriver/h300/lcd-as-h300.S
717 target/coldfire/iriver/h300/lcd-h300.c
718 target/coldfire/iriver/h300/power-h300.c
719 target/coldfire/iriver/h300/powermgmt-h300.c
720 target/coldfire/iriver/h300/usb-h300.c
721 #ifndef BOOTLOADER
722 target/coldfire/iriver/audio-iriver.c
723 target/coldfire/iriver/udacodec-iriver.c
724 #endif
725 #endif /* SIMULATOR */
726 #endif /* IRIVER_H300_SERIES */
728 #ifdef IRIVER_H100_SERIES
729 #ifndef SIMULATOR
730 drivers/sw_i2c.c
731 target/coldfire/ata-as-coldfire.S
732 target/coldfire/iriver/ata-iriver.c
733 target/coldfire/iriver/lcd-remote-iriver.c
734 target/coldfire/iriver/lcd-remote-as-iriver.S
735 target/coldfire/iriver/system-iriver.c
736 target/coldfire/iriver/fmradio_i2c-iriver.c
737 target/coldfire/iriver/h100/adc-h100.c
738 target/coldfire/iriver/h100/backlight-h100.c
739 target/coldfire/iriver/h100/button-h100.c
740 target/coldfire/iriver/h100/lcd-as-h100.S
741 target/coldfire/iriver/h100/lcd-h100.c
742 target/coldfire/iriver/h100/power-h100.c
743 target/coldfire/iriver/h100/powermgmt-h100.c
744 #ifndef BOOTLOADER
745 target/coldfire/iriver/audio-iriver.c
746 target/coldfire/iriver/udacodec-iriver.c
747 target/coldfire/iriver/h100/spdif-h100.c
748 #endif
749 target/coldfire/iriver/h100/usb-h100.c
750 #endif /* SIMULATOR */
751 #endif /* IRIVER_H100_SERIES */
753 #ifdef IRIVER_H10
754 #ifndef SIMULATOR
755 target/arm/ata-as-arm.S
756 target/arm/ata-pp5020.c
757 target/arm/wmcodec-pp.c
758 target/arm/i2s-pp.c
759 target/arm/adc-pp5020.c
760 target/arm/iriver/h10/backlight-h10.c
761 target/arm/iriver/h10/button-h10.c
762 target/arm/iriver/h10/fmradio_i2c-h10.c
763 target/arm/iriver/h10/lcd-h10_20gb.c
764 target/arm/iriver/h10/lcd-as-h10.S
765 target/arm/iriver/h10/power-h10.c
766 target/arm/iriver/h10/powermgmt-h10.c
767 target/arm/usb-fw-pp502x.c
768 #endif /* SIMULATOR */
769 #endif /* IRIVER_H10 */
771 #ifdef IRIVER_H10_5GB
772 #ifndef SIMULATOR
773 target/arm/ata-as-arm.S
774 target/arm/ata-pp5020.c
775 target/arm/wmcodec-pp.c
776 target/arm/i2s-pp.c
777 target/arm/adc-pp5020.c
778 target/arm/iriver/h10/backlight-h10.c
779 target/arm/iriver/h10/button-h10.c
780 target/arm/iriver/h10/fmradio_i2c-h10.c
781 target/arm/iriver/h10/lcd-h10_5gb.c
782 target/arm/iriver/h10/power-h10.c
783 target/arm/iriver/h10/powermgmt-h10.c
784 target/arm/usb-fw-pp502x.c
785 #endif /* SIMULATOR */
786 #endif /* IRIVER_H10_5GB */
788 #ifdef GIGABEAT_F
789 #ifndef SIMULATOR
790 target/arm/lcd-as-memframe.S
791 target/arm/mmu-arm.S
792 target/arm/s3c2440/debug-s3c2440.c
793 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
794 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
795 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
796 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
797 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
798 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
799 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
800 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
801 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
802 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
803 #ifndef BOOTLOADER
804 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
805 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
806 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
807 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
808 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
809 #endif
810 #endif /* SIMULATOR */
811 #endif /* GIGABEAT_F */
813 #ifdef GIGABEAT_S
814 #ifndef SIMULATOR
815 target/arm/lcd-as-memframe.S
816 target/arm/mmu-arm.S
817 target/arm/imx31/ccm-imx31.c
818 target/arm/imx31/debug-imx31.c
819 target/arm/imx31/rolo_restart.S
820 target/arm/imx31/sdma-imx31.c
821 target/arm/imx31/gigabeat-s/adc-imx31.c
822 target/arm/imx31/gigabeat-s/ata-imx31.c
823 target/arm/imx31/gigabeat-s/avic-imx31.c
824 target/arm/imx31/gigabeat-s/backlight-imx31.c
825 target/arm/imx31/gigabeat-s/button-imx31.c
826 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
827 target/arm/imx31/gigabeat-s/gpio-imx31.c
828 target/arm/imx31/gigabeat-s/kernel-imx31.c
829 target/arm/imx31/gigabeat-s/i2c-imx31.c
830 target/arm/imx31/gigabeat-s/i2s-imx31.c
831 target/arm/imx31/gigabeat-s/lcd-imx31.c
832 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
833 target/arm/imx31/gigabeat-s/mc13783-imx31.c
834 target/arm/imx31/gigabeat-s/mmu-imx31.c
835 target/arm/imx31/gigabeat-s/power-imx31.c
836 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
837 target/arm/imx31/gigabeat-s/spi-imx31.c
838 target/arm/imx31/gigabeat-s/system-imx31.c
839 target/arm/imx31/gigabeat-s/usb-imx31.c
840 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
841 #ifndef BOOTLOADER
842 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
843 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
844 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
845 target/arm/imx31/gigabeat-s/pcm-imx31.c
846 target/arm/imx31/gigabeat-s/timer-imx31.c
847 #endif
848 #endif /* SIMULATOR */
849 #endif /* GIGABEAT_S */
851 #if CONFIG_CPU == DM320
852 target/arm/tms320dm320/debug-dm320.c
853 target/arm/tms320dm320/dsp-dm320.c
854 target/arm/tms320dm320/i2c-dm320.c
855 target/arm/tms320dm320/kernel-dm320.c
856 target/arm/tms320dm320/spi-dm320.c
857 target/arm/tms320dm320/system-dm320.c
858 target/arm/tms320dm320/timer-dm320.c
859 target/arm/tms320dm320/uart-dm320.c
860 #endif /* CONFIG_CPU == DM320 */
862 #ifdef MROBE_500
863 #ifndef SIMULATOR
864 target/arm/lcd-as-memframe.S
865 target/arm/mmu-arm.S
866 target/arm/tms320dm320/mrobe-500/adc-mr500.c
867 target/arm/tms320dm320/mrobe-500/ata-mr500.c
868 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
869 target/arm/tms320dm320/mrobe-500/button-mr500.c
870 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
871 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
872 #if defined(HAVE_REMOTE_LCD)
873 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
874 #endif
875 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
876 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
877 target/arm/tms320dm320/mrobe-500/power-mr500.c
878 target/arm/tms320dm320/mrobe-500/usb-mr500.c
879 #endif /* SIMULATOR */
880 #endif /* MROBE_500 */
882 #ifdef CREATIVE_ZVx
883 #ifndef SIMULATOR
884 target/arm/ata-as-arm.S
885 target/arm/lcd-as-memframe.S
886 target/arm/mmu-arm.S
887 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
888 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
889 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
890 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
891 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
892 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
893 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
894 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
895 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
896 #endif /* SIMULATOR */
897 #endif /* CREATIVE_ZVx */
899 #ifdef MROBE_100
900 #ifndef SIMULATOR
901 #ifndef BOOTLOADER
902 drivers/synaptics-mep.c
903 #endif /* BOOTLOADER */
904 drivers/sw_i2c.c
905 target/arm/ata-as-arm.S
906 target/arm/ata-pp5020.c
907 target/arm/wmcodec-pp.c
908 target/arm/i2s-pp.c
909 target/arm/adc-pp5020.c
910 target/arm/olympus/mrobe-100/backlight-mr100.c
911 target/arm/olympus/mrobe-100/button-mr100.c
912 target/arm/olympus/mrobe-100/lcd-mr100.c
913 target/arm/olympus/mrobe-100/lcd-as-mr100.S
914 target/arm/olympus/mrobe-100/power-mr100.c
915 target/arm/olympus/mrobe-100/powermgmt-mr100.c
916 target/arm/usb-fw-pp502x.c
917 #endif /* SIMULATOR */
918 #endif /* MROBE_100 */
920 #ifdef ELIO_TPJ1022
921 #ifndef SIMULATOR
922 target/arm/ata-as-arm.S
923 target/arm/ata-pp5020.c
924 target/arm/wmcodec-pp.c
925 target/arm/i2s-pp.c
926 target/arm/adc-pp5020.c
927 target/arm/tatung/tpj1022/backlight-tpj1022.c
928 target/arm/tatung/tpj1022/button-tpj1022.c
929 target/arm/tatung/tpj1022/lcd-tpj1022.c
930 target/arm/tatung/tpj1022/power-tpj1022.c
931 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
932 target/arm/usb-fw-pp502x.c
933 #endif /* SIMULATOR */
934 #endif /* ELIO_TPJ1022 */
936 #ifdef IPOD_4G
937 #ifndef SIMULATOR
938 drivers/pcf50605.c
939 target/arm/wmcodec-pp.c
940 target/arm/i2s-pp.c
941 target/arm/ata-as-arm.S
942 target/arm/ata-pp5020.c
943 target/arm/ipod/adc-ipod-pcf.c
944 target/arm/ipod/backlight-4g_color.c
945 target/arm/ipod/button-clickwheel.c
946 target/arm/ipod/lcd-as-gray.S
947 target/arm/ipod/lcd-gray.c
948 target/arm/ipod/power-ipod.c
949 target/arm/ipod/powermgmt-ipod-pcf.c
950 target/arm/usb-fw-pp502x.c
951 #endif /* SIMULATOR */
952 #endif /* IPOD_4G */
954 #ifdef IPOD_COLOR
955 #ifndef SIMULATOR
956 drivers/pcf50605.c
957 target/arm/ata-as-arm.S
958 target/arm/ata-pp5020.c
959 target/arm/wmcodec-pp.c
960 target/arm/i2s-pp.c
961 target/arm/ipod/adc-ipod-pcf.c
962 target/arm/ipod/backlight-4g_color.c
963 target/arm/ipod/button-clickwheel.c
964 target/arm/ipod/lcd-color_nano.c
965 target/arm/ipod/power-ipod.c
966 target/arm/ipod/powermgmt-ipod-pcf.c
967 target/arm/usb-fw-pp502x.c
968 #endif /* SIMULATOR */
969 #endif /* IPOD_COLOR */
971 #ifdef IPOD_NANO
972 #ifndef SIMULATOR
973 drivers/pcf50605.c
974 target/arm/ata-as-arm.S
975 target/arm/ata-pp5020.c
976 target/arm/wmcodec-pp.c
977 target/arm/i2s-pp.c
978 target/arm/ipod/adc-ipod-pcf.c
979 target/arm/ipod/backlight-nano_video.c
980 target/arm/ipod/button-clickwheel.c
981 target/arm/ipod/lcd-color_nano.c
982 target/arm/ipod/power-ipod.c
983 target/arm/ipod/powermgmt-ipod-pcf.c
984 target/arm/usb-fw-pp502x.c
985 #endif /* SIMULATOR */
986 #endif /* IPOD_NANO */
988 #ifdef IPOD_VIDEO
989 #ifndef SIMULATOR
990 drivers/pcf50605.c
991 target/arm/ata-as-arm.S
992 target/arm/ata-pp5020.c
993 target/arm/wmcodec-pp.c
994 target/arm/i2s-pp.c
995 target/arm/ipod/adc-ipod-pcf.c
996 target/arm/ipod/backlight-nano_video.c
997 target/arm/ipod/button-clickwheel.c
998 target/arm/ipod/power-ipod.c
999 target/arm/ipod/powermgmt-ipod-pcf.c
1000 target/arm/ipod/video/lcd-as-video.S
1001 target/arm/ipod/video/lcd-video.c
1002 target/arm/usb-fw-pp502x.c
1003 #endif /* SIMULATOR */
1004 #endif /* IPOD_VIDEO */
1006 #ifdef IPOD_3G
1007 #ifndef SIMULATOR
1008 drivers/pcf50605.c
1009 target/arm/ata-pp5002.c
1010 target/arm/wmcodec-pp.c
1011 target/arm/i2s-pp.c
1012 target/arm/ipod/adc-ipod-pcf.c
1013 target/arm/ipod/3g/backlight-3g.c
1014 target/arm/ipod/button-1g-3g.c
1015 target/arm/ipod/lcd-as-gray.S
1016 target/arm/ipod/lcd-gray.c
1017 target/arm/ipod/power-ipod.c
1018 target/arm/ipod/powermgmt-ipod-pcf.c
1019 target/arm/usb-fw-pp5002.c
1020 #endif /* SIMULATOR */
1021 #endif /* IPOD_3G */
1023 #ifdef IPOD_1G2G
1024 #ifndef SIMULATOR
1025 target/arm/ata-pp5002.c
1026 target/arm/wmcodec-pp.c
1027 target/arm/i2s-pp.c
1028 target/arm/ipod/1g2g/adc-ipod-1g2g.c
1029 target/arm/ipod/1g2g/backlight-1g2g.c
1030 target/arm/ipod/1g2g/powermgmt-1g2g.c
1031 target/arm/ipod/button-1g-3g.c
1032 target/arm/ipod/lcd-as-gray.S
1033 target/arm/ipod/lcd-gray.c
1034 target/arm/ipod/power-ipod.c
1035 target/arm/usb-fw-pp5002.c
1036 #endif /* SIMULATOR */
1037 #endif /* IPOD_1G2G */
1039 #ifdef IPOD_MINI
1040 #ifndef SIMULATOR
1041 drivers/pcf50605.c
1042 target/arm/ata-as-arm.S
1043 target/arm/ata-pp5020.c
1044 target/arm/wmcodec-pp.c
1045 target/arm/i2s-pp.c
1046 target/arm/ipod/adc-ipod-pcf.c
1047 target/arm/ipod/backlight-mini1g_mini2g.c
1048 target/arm/ipod/button-mini1g.c
1049 target/arm/ipod/lcd-as-gray.S
1050 target/arm/ipod/lcd-gray.c
1051 target/arm/ipod/power-ipod.c
1052 target/arm/ipod/powermgmt-ipod-pcf.c
1053 target/arm/usb-fw-pp502x.c
1054 #endif /* SIMULATOR */
1055 #endif /* IPOD_MINI */
1057 #ifdef IPOD_MINI2G
1058 #ifndef SIMULATOR
1059 drivers/pcf50605.c
1060 target/arm/ata-as-arm.S
1061 target/arm/ata-pp5020.c
1062 target/arm/wmcodec-pp.c
1063 target/arm/i2s-pp.c
1064 target/arm/ipod/adc-ipod-pcf.c
1065 target/arm/ipod/backlight-mini1g_mini2g.c
1066 target/arm/ipod/button-clickwheel.c
1067 target/arm/ipod/lcd-as-gray.S
1068 target/arm/ipod/lcd-gray.c
1069 target/arm/ipod/power-ipod.c
1070 target/arm/ipod/powermgmt-ipod-pcf.c
1071 target/arm/usb-fw-pp502x.c
1072 #endif /* SIMULATOR */
1073 #endif /* IPOD_MINI2G */
1075 #ifdef IRIVER_IFP7XX
1076 #ifndef SIMULATOR
1077 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1078 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1079 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1080 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1081 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1082 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1083 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1084 #ifndef BOOTLOADER
1085 target/arm/pnx0101/pcm-pnx0101.c
1086 #endif /* BOOTLOADER */
1087 #endif /* SIMULATOR */
1088 #endif /* IRIVER_IFP7XX */
1090 #ifdef LOGIK_DAX
1091 #ifndef SIMULATOR
1092 drivers/nand_id.c
1093 target/arm/lcd-ssd1815.c
1094 target/arm/tcc77x/adc-tcc77x.c
1095 target/arm/tcc77x/kernel-tcc77x.c
1096 target/arm/tcc77x/powermgmt-tcc77x.c
1097 target/arm/tcc77x/system-tcc77x.c
1098 target/arm/tcc77x/timer-tcc77x.c
1099 target/arm/usb-tcc.c
1100 target/arm/tcc77x/logikdax/button-logikdax.c
1101 target/arm/tcc77x/logikdax/power-logikdax.c
1102 #ifndef BOOTLOADER
1103 target/arm/wmcodec-telechips.c
1104 target/arm/tcc77x/debug-tcc77x.c
1105 target/arm/pcm-telechips.c
1106 target/arm/tcc77x/logikdax/audio-logikdax.c
1107 #endif /* BOOTLOADER */
1108 #endif /* SIMULATOR */
1109 #endif /* LOGIK_DAX */
1111 #ifdef SANSA_M200
1112 #ifndef SIMULATOR
1113 drivers/nand_id.c
1114 target/arm/lcd-ssd1815.c
1115 target/arm/tcc77x/adc-tcc77x.c
1116 target/arm/tcc77x/kernel-tcc77x.c
1117 target/arm/tcc77x/powermgmt-tcc77x.c
1118 target/arm/tcc77x/system-tcc77x.c
1119 target/arm/tcc77x/timer-tcc77x.c
1120 target/arm/usb-tcc.c
1121 target/arm/tcc77x/m200/button-m200.c
1122 target/arm/tcc77x/m200/power-m200.c
1123 #ifndef BOOTLOADER
1124 target/arm/wmcodec-telechips.c
1125 target/arm/tcc77x/debug-tcc77x.c
1126 target/arm/pcm-telechips.c
1127 target/arm/tcc77x/m200/audio-m200.c
1128 #endif /* BOOTLOADER */
1129 #endif /* SIMULATOR */
1130 #endif /* SANSA_M200 */
1132 #ifdef SANSA_C100
1133 #ifndef SIMULATOR
1134 drivers/nand_id.c
1135 target/arm/usb-tcc.c
1136 target/arm/tcc77x/system-tcc77x.c
1137 target/arm/tcc77x/kernel-tcc77x.c
1138 target/arm/tcc77x/timer-tcc77x.c
1139 target/arm/tcc77x/adc-tcc77x.c
1140 target/arm/tcc77x/powermgmt-tcc77x.c
1141 target/arm/tcc77x/c100/lcd-S6B33B2.c
1142 target/arm/tcc77x/c100/button-c100.c
1143 target/arm/tcc77x/c100/power-c100.c
1144 #ifndef BOOTLOADER
1145 target/arm/tcc77x/debug-tcc77x.c
1146 target/arm/pcm-telechips.c
1147 target/arm/tcc77x/c100/audio-c100.c
1148 #endif /* BOOTLOADER */
1149 #endif /* SIMULATOR */
1150 #endif /* SANSA_C100 */
1152 #ifdef SANSA_CLIP
1153 #ifndef SIMULATOR
1154 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1155 target/arm/as3525/sansa-clip/lcd-as-clip.S
1156 target/arm/as3525/sansa-clip/button-clip.c
1157 target/arm/as3525/sansa-clip/backlight-clip.c
1158 #ifndef BOOTLOADER
1159 target/arm/powermgmt-ascodec.c
1160 target/arm/as3525/sansa-clip/powermgmt-clip.c
1161 #endif /* !BOOTLOADER */
1162 #endif /* !SIMULATOR */
1163 #endif /* SANSA_CLIP */
1165 #ifdef SANSA_E200V2
1166 #ifndef SIMULATOR
1167 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1168 target/arm/as3525/lcd-as-e200v2-fuze.S
1169 target/arm/as3525/button-e200v2-fuze.c
1170 target/arm/as3525/backlight-e200v2-fuze.c
1171 #ifndef BOOTLOADER
1172 target/arm/powermgmt-ascodec.c
1173 target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1174 #endif /* !BOOTLOADER */
1175 #endif /* !SIMULATOR */
1176 #endif /* SANSA_E200V2 */
1178 #ifdef SANSA_C200V2
1179 #ifndef SIMULATOR
1180 target/arm/lcd-c200_c200v2.c
1181 target/arm/as3525/sansa-c200v2/button-c200v2.c
1182 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1183 #ifndef BOOTLOADER
1184 target/arm/as3525/powermgmt-as3525.c
1185 #endif /* !BOOTLOADER */
1186 #endif /* !SIMULATOR */
1187 #endif /* SANSA_E200V2 */
1189 #ifdef SANSA_M200V4
1190 #ifndef SIMULATOR
1191 target/arm/lcd-ssd1815.c
1192 target/arm/as3525/sansa-m200v4/button-m200v4.c
1193 #ifndef BOOTLOADER
1194 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1195 #endif /* !BOOTLOADER */
1196 #endif /* !SIMULATOR */
1197 #endif /* SANSA_M200V4 */
1199 #ifdef SANSA_FUZE
1200 #ifndef SIMULATOR
1201 target/arm/as3525/button-e200v2-fuze.c
1202 target/arm/as3525/sansa-fuze/lcd-fuze.c
1203 target/arm/as3525/lcd-as-e200v2-fuze.S
1204 target/arm/as3525/backlight-e200v2-fuze.c
1205 #ifndef BOOTLOADER
1206 target/arm/powermgmt-ascodec.c
1207 target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1208 #endif /* !BOOTLOADER */
1209 #endif /* !SIMULATOR */
1210 #endif /* SANSA_FUZE */
1212 #ifdef IAUDIO_7
1213 #ifndef SIMULATOR
1214 drivers/nand_id.c
1215 drivers/pcf50606.c
1216 target/arm/usb-tcc.c
1217 target/arm/tcc77x/system-tcc77x.c
1218 target/arm/tcc77x/kernel-tcc77x.c
1219 target/arm/tcc77x/timer-tcc77x.c
1220 target/arm/tcc77x/adc-tcc77x.c
1221 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1222 target/arm/tcc77x/iaudio7/power-iaudio7.c
1223 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1224 target/arm/tcc77x/iaudio7/button-iaudio7.c
1225 target/arm/tcc77x/iaudio7/ata2501.c
1226 #ifndef BOOTLOADER
1227 target/arm/wmcodec-telechips.c
1228 target/arm/pcm-telechips.c
1229 target/arm/tcc77x/debug-tcc77x.c
1230 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1231 #endif /* BOOTLOADER */
1232 #endif /* SIMULATOR */
1233 #endif /* IAUDIO_7 */
1235 #ifdef COWON_D2
1236 #ifndef SIMULATOR
1237 drivers/nand_id.c
1238 drivers/pcf50606.c
1239 target/arm/lcd-as-memframe.S
1240 target/arm/tcc780x/adc-tcc780x.c
1241 target/arm/tcc780x/system-tcc780x.c
1242 target/arm/tcc780x/kernel-tcc780x.c
1243 target/arm/tcc780x/cowond2/button-cowond2.c
1244 target/arm/tcc780x/cowond2/lcd-cowond2.c
1245 target/arm/tcc780x/cowond2/power-cowond2.c
1246 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1247 target/arm/tcc780x/cowond2/backlight-cowond2.c
1248 target/arm/usb-tcc.c
1249 #ifndef BOOTLOADER
1250 target/arm/tcc780x/timer-tcc780x.c
1251 target/arm/wmcodec-telechips.c
1252 target/arm/tcc780x/debug-tcc780x.c
1253 target/arm/pcm-telechips.c
1254 target/arm/tcc780x/cowond2/audio-cowond2.c
1255 #endif /* BOOTLOADER */
1256 #endif /* SIMULATOR */
1257 #endif /* COWON_D2 */
1259 #ifdef CPU_S5L870X
1260 target/arm/s5l8700/system-s5l8700.c
1261 #endif
1263 #ifdef MEIZU_M6SL
1264 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1265 drivers/qt1106.c
1266 #ifndef SIMULATOR
1267 #ifndef BOOTLOADER
1268 #endif /* BOOTLOADER */
1269 #endif /* SIMULATOR */
1270 #endif /* MEIZU_M6SL */
1272 #ifdef MEIZU_M6SP
1273 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1274 #ifndef SIMULATOR
1275 #ifndef BOOTLOADER
1276 #endif /* BOOTLOADER */
1277 #endif /* SIMULATOR */
1278 #endif /* MEIZU_M6SP */
1280 #ifdef MEIZU_M3
1281 target/arm/s5l8700/backlight-meizu.c
1282 target/arm/s5l8700/kernel-s5l8700.c
1283 target/arm/s5l8700/meizu-m3/lcd-m3.c
1284 drivers/qt1106.c
1285 #ifndef SIMULATOR
1286 #ifndef BOOTLOADER
1287 target/arm/s5l8700/dma-s5l8700.c
1288 target/arm/s5l8700/pcm-s5l8700.c
1289 target/arm/s5l8700/udacodec-meizu.c
1290 #endif /* BOOTLOADER */
1291 #endif /* SIMULATOR */
1292 #endif /* MEIZU_M3 */
1294 #ifdef IPOD_NANO2G
1295 target/arm/s5l8700/kernel-s5l8700.c
1296 target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
1297 #endif
1299 #ifndef SIMULATOR
1300 #if CONFIG_CPU == JZ4732
1301 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1302 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1303 target/mips/ingenic_jz47xx/debug-jz4740.c
1304 target/mips/ingenic_jz47xx/fmradio-i2c-jz4740.c
1305 target/mips/ingenic_jz47xx/kernel-jz4740.c
1306 target/mips/ingenic_jz47xx/i2c-jz4740.c
1307 target/mips/ingenic_jz47xx/lcd-jz4740.c
1308 target/mips/ingenic_jz47xx/system-jz4740.c
1309 target/mips/ingenic_jz47xx/usb-jz4740.c
1310 target/mips/ingenic_jz47xx/timer-jz4740.c
1311 #ifndef BOOTLOADER
1312 target/mips/ingenic_jz47xx/codec-jz4740.c
1313 target/mips/ingenic_jz47xx/pcm-jz4740.c
1314 #endif /* BOOTLOADER */
1315 drivers/nand_id.c
1316 #endif /* CONFIG_CPU == JZ4732 */
1318 #if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
1319 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1320 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1321 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1322 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1323 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1324 #endif /* ONDA_VX747 || ONDA_VX747P || ONDA_VX777 */
1326 #ifdef ONDA_VX767
1327 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1328 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1329 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1330 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1331 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1332 #endif /* ONDA_VX767 */
1334 #if defined(LYRE_PROTO1)
1335 target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
1336 target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c
1337 target/arm/at91sam/lyre_proto1/button-lyre_proto1.c
1338 target/arm/at91sam/lyre_proto1/crt0.S
1339 target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c
1340 target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c
1341 target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
1342 target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
1343 target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c
1344 #endif
1345 #endif /* SIMULATOR */
1347 #ifdef SAMSUNG_YH820
1348 #ifndef SIMULATOR
1349 target/arm/ata-as-arm.S
1350 target/arm/ata-pp5020.c
1351 target/arm/adc-pp5020.c
1352 target/arm/i2s-pp.c
1353 target/arm/usb-fw-pp502x.c
1354 target/arm/samsung/akcodec-yh82x_yh92x.c
1355 target/arm/samsung/button-yh82x_yh92x.c
1356 target/arm/samsung/power-yh82x_yh92x.c
1357 target/arm/samsung/yh820/backlight-yh820.c
1358 target/arm/samsung/yh820/lcd-yh820.c
1359 target/arm/samsung/yh820/lcd-as-yh820.S
1360 target/arm/samsung/yh820/powermgmt-yh820.c
1361 #endif /* SIMULATOR */
1362 #endif /* SAMSUNG_YH820 */
1364 #ifdef SAMSUNG_YH920
1365 #ifndef SIMULATOR
1366 target/arm/ata-as-arm.S
1367 target/arm/ata-pp5020.c
1368 target/arm/adc-pp5020.c
1369 target/arm/i2s-pp.c
1370 target/arm/usb-fw-pp502x.c
1371 target/arm/samsung/akcodec-yh82x_yh92x.c
1372 target/arm/samsung/button-yh82x_yh92x.c
1373 target/arm/samsung/power-yh82x_yh92x.c
1374 target/arm/samsung/yh920/backlight-yh920.c
1375 target/arm/samsung/yh920/lcd-yh920.c
1376 target/arm/samsung/yh920/powermgmt-yh920.c
1377 #endif /* SIMULATOR */
1378 #endif /* SAMSUNG_YH920 */
1380 #ifdef SAMSUNG_YH925
1381 #ifndef SIMULATOR
1382 target/arm/ata-as-arm.S
1383 target/arm/ata-pp5020.c
1384 target/arm/adc-pp5020.c
1385 target/arm/i2s-pp.c
1386 target/arm/usb-fw-pp502x.c
1387 target/arm/samsung/akcodec-yh82x_yh92x.c
1388 target/arm/samsung/button-yh82x_yh92x.c
1389 target/arm/samsung/power-yh82x_yh92x.c
1390 target/arm/samsung/yh925/backlight-yh925.c
1391 target/arm/samsung/yh925/lcd-yh925.c
1392 target/arm/samsung/yh925/lcd-as-yh925.S
1393 target/arm/samsung/yh925/powermgmt-yh925.c
1394 #endif /* SIMULATOR */
1395 #endif /* SAMSUNG_YH925 */