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