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