9 #ifdef ROCKBOX_HAS_LOGF
11 #endif /* ROCKBOX_HAS_LOGF */
16 #endif /* RB_PROFILE */
20 #endif /* SIMULATOR */
34 #endif /* SIMULATOR */
37 #endif /* HAVE_DIRCACHE */
39 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
41 #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
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
84 drivers/lcd-1bit-vert.c
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
92 #endif /* LCD_PIXELFORMAT */
94 #if defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE
95 drivers/lcd-16bit-vert.c
99 #endif /* LCD_DEPTH */
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 */
126 #endif /* SIMULATOR */
127 #ifdef HAVE_TOUCHSCREEN
128 drivers/touchscreen.c
134 #if (CONFIG_STORAGE & STORAGE_MMC)
137 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
140 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
141 target/arm/ata-nand-telechips.c
143 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
144 target/arm/s5l8700/ata-nand-s5l8700.c
146 #if (CONFIG_STORAGE & STORAGE_ATA)
149 #if (CONFIG_STORAGE & STORAGE_SD)
152 #if (CONFIG_STORAGE & STORAGE_RAMDISK)
155 #ifdef CONFIG_STORAGE_MULTI
159 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
162 #endif /* SIMULATOR */
166 drivers/eeprom_24cxx.c
167 #ifdef HAVE_EEPROM_SETTINGS
169 #endif /* HAVE_EEPROM_SETTINGS */
170 #endif /* HAVE_EEPROM */
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)
202 #endif /* (CONFIG_RTC == RTC_) */
203 #endif /* SIMULATOR */
210 #if (CONFIG_TUNER & LV24020LP)
211 drivers/tuner/lv24020lp.c
212 #endif /* (CONFIG_TUNER & LV24020LP) */
213 #if (CONFIG_TUNER & S1A0903X01)
215 drivers/tuner/s1a0903x01.c
216 #endif /* (CONFIG_TUNER & S1A0903X01) */
217 #if (CONFIG_TUNER & TEA5760)
218 drivers/tuner/tea5760uk.c
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 */
234 #if CONFIG_CODEC != SWCODEC
236 #endif /* CONFIG_CODEC != SWCODEC */
239 #if CONFIG_CODEC == SWCODEC
244 #ifdef HAVE_RECORDING
246 #endif /* HAVE_RECORDING */
247 #endif /* BOOTLOADER */
254 #endif /* SIMULATOR */
255 #endif /* BOOTLOADER */
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) */
291 #if !defined(SIMULATOR)
294 #ifdef USB_ENABLE_STORAGE
295 usbstack/usb_storage.c
297 #ifdef USB_ENABLE_SERIAL
298 usbstack/usb_serial.c
300 #ifdef USB_ENABLE_CHARGING_ONLY
301 usbstack/usb_charging_only.c
303 #ifdef USB_ENABLE_HID
306 #if CONFIG_USBOTG == USBOTG_M66591
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
315 #else /* !defined(HAVE_USBSTACK) */
316 #if CONFIG_USBOTG == USBOTG_ISP1362
318 #elif CONFIG_USBOTG == USBOTG_M5636
321 #endif /* !defined(HAVE_USBSTACK) */
322 #endif /* !defined(SIMULATOR) */
324 /* Other Random Hardware */
326 #if !defined(SIMULATOR)
328 drivers/audio/tsc2100.c
329 #endif /* !SIMULATOR */
332 /* CPU Specific - By class then particular chip if applicable */
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)
352 target/coldfire/crt0.S
353 #ifdef HAVE_PRIORITY_SCHEDULING
355 target/coldfire/ffs-coldfire.S
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
365 target/coldfire/kernel-coldfire.c
366 target/coldfire/system-coldfire.c
367 target/coldfire/timer-coldfire.c
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/support-arm.S
379 target/arm/memcpy-arm.S
380 target/arm/memmove-arm.S
383 target/arm/memset-arm.S
384 target/arm/memset16-arm.S
385 #ifdef HAVE_PRIORITY_SCHEDULING
388 target/arm/system-arm.c
389 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
391 #elif CONFIG_I2C == I2C_PNX0101
392 target/arm/pnx0101/i2c-pnx0101.c
393 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X
394 target/arm/i2c-telechips.c
395 #elif CONFIG_I2C == I2C_S3C2440
396 /* no i2c driver yet */
397 #elif CONFIG_I2C == I2C_S5L8700
398 target/arm/s5l8700/i2c-s5l8700.c
401 #if CONFIG_CPU == PNX0101
402 target/arm/pnx0101/kernel-pnx0101.c
403 target/arm/pnx0101/system-pnx0101.c
404 target/arm/pnx0101/timer-pnx0101.c
407 #if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2
408 target/arm/as3525/system-as3525.c
409 target/arm/as3525/kernel-as3525.c
410 target/arm/as3525/timer-as3525.c
411 #if CONFIG_CPU == AS3525
412 target/arm/as3525/sd-as3525.c
414 target/arm/as3525/sd-as3525v2.c
416 target/arm/as3525/power-as3525.c
417 target/arm/as3525/usb-as3525.c
418 target/arm/as3525/dma-pl081.c
419 target/arm/as3525/ascodec-as3525.c
422 drivers/generic_i2c.c
423 target/arm/adc-as3514.c
424 target/arm/as3525/audio-as3525.c
425 target/arm/as3525/debug-as3525.c
426 target/arm/as3525/fmradio-i2c-as3525.c
427 target/arm/as3525/i2s-as3525.c
428 target/arm/as3525/pcm-as3525.c
429 #endif /* BOOTLOADER */
430 #endif /* CONFIG_CPU == AS3525 */
433 target/arm/kernel-pp.c
434 target/arm/timer-pp.c
435 #if CONFIG_CPU == PP5002
436 target/arm/system-pp5002.c
437 #elif defined CPU_PP502x
438 target/arm/system-pp502x.c
441 target/arm/crt0-pp-bl.S
444 #if !defined(SANSA_E200) && !defined(SANSA_C200)
445 target/arm/audio-pp.c
446 #endif /* SANSA_E200 */
449 #elif CONFIG_CPU == PNX0101
450 target/arm/pnx0101/crt0-pnx0101.S
451 #elif CONFIG_CPU==DM320
452 target/arm/tms320dm320/crt0.S
453 #elif CONFIG_CPU==S3C2440
454 target/arm/s3c2440/crt0.S
455 #elif defined(CPU_TCC77X)
456 target/arm/tcc77x/crt0.S
457 #elif defined(CPU_TCC780X)
458 target/arm/tcc780x/crt0.S
459 #elif CONFIG_CPU==IMX31L
460 target/arm/imx31/crt0.S
461 #elif defined(CPU_S5L870X)
462 target/arm/s5l8700/crt0.S
463 #elif defined(CPU_ARM)
465 #endif /* defined(CPU_*) */
466 #endif /* SIMULATOR */
468 #elif defined(CPU_MIPS)
470 /*target/mips/strlen.S*/
474 target/mips/ffs-mips.S
475 target/mips/memcpy-mips.S
476 target/mips/memset-mips.S
477 target/mips/mmu-mips.c
478 #if CONFIG_CPU==JZ4732
479 target/mips/ingenic_jz47xx/crt0.S
480 #endif /* CONFIG_CPU == JZ4732 */
484 #ifdef HAVE_PRIORITY_SCHEDULING
495 #endif /* SIMULATOR */
497 #endif /* defined(CPU_*) */
501 target/sh/archos/ata-archos.c
502 target/sh/archos/timer-archos.c
503 target/sh/archos/ata-as-archos.S
504 target/sh/archos/player/button-player.c
505 target/sh/archos/player/hwcompat-player.c
506 target/sh/archos/player/lcd-as-player.S
507 target/sh/archos/player/lcd-player.c
508 target/sh/archos/player/power-player.c
509 target/sh/archos/player/powermgmt-player.c
510 target/sh/archos/player/usb-player.c
511 #endif /* SIMULATOR */
512 #endif /* ARCHOS_PLAYER */
514 #ifdef ARCHOS_RECORDER
516 target/sh/archos/ata-archos.c
517 target/sh/archos/timer-archos.c
518 target/sh/archos/ata-as-archos.S
519 target/sh/archos/lcd-archos-bitmap.c
520 target/sh/archos/lcd-as-archos-bitmap.S
521 target/sh/archos/recorder/button-recorder.c
522 target/sh/archos/recorder/power-recorder.c
523 target/sh/archos/recorder/powermgmt-recorder.c
524 target/sh/archos/recorder/usb-recorder.c
525 #endif /* SIMULATOR */
526 #endif /* ARCHOS_RECORDER */
528 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
530 target/sh/archos/ata-archos.c
531 target/sh/archos/timer-archos.c
532 target/sh/archos/ata-as-archos.S
533 target/sh/archos/lcd-archos-bitmap.c
534 target/sh/archos/lcd-as-archos-bitmap.S
535 target/sh/archos/fm_v2/button-fm_v2.c
536 target/sh/archos/fm_v2/power-fm_v2.c
537 target/sh/archos/fm_v2/powermgmt-fm_v2.c
538 target/sh/archos/fm_v2/usb-fm_v2.c
539 #endif /* SIMULATOR */
540 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
542 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
544 target/sh/archos/timer-archos.c
545 target/sh/archos/lcd-archos-bitmap.c
546 target/sh/archos/lcd-as-archos-bitmap.S
547 target/sh/archos/ondio/button-ondio.c
548 target/sh/archos/ondio/power-ondio.c
549 target/sh/archos/ondio/powermgmt-ondio.c
550 target/sh/archos/ondio/usb-ondio.c
551 #if (CONFIG_TUNER & TEA5767)
552 target/sh/archos/ondio/fmradio_i2c-ondio.c
554 #endif /* SIMULATOR */
555 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
559 target/arm/adc-as3514.c
560 target/arm/ascodec-pp.c
561 target/arm/ata-sd-pp.c
562 target/arm/lcd-as-memframe.S
563 target/arm/powermgmt-ascodec.c
565 target/arm/usb-fw-pp502x.c
566 target/arm/sandisk/backlight-c200_e200.c
567 target/arm/sandisk/power-c200_e200.c
568 target/arm/sandisk/sansa-e200/lcd-e200.c
569 target/arm/sandisk/sansa-e200/button-e200.c
570 target/arm/sandisk/sansa-e200/powermgmt-e200.c
572 target/arm/sandisk/audio-c200_e200.c
573 #endif /* BOOTLOADER */
574 #endif /* SIMULATOR */
575 #endif /* SANSA_E200 */
579 target/arm/adc-as3514.c
580 target/arm/ascodec-pp.c
581 target/arm/ata-sd-pp.c
583 target/arm/powermgmt-ascodec.c
584 target/arm/usb-fw-pp502x.c
585 target/arm/sandisk/backlight-c200_e200.c
586 target/arm/sandisk/power-c200_e200.c
587 target/arm/lcd-c200_c200v2.c
588 target/arm/sandisk/sansa-c200/lcd-as-c200.S
589 target/arm/sandisk/sansa-c200/button-c200.c
590 target/arm/sandisk/sansa-c200/powermgmt-c200.c
592 target/arm/sandisk/audio-c200_e200.c
593 #endif /* BOOTLOADER */
594 #endif /* SIMULATOR */
595 #endif /* SANSA_C200 */
599 /* target/arm/ascodec-pp.c */
600 target/arm/ata-sd-pp.c
601 target/arm/lcd-as-memframe.S
603 /* target/arm/usb-fw-pp502x.c */
604 target/arm/sandisk/sansa-view/backlight-view.c
605 target/arm/sandisk/sansa-view/adc-view.c
606 target/arm/sandisk/sansa-view/power-view.c
607 target/arm/sandisk/sansa-view/lcd-view.c
608 target/arm/sandisk/sansa-view/button-view.c
609 target/arm/sandisk/sansa-view/powermgmt-view.c
611 /* target/arm/sandisk/audio-view.c */
612 #endif /* BOOTLOADER */
613 #endif /* SIMULATOR */
614 #endif /* SANSA_VIEW */
616 #ifdef PHILIPS_SA9200
619 drivers/synaptics-mep.c
620 #endif /* BOOTLOADER */
621 target/arm/adc-as3514.c
622 target/arm/ascodec-pp.c
623 target/arm/ata-sd-pp.c
625 target/arm/powermgmt-ascodec.c
626 target/arm/usb-fw-pp502x.c
627 target/arm/philips/sa9200/backlight-sa9200.c
628 target/arm/philips/sa9200/button-sa9200.c
629 target/arm/philips/sa9200/lcd-sa9200.c
630 target/arm/philips/sa9200/power-sa9200.c
631 target/arm/philips/sa9200/powermgmt-sa9200.c
632 #endif /* SIMULATOR */
633 #endif /* PHILIPS_SA9200 */
635 #ifdef PHILIPS_HDD1630
638 drivers/synaptics-mep.c
639 #endif /* BOOTLOADER */
640 target/arm/ata-as-arm.S
641 target/arm/ata-pp5020.c
642 target/arm/wmcodec-pp.c
644 target/arm/adc-pp5020.c
645 target/arm/philips/backlight-hdd.c
646 target/arm/philips/power-hdd.c
647 target/arm/philips/fmradio_i2c-hdd.c
648 target/arm/philips/hdd1630/button-hdd1630.c
649 target/arm/philips/hdd1630/lcd-hdd1630.c
650 target/arm/philips/hdd1630/lcd-as-hdd1630.S
651 target/arm/philips/hdd1630/powermgmt-hdd1630.c
652 target/arm/usb-fw-pp502x.c
653 #endif /* SIMULATOR */
654 #endif /* PHILIPS_HDD1630 */
656 #ifdef PHILIPS_HDD6330
659 drivers/synaptics-mep.c
660 #endif /* BOOTLOADER */
661 target/arm/ata-as-arm.S
662 target/arm/ata-pp5020.c
663 target/arm/wmcodec-pp.c
665 target/arm/adc-pp5020.c
666 target/arm/philips/backlight-hdd.c
667 target/arm/philips/power-hdd.c
668 target/arm/philips/fmradio_i2c-hdd.c
669 target/arm/philips/hdd6330/button-hdd6330.c
670 target/arm/philips/hdd6330/lcd-hdd6330.c
671 target/arm/philips/hdd6330/powermgmt-hdd6330.c
672 target/arm/usb-fw-pp502x.c
673 #endif /* SIMULATOR */
674 #endif /* PHILIPS_HDD6330 */
678 target/coldfire/ata-as-coldfire.S
679 target/coldfire/pcf50606-coldfire.c
680 target/coldfire/iaudio/adc-iaudio.c
681 target/coldfire/iaudio/ata-iaudio.c
682 target/coldfire/iaudio/fmradio_i2c-iaudio.c
683 target/coldfire/iaudio/lcd-remote-as-iaudio.S
684 target/coldfire/iaudio/lcd-remote-iaudio.c
685 target/coldfire/iaudio/pcf50606-iaudio.c
686 target/coldfire/iaudio/power-x5m5.c
687 target/coldfire/iaudio/powermgmt-iaudio.c
688 target/coldfire/iaudio/system-iaudio.c
689 target/coldfire/iaudio/usb-iaudio.c
690 target/coldfire/iaudio/x5/backlight-x5.c
691 target/coldfire/iaudio/x5/button-x5.c
692 target/coldfire/iaudio/x5/ds2411-x5.c
693 target/coldfire/iaudio/x5/lcd-as-x5.S
694 target/coldfire/iaudio/x5/lcd-x5.c
695 target/coldfire/iaudio/x5/m5636-x5.c
697 target/coldfire/iaudio/audio-iaudio.c
699 #endif /* SIMULATOR */
700 #endif /* IAUDIO_X5 */
704 target/coldfire/ata-as-coldfire.S
705 target/coldfire/pcf50606-coldfire.c
706 target/coldfire/iaudio/adc-iaudio.c
707 target/coldfire/iaudio/ata-iaudio.c
708 #ifdef HAVE_FMRADIO_IN /* FM radio mod */
709 target/coldfire/iaudio/fmradio_i2c-iaudio.c
711 target/coldfire/iaudio/lcd-remote-as-iaudio.S
712 target/coldfire/iaudio/lcd-remote-iaudio.c
713 target/coldfire/iaudio/m5/backlight-m5.c
714 target/coldfire/iaudio/m5/button-m5.c
715 target/coldfire/iaudio/m5/lcd-as-m5.S
716 target/coldfire/iaudio/m5/lcd-m5.c
717 target/coldfire/iaudio/pcf50606-iaudio.c
718 target/coldfire/iaudio/power-x5m5.c
719 target/coldfire/iaudio/powermgmt-iaudio.c
720 target/coldfire/iaudio/system-iaudio.c
721 target/coldfire/iaudio/usb-iaudio.c
723 target/coldfire/iaudio/audio-iaudio.c
725 #endif /* SIMULATOR */
726 #endif /* IAUDIO_M5 */
730 target/coldfire/ata-as-coldfire.S
731 target/coldfire/iaudio/fmradio_i2c-iaudio.c
732 target/coldfire/iaudio/m3/adc-m3.c
733 target/coldfire/iaudio/m3/ata-m3.c
734 target/coldfire/iaudio/m3/backlight-m3.c
735 target/coldfire/iaudio/m3/button-m3.c
736 target/coldfire/iaudio/m3/lcd-m3.c
737 target/coldfire/iaudio/m3/lcd-as-m3.S
738 target/coldfire/iaudio/m3/power-m3.c
739 target/coldfire/iaudio/m3/powermgmt-m3.c
740 target/coldfire/iaudio/m3/system-m3.c
741 target/coldfire/iaudio/m3/usb-m3.c
743 target/coldfire/iaudio/audio-iaudio.c
745 #endif /* SIMULATOR */
746 #endif /* IAUDIO_M3 */
748 #ifdef IRIVER_IFP7XX_SERIES
753 #endif /* IRIVER_IFP7XX_SERIES */
755 #ifdef IRIVER_H300_SERIES
757 target/coldfire/ata-as-coldfire.S
758 target/coldfire/pcf50606-coldfire.c
759 target/coldfire/iriver/ata-iriver.c
760 target/coldfire/iriver/lcd-remote-iriver.c
761 target/coldfire/iriver/lcd-remote-as-iriver.S
762 target/coldfire/iriver/system-iriver.c
763 target/coldfire/iriver/fmradio_i2c-iriver.c
764 target/coldfire/iriver/h300/sw_i2c-h300.c
765 target/coldfire/iriver/h300/adc-h300.c
766 target/coldfire/iriver/h300/backlight-h300.c
767 target/coldfire/iriver/h300/button-h300.c
768 target/coldfire/iriver/h300/pcf50606-h300.c
769 target/coldfire/iriver/h300/lcd-as-h300.S
770 target/coldfire/iriver/h300/lcd-h300.c
771 target/coldfire/iriver/h300/power-h300.c
772 target/coldfire/iriver/h300/powermgmt-h300.c
773 target/coldfire/iriver/h300/usb-h300.c
775 target/coldfire/iriver/audio-iriver.c
776 target/coldfire/iriver/udacodec-iriver.c
778 #endif /* SIMULATOR */
779 #endif /* IRIVER_H300_SERIES */
781 #ifdef IRIVER_H100_SERIES
784 target/coldfire/ata-as-coldfire.S
785 target/coldfire/iriver/ata-iriver.c
786 target/coldfire/iriver/lcd-remote-iriver.c
787 target/coldfire/iriver/lcd-remote-as-iriver.S
788 target/coldfire/iriver/system-iriver.c
789 target/coldfire/iriver/fmradio_i2c-iriver.c
790 target/coldfire/iriver/h100/adc-h100.c
791 target/coldfire/iriver/h100/backlight-h100.c
792 target/coldfire/iriver/h100/button-h100.c
793 target/coldfire/iriver/h100/lcd-as-h100.S
794 target/coldfire/iriver/h100/lcd-h100.c
795 target/coldfire/iriver/h100/power-h100.c
796 target/coldfire/iriver/h100/powermgmt-h100.c
798 target/coldfire/iriver/audio-iriver.c
799 target/coldfire/iriver/udacodec-iriver.c
800 target/coldfire/iriver/h100/spdif-h100.c
802 target/coldfire/iriver/h100/usb-h100.c
803 #endif /* SIMULATOR */
804 #endif /* IRIVER_H100_SERIES */
808 target/arm/ata-as-arm.S
809 target/arm/ata-pp5020.c
810 target/arm/wmcodec-pp.c
812 target/arm/adc-pp5020.c
813 target/arm/iriver/h10/backlight-h10.c
814 target/arm/iriver/h10/button-h10.c
815 target/arm/iriver/h10/fmradio_i2c-h10.c
816 target/arm/iriver/h10/lcd-h10_20gb.c
817 target/arm/iriver/h10/lcd-as-h10.S
818 target/arm/iriver/h10/power-h10.c
819 target/arm/iriver/h10/powermgmt-h10.c
820 target/arm/usb-fw-pp502x.c
821 #endif /* SIMULATOR */
822 #endif /* IRIVER_H10 */
824 #ifdef IRIVER_H10_5GB
826 target/arm/ata-as-arm.S
827 target/arm/ata-pp5020.c
828 target/arm/wmcodec-pp.c
830 target/arm/adc-pp5020.c
831 target/arm/iriver/h10/backlight-h10.c
832 target/arm/iriver/h10/button-h10.c
833 target/arm/iriver/h10/fmradio_i2c-h10.c
834 target/arm/iriver/h10/lcd-h10_5gb.c
835 target/arm/iriver/h10/power-h10.c
836 target/arm/iriver/h10/powermgmt-h10.c
837 target/arm/usb-fw-pp502x.c
838 #endif /* SIMULATOR */
839 #endif /* IRIVER_H10_5GB */
843 target/arm/lcd-as-memframe.S
845 target/arm/s3c2440/adc-s3c2440.c
846 target/arm/s3c2440/debug-s3c2440.c
847 target/arm/s3c2440/kernel-s3c2440.c
848 target/arm/s3c2440/lcd-s3c2440.c
849 target/arm/s3c2440/system-s3c2440.c
850 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
851 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
852 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
853 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
854 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
855 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
857 target/arm/s3c2440/i2c-s3c2440.c
858 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
859 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
860 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
861 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
863 #endif /* SIMULATOR */
864 #endif /* GIGABEAT_F */
868 target/arm/lcd-as-memframe.S
869 target/arm/mmu-armv6.S
870 target/arm/imx31/ccm-imx31.c
871 target/arm/imx31/debug-imx31.c
872 target/arm/imx31/rolo_restart.S
873 target/arm/imx31/sdma-imx31.c
874 target/arm/imx31/gigabeat-s/adc-imx31.c
875 target/arm/imx31/gigabeat-s/ata-imx31.c
876 target/arm/imx31/gigabeat-s/avic-imx31.c
877 target/arm/imx31/gigabeat-s/backlight-imx31.c
878 target/arm/imx31/gigabeat-s/button-imx31.c
879 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
880 target/arm/imx31/gigabeat-s/gpio-imx31.c
881 target/arm/imx31/gigabeat-s/kernel-imx31.c
882 target/arm/imx31/gigabeat-s/i2c-imx31.c
883 target/arm/imx31/gigabeat-s/i2s-imx31.c
884 target/arm/imx31/gigabeat-s/lcd-imx31.c
885 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
886 target/arm/imx31/gigabeat-s/mc13783-imx31.c
887 target/arm/imx31/gigabeat-s/mmu-imx31.c
888 target/arm/imx31/gigabeat-s/power-imx31.c
889 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
890 target/arm/imx31/gigabeat-s/spi-imx31.c
891 target/arm/imx31/gigabeat-s/system-imx31.c
892 target/arm/imx31/gigabeat-s/usb-imx31.c
893 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
895 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
896 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
897 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
898 target/arm/imx31/gigabeat-s/pcm-imx31.c
899 target/arm/imx31/gigabeat-s/timer-imx31.c
901 #endif /* SIMULATOR */
902 #endif /* GIGABEAT_S */
904 #if CONFIG_CPU == DM320
905 target/arm/tms320dm320/debug-dm320.c
906 target/arm/tms320dm320/dsp-dm320.c
907 target/arm/tms320dm320/i2c-dm320.c
908 target/arm/tms320dm320/kernel-dm320.c
909 target/arm/tms320dm320/spi-dm320.c
910 target/arm/tms320dm320/system-dm320.c
911 target/arm/tms320dm320/timer-dm320.c
912 target/arm/tms320dm320/uart-dm320.c
913 #endif /* CONFIG_CPU == DM320 */
917 target/arm/ata-as-arm.S
918 target/arm/lcd-as-memframe.S
920 target/arm/tms320dm320/mrobe-500/adc-mr500.c
921 target/arm/tms320dm320/mrobe-500/ata-mr500.c
922 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
923 target/arm/tms320dm320/mrobe-500/button-mr500.c
924 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
925 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
926 #if defined(HAVE_REMOTE_LCD)
927 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
929 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
930 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
931 target/arm/tms320dm320/mrobe-500/power-mr500.c
932 target/arm/tms320dm320/mrobe-500/usb-mr500.c
933 #endif /* SIMULATOR */
934 #endif /* MROBE_500 */
938 target/arm/ata-as-arm.S
939 target/arm/lcd-as-memframe.S
941 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
942 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
943 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
944 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
945 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
946 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
947 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
948 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
949 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
950 #endif /* SIMULATOR */
951 #endif /* CREATIVE_ZVx */
956 drivers/synaptics-mep.c
957 target/arm/olympus/mrobe-100/lcd-remote-mr100.c
958 #endif /* BOOTLOADER */
960 target/arm/ata-as-arm.S
961 target/arm/ata-pp5020.c
962 target/arm/wmcodec-pp.c
964 target/arm/adc-pp5020.c
965 target/arm/olympus/mrobe-100/backlight-mr100.c
966 target/arm/olympus/mrobe-100/button-mr100.c
967 target/arm/olympus/mrobe-100/lcd-mr100.c
968 target/arm/olympus/mrobe-100/lcd-as-mr100.S
969 target/arm/olympus/mrobe-100/power-mr100.c
970 target/arm/olympus/mrobe-100/powermgmt-mr100.c
971 target/arm/usb-fw-pp502x.c
972 #endif /* SIMULATOR */
973 #endif /* MROBE_100 */
975 #ifdef TATUNG_TPJ1022
977 target/arm/ata-as-arm.S
978 target/arm/ata-pp5020.c
979 target/arm/wmcodec-pp.c
981 target/arm/adc-pp5020.c
982 target/arm/tatung/tpj1022/backlight-tpj1022.c
983 target/arm/tatung/tpj1022/button-tpj1022.c
984 target/arm/tatung/tpj1022/lcd-tpj1022.c
985 target/arm/tatung/tpj1022/power-tpj1022.c
986 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
987 target/arm/usb-fw-pp502x.c
988 #endif /* SIMULATOR */
989 #endif /* TATUNG_TPJ1022 */
994 target/arm/wmcodec-pp.c
996 target/arm/ata-as-arm.S
997 target/arm/ata-pp5020.c
998 target/arm/ipod/adc-ipod-pcf.c
999 target/arm/ipod/backlight-4g_color.c
1000 target/arm/ipod/button-clickwheel.c
1001 target/arm/ipod/lcd-as-gray.S
1002 target/arm/ipod/lcd-gray.c
1003 target/arm/ipod/power-ipod.c
1004 target/arm/ipod/powermgmt-ipod-pcf.c
1005 target/arm/usb-fw-pp502x.c
1006 #endif /* SIMULATOR */
1007 #endif /* IPOD_4G */
1012 target/arm/ata-as-arm.S
1013 target/arm/ata-pp5020.c
1014 target/arm/wmcodec-pp.c
1016 target/arm/ipod/adc-ipod-pcf.c
1017 target/arm/ipod/backlight-4g_color.c
1018 target/arm/ipod/button-clickwheel.c
1019 target/arm/ipod/lcd-color_nano.c
1020 target/arm/ipod/power-ipod.c
1021 target/arm/ipod/powermgmt-ipod-pcf.c
1022 target/arm/usb-fw-pp502x.c
1023 #endif /* SIMULATOR */
1024 #endif /* IPOD_COLOR */
1029 target/arm/ata-as-arm.S
1030 target/arm/ata-pp5020.c
1031 target/arm/wmcodec-pp.c
1033 target/arm/ipod/adc-ipod-pcf.c
1034 target/arm/ipod/backlight-nano_video.c
1035 target/arm/ipod/button-clickwheel.c
1036 target/arm/ipod/lcd-color_nano.c
1037 target/arm/ipod/power-ipod.c
1038 target/arm/ipod/powermgmt-ipod-pcf.c
1039 target/arm/usb-fw-pp502x.c
1040 #endif /* SIMULATOR */
1041 #endif /* IPOD_NANO */
1046 target/arm/ata-as-arm.S
1047 target/arm/ata-pp5020.c
1048 target/arm/wmcodec-pp.c
1050 target/arm/ipod/adc-ipod-pcf.c
1051 target/arm/ipod/backlight-nano_video.c
1052 target/arm/ipod/button-clickwheel.c
1053 target/arm/ipod/power-ipod.c
1054 target/arm/ipod/powermgmt-ipod-pcf.c
1055 target/arm/ipod/video/lcd-as-video.S
1056 target/arm/ipod/video/lcd-video.c
1057 target/arm/usb-fw-pp502x.c
1058 #endif /* SIMULATOR */
1059 #endif /* IPOD_VIDEO */
1064 target/arm/ata-pp5002.c
1065 target/arm/wmcodec-pp.c
1067 target/arm/ipod/adc-ipod-pcf.c
1068 target/arm/ipod/3g/backlight-3g.c
1069 target/arm/ipod/button-1g-3g.c
1070 target/arm/ipod/lcd-as-gray.S
1071 target/arm/ipod/lcd-gray.c
1072 target/arm/ipod/power-ipod.c
1073 target/arm/ipod/powermgmt-ipod-pcf.c
1074 target/arm/usb-fw-pp5002.c
1075 #endif /* SIMULATOR */
1076 #endif /* IPOD_3G */
1080 target/arm/ata-pp5002.c
1081 target/arm/wmcodec-pp.c
1083 target/arm/ipod/1g2g/adc-ipod-1g2g.c
1084 target/arm/ipod/1g2g/backlight-1g2g.c
1085 target/arm/ipod/1g2g/powermgmt-1g2g.c
1086 target/arm/ipod/button-1g-3g.c
1087 target/arm/ipod/lcd-as-gray.S
1088 target/arm/ipod/lcd-gray.c
1089 target/arm/ipod/power-ipod.c
1090 target/arm/usb-fw-pp5002.c
1091 #endif /* SIMULATOR */
1092 #endif /* IPOD_1G2G */
1097 target/arm/ata-as-arm.S
1098 target/arm/ata-pp5020.c
1099 target/arm/wmcodec-pp.c
1101 target/arm/ipod/adc-ipod-pcf.c
1102 target/arm/ipod/backlight-mini1g_mini2g.c
1103 target/arm/ipod/button-mini1g.c
1104 target/arm/ipod/lcd-as-gray.S
1105 target/arm/ipod/lcd-gray.c
1106 target/arm/ipod/power-ipod.c
1107 target/arm/ipod/powermgmt-ipod-pcf.c
1108 target/arm/usb-fw-pp502x.c
1109 #endif /* SIMULATOR */
1110 #endif /* IPOD_MINI */
1115 target/arm/ata-as-arm.S
1116 target/arm/ata-pp5020.c
1117 target/arm/wmcodec-pp.c
1119 target/arm/ipod/adc-ipod-pcf.c
1120 target/arm/ipod/backlight-mini1g_mini2g.c
1121 target/arm/ipod/button-clickwheel.c
1122 target/arm/ipod/lcd-as-gray.S
1123 target/arm/ipod/lcd-gray.c
1124 target/arm/ipod/power-ipod.c
1125 target/arm/ipod/powermgmt-ipod-pcf.c
1126 target/arm/usb-fw-pp502x.c
1127 #endif /* SIMULATOR */
1128 #endif /* IPOD_MINI2G */
1130 #ifdef IRIVER_IFP7XX
1132 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1133 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1134 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1135 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1136 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1137 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1138 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
1140 target/arm/pnx0101/pcm-pnx0101.c
1141 #endif /* BOOTLOADER */
1142 #endif /* SIMULATOR */
1143 #endif /* IRIVER_IFP7XX */
1148 target/arm/lcd-ssd1815.c
1149 target/arm/tcc77x/adc-tcc77x.c
1150 target/arm/tcc77x/kernel-tcc77x.c
1151 target/arm/tcc77x/powermgmt-tcc77x.c
1152 target/arm/tcc77x/system-tcc77x.c
1153 target/arm/tcc77x/timer-tcc77x.c
1154 target/arm/usb-tcc.c
1155 target/arm/tcc77x/logikdax/button-logikdax.c
1156 target/arm/tcc77x/logikdax/power-logikdax.c
1158 target/arm/wmcodec-telechips.c
1159 target/arm/tcc77x/debug-tcc77x.c
1160 target/arm/pcm-telechips.c
1161 target/arm/tcc77x/logikdax/audio-logikdax.c
1162 #endif /* BOOTLOADER */
1163 #endif /* SIMULATOR */
1164 #endif /* LOGIK_DAX */
1169 target/arm/lcd-ssd1815.c
1170 target/arm/tcc77x/adc-tcc77x.c
1171 target/arm/tcc77x/kernel-tcc77x.c
1172 target/arm/tcc77x/powermgmt-tcc77x.c
1173 target/arm/tcc77x/system-tcc77x.c
1174 target/arm/tcc77x/timer-tcc77x.c
1175 target/arm/usb-tcc.c
1176 target/arm/tcc77x/m200/button-m200.c
1177 target/arm/tcc77x/m200/power-m200.c
1179 target/arm/wmcodec-telechips.c
1180 target/arm/tcc77x/debug-tcc77x.c
1181 target/arm/pcm-telechips.c
1182 target/arm/tcc77x/m200/audio-m200.c
1183 #endif /* BOOTLOADER */
1184 #endif /* SIMULATOR */
1185 #endif /* SANSA_M200 */
1190 target/arm/usb-tcc.c
1191 target/arm/tcc77x/system-tcc77x.c
1192 target/arm/tcc77x/kernel-tcc77x.c
1193 target/arm/tcc77x/timer-tcc77x.c
1194 target/arm/tcc77x/adc-tcc77x.c
1195 target/arm/tcc77x/powermgmt-tcc77x.c
1196 target/arm/tcc77x/c100/lcd-S6B33B2.c
1197 target/arm/tcc77x/c100/button-c100.c
1198 target/arm/tcc77x/c100/power-c100.c
1200 target/arm/tcc77x/debug-tcc77x.c
1201 target/arm/pcm-telechips.c
1202 target/arm/tcc77x/c100/audio-c100.c
1203 #endif /* BOOTLOADER */
1204 #endif /* SIMULATOR */
1205 #endif /* SANSA_C100 */
1207 #ifdef SANSA_CLIPPLUS
1209 target/arm/as3525/sansa-clip/lcd-ssd1303.c /* FIXME */
1210 target/arm/as3525/sansa-clip/lcd-as-clip.S
1211 target/arm/as3525/sansa-clipplus/button-clip.c
1212 target/arm/as3525/sansa-clipplus/backlight-clip.c
1214 target/arm/powermgmt-ascodec.c
1215 target/arm/as3525/sansa-clip/powermgmt-clip.c
1216 #endif /* !BOOTLOADER */
1217 #endif /* !SIMULATOR */
1218 #endif /* SANSA_CLIPV2 */
1222 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1223 target/arm/as3525/sansa-clip/lcd-as-clip.S
1224 target/arm/as3525/sansa-clipv2/button-clip.c
1225 target/arm/as3525/sansa-clipv2/backlight-clip.c
1227 target/arm/powermgmt-ascodec.c
1228 target/arm/as3525/sansa-clip/powermgmt-clip.c
1229 #endif /* !BOOTLOADER */
1230 #endif /* !SIMULATOR */
1231 #endif /* SANSA_CLIPV2 */
1235 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1236 target/arm/as3525/sansa-clip/lcd-as-clip.S
1237 target/arm/as3525/sansa-clip/button-clip.c
1238 target/arm/as3525/sansa-clip/backlight-clip.c
1240 target/arm/powermgmt-ascodec.c
1241 target/arm/as3525/sansa-clip/powermgmt-clip.c
1242 #endif /* !BOOTLOADER */
1243 #endif /* !SIMULATOR */
1244 #endif /* SANSA_CLIP */
1248 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1249 target/arm/as3525/lcd-as-e200v2-fuze.S
1250 target/arm/as3525/button-e200v2-fuze.c
1251 target/arm/as3525/backlight-e200v2-fuze.c
1252 target/arm/as3525/dbop-as3525.c
1254 target/arm/powermgmt-ascodec.c
1255 target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1256 #endif /* !BOOTLOADER */
1257 #endif /* !SIMULATOR */
1258 #endif /* SANSA_E200V2 */
1262 target/arm/lcd-c200_c200v2.c
1263 target/arm/as3525/sansa-c200v2/button-c200v2.c
1264 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1265 target/arm/as3525/dbop-as3525.c
1267 target/arm/powermgmt-ascodec.c
1268 target/arm/as3525/sansa-c200v2/powermgmt-c200v2.c
1269 #endif /* !BOOTLOADER */
1270 #endif /* !SIMULATOR */
1271 #endif /* SANSA_E200V2 */
1275 target/arm/lcd-ssd1815.c
1276 target/arm/as3525/sansa-m200v4/button-m200v4.c
1278 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1279 #endif /* !BOOTLOADER */
1280 #endif /* !SIMULATOR */
1281 #endif /* SANSA_M200V4 */
1285 target/arm/as3525/button-e200v2-fuze.c
1286 target/arm/as3525/sansa-fuze/lcd-fuze.c
1287 target/arm/as3525/lcd-as-e200v2-fuze.S
1288 target/arm/as3525/backlight-e200v2-fuze.c
1289 target/arm/as3525/dbop-as3525.c
1291 target/arm/powermgmt-ascodec.c
1292 target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1293 #endif /* !BOOTLOADER */
1294 #endif /* !SIMULATOR */
1295 #endif /* SANSA_FUZE */
1301 target/arm/usb-tcc.c
1302 target/arm/tcc77x/system-tcc77x.c
1303 target/arm/tcc77x/kernel-tcc77x.c
1304 target/arm/tcc77x/timer-tcc77x.c
1305 target/arm/tcc77x/adc-tcc77x.c
1306 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1307 target/arm/tcc77x/iaudio7/power-iaudio7.c
1308 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1309 target/arm/tcc77x/iaudio7/button-iaudio7.c
1310 target/arm/tcc77x/iaudio7/ata2501.c
1312 target/arm/wmcodec-telechips.c
1313 target/arm/pcm-telechips.c
1314 target/arm/tcc77x/debug-tcc77x.c
1315 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1316 #endif /* BOOTLOADER */
1317 #endif /* SIMULATOR */
1318 #endif /* IAUDIO_7 */
1326 target/arm/lcd-as-memframe.S
1327 target/arm/tcc780x/adc-tcc780x.c
1328 target/arm/tcc780x/system-tcc780x.c
1329 target/arm/tcc780x/kernel-tcc780x.c
1330 target/arm/tcc780x/sd-tcc780x.c
1331 target/arm/tcc780x/cowond2/button-cowond2.c
1332 target/arm/tcc780x/cowond2/touchscreen-cowond2.c
1333 target/arm/tcc780x/cowond2/lcd-cowond2.c
1334 target/arm/tcc780x/cowond2/power-cowond2.c
1335 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1336 target/arm/tcc780x/cowond2/backlight-cowond2.c
1337 target/arm/usb-tcc.c
1338 target/arm/mmu-arm.S
1340 target/arm/tcc780x/timer-tcc780x.c
1341 target/arm/wmcodec-telechips.c
1342 target/arm/tcc780x/debug-tcc780x.c
1343 target/arm/pcm-telechips.c
1344 target/arm/tcc780x/cowond2/audio-cowond2.c
1345 #endif /* BOOTLOADER */
1346 #endif /* SIMULATOR */
1347 #endif /* COWON_D2 */
1350 target/arm/s5l8700/system-s5l8700.c
1351 target/arm/s5l8700/mmu-s5l8700.S
1354 target/arm/s5l8700/timer-s5l8700.c
1355 #endif /* BOOTLOADER */
1356 #endif /* SIMULATOR */
1360 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1364 #endif /* BOOTLOADER */
1365 #endif /* SIMULATOR */
1366 #endif /* MEIZU_M6SL */
1369 target/arm/s5l8700/backlight-meizu.c
1370 target/arm/s5l8700/power-meizu.c
1371 target/arm/s5l8700/kernel-s5l8700.c
1372 target/arm/s5l8700/meizu-m6sp/button-m6sp.c
1373 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1376 drivers/generic_i2c.c
1377 drivers/rtc/rtc_s35390a.c
1378 target/arm/s5l8700/adc-s5l8700.c
1379 target/arm/s5l8700/audio-meizu.c
1380 target/arm/s5l8700/debug-s5l8700.c
1381 target/arm/s5l8700/dma-s5l8700.c
1382 target/arm/s5l8700/ftl-meizu.c
1383 target/arm/s5l8700/nand-meizu.c
1384 target/arm/s5l8700/fmradio-i2c-meizu.c
1385 target/arm/s5l8700/pcm-s5l8700.c
1386 target/arm/s5l8700/powermgmt-meizu.c
1387 target/arm/s5l8700/usb-s5l8700.c
1388 target/arm/s5l8700/wmcodec-s5l8700.c
1389 #endif /* BOOTLOADER */
1390 #endif /* SIMULATOR */
1391 #endif /* MEIZU_M6SP */
1394 target/arm/s5l8700/backlight-meizu.c
1395 target/arm/s5l8700/kernel-s5l8700.c
1396 target/arm/s5l8700/meizu-m3/lcd-m3.c
1400 target/arm/s5l8700/dma-s5l8700.c
1401 target/arm/s5l8700/pcm-s5l8700.c
1402 target/arm/s5l8700/udacodec-meizu.c
1403 #endif /* BOOTLOADER */
1404 #endif /* SIMULATOR */
1405 #endif /* MEIZU_M3 */
1409 drivers/audio/wm8975.c
1410 target/arm/usb-s3c6400x.c
1411 target/arm/ipod/button-clickwheel.c
1412 target/arm/s5l8700/kernel-s5l8700.c
1413 target/arm/s5l8700/wmcodec-s5l8700.c
1414 target/arm/s5l8700/pcm-s5l8700.c
1415 target/arm/s5l8700/adc-s5l8700.c
1416 target/arm/s5l8700/debug-s5l8700.c
1417 target/arm/s5l8700/dma-s5l8700.c
1418 target/arm/s5l8700/ipodnano2g/backlight-nano2g.c
1419 target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
1420 target/arm/s5l8700/ipodnano2g/powermgmt-nano2g.c
1421 target/arm/s5l8700/ipodnano2g/power-nano2g.c
1422 target/arm/s5l8700/ipodnano2g/audio-nano2g.c
1423 target/arm/s5l8700/ipodnano2g/ftl-nano2g.c
1424 target/arm/s5l8700/ipodnano2g/nand-nano2g.c
1425 target/arm/s5l8700/ipodnano2g/pmu-nano2g.c
1426 target/arm/s5l8700/ipodnano2g/rtc-nano2g.c
1431 #if CONFIG_CPU == JZ4732
1432 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1433 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1434 target/mips/ingenic_jz47xx/debug-jz4740.c
1435 target/mips/ingenic_jz47xx/fmradio-i2c-jz4740.c
1436 target/mips/ingenic_jz47xx/kernel-jz4740.c
1437 target/mips/ingenic_jz47xx/i2c-jz4740.c
1438 target/mips/ingenic_jz47xx/lcd-jz4740.c
1439 target/mips/ingenic_jz47xx/system-jz4740.c
1440 target/mips/ingenic_jz47xx/usb-jz4740.c
1441 target/mips/ingenic_jz47xx/timer-jz4740.c
1443 target/mips/ingenic_jz47xx/codec-jz4740.c
1444 target/mips/ingenic_jz47xx/pcm-jz4740.c
1445 #endif /* BOOTLOADER */
1447 #endif /* CONFIG_CPU == JZ4732 */
1449 #if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
1450 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1451 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1452 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1453 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1454 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1455 #endif /* ONDA_VX747 || ONDA_VX747P || ONDA_VX777 */
1458 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1459 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1460 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1461 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1462 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1463 #endif /* ONDA_VX767 */
1465 #if defined(LYRE_PROTO1)
1466 target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
1467 target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c
1468 target/arm/at91sam/lyre_proto1/button-lyre_proto1.c
1469 target/arm/at91sam/lyre_proto1/crt0.S
1470 target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c
1471 target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c
1472 target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
1473 target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
1474 target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c
1476 #endif /* SIMULATOR */
1478 #if defined(MINI2440)
1480 target/arm/lcd-as-memframe.S
1481 target/arm/mmu-arm.S
1482 target/arm/s3c2440/debug-s3c2440.c
1483 target/arm/s3c2440/dma-s3c2440.c
1484 target/arm/s3c2440/kernel-s3c2440.c
1485 target/arm/s3c2440/lcd-s3c2440.c
1486 target/arm/s3c2440/sd-s3c2440.c
1487 target/arm/s3c2440/system-s3c2440.c
1488 target/arm/s3c2440/uart-s3c2440.c
1489 target/arm/s3c2440/adc-s3c2440.c
1490 target/arm/s3c2440/i2c-s3c2440.c
1491 target/arm/s3c2440/mini2440/backlight-mini2440.c
1492 target/arm/s3c2440/mini2440/button-mini2440.c
1493 target/arm/s3c2440/mini2440/led-mini2440.c
1494 target/arm/s3c2440/mini2440/power-mini2440.c
1495 target/arm/s3c2440/mini2440/touchscreen-mini2440.c
1497 target/arm/s3c2440/mini2440/powermgmt-mini2440.c
1498 target/arm/s3c2440/mini2440/pcm-mini2440.c
1499 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
1501 #endif /* SIMULATOR */
1502 #endif /* MINI2440 */
1504 #ifdef SAMSUNG_YH820
1506 target/arm/ata-as-arm.S
1507 target/arm/ata-pp5020.c
1508 target/arm/adc-pp5020.c
1510 target/arm/usb-fw-pp502x.c
1511 target/arm/samsung/akcodec-yh82x_yh92x.c
1512 target/arm/samsung/button-yh82x_yh92x.c
1513 target/arm/samsung/power-yh82x_yh92x.c
1514 target/arm/samsung/yh820/backlight-yh820.c
1515 target/arm/samsung/yh820/lcd-yh820.c
1516 target/arm/samsung/yh820/lcd-as-yh820.S
1517 target/arm/samsung/yh820/powermgmt-yh820.c
1518 #endif /* SIMULATOR */
1519 #endif /* SAMSUNG_YH820 */
1521 #ifdef SAMSUNG_YH920
1523 target/arm/ata-as-arm.S
1524 target/arm/ata-pp5020.c
1525 target/arm/adc-pp5020.c
1527 target/arm/usb-fw-pp502x.c
1528 target/arm/samsung/akcodec-yh82x_yh92x.c
1529 target/arm/samsung/button-yh82x_yh92x.c
1530 target/arm/samsung/power-yh82x_yh92x.c
1531 target/arm/samsung/yh920/backlight-yh920.c
1532 target/arm/samsung/yh920/lcd-yh920.c
1533 target/arm/samsung/yh920/lcd-as-yh920.S
1534 target/arm/samsung/yh920/powermgmt-yh920.c
1535 #endif /* SIMULATOR */
1536 #endif /* SAMSUNG_YH920 */
1538 #ifdef SAMSUNG_YH925
1540 target/arm/ata-as-arm.S
1541 target/arm/ata-pp5020.c
1542 target/arm/adc-pp5020.c
1544 target/arm/usb-fw-pp502x.c
1545 target/arm/samsung/akcodec-yh82x_yh92x.c
1546 target/arm/samsung/button-yh82x_yh92x.c
1547 target/arm/samsung/power-yh82x_yh92x.c
1548 target/arm/samsung/yh925/backlight-yh925.c
1549 target/arm/samsung/yh925/lcd-yh925.c
1550 target/arm/samsung/yh925/lcd-as-yh925.S
1551 target/arm/samsung/yh925/powermgmt-yh925.c
1552 #endif /* SIMULATOR */
1553 #endif /* SAMSUNG_YH925 */
1556 /* TODO: currently including all files for the bootloader DFU test program */
1557 target/arm/s5l8700/adc-s5l8700.c
1558 target/arm/s5l8700/i2c-s5l8700.c
1559 target/arm/s5l8700/kernel-s5l8700.c
1560 target/arm/s5l8700/timer-s5l8700.c
1561 target/arm/s5l8700/wmcodec-s5l8700.c
1562 target/arm/s5l8700/yps3/button-yps3.c
1563 target/arm/s5l8700/yps3/lcd-yps3.c
1564 target/arm/s5l8700/yps3/fmradio-i2c-yps3.c
1565 target/arm/s5l8700/yps3/backlight-yps3.c
1566 target/arm/s5l8700/yps3/nand-yps3.c
1567 target/arm/s5l8700/yps3/power-yps3.c
1568 #endif /* SAMSUNG_YPS3 */
1570 #ifdef PBELL_VIBE500
1572 drivers/synaptics-mep.c
1573 target/arm/ata-as-arm.S
1574 target/arm/ata-pp5020.c
1575 target/arm/wmcodec-pp.c
1577 target/arm/adc-pp5020.c
1578 target/arm/pbell/vibe500/lcd-vibe500.c
1579 target/arm/pbell/vibe500/button-vibe500.c
1580 target/arm/pbell/vibe500/power-vibe500.c
1581 target/arm/pbell/vibe500/backlight-vibe500.c
1582 target/arm/pbell/vibe500/lcd-as-vibe500.S
1583 target/arm/pbell/vibe500/powermgmt-vibe500.c
1584 target/arm/usb-fw-pp502x.c
1585 #endif /* SIMULATOR */