Move strip_volume() to filefuncs.c and set properties.
[kugel-rb.git] / firmware / SOURCES
blob061c6323c8555a56f725eab70e656a1bbb16a9da
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 /* Tuner */
205 #if CONFIG_TUNER
206 tuner.c
207 #ifndef SIMULATOR
208 #if (CONFIG_TUNER & LV24020LP)
209 drivers/tuner/lv24020lp.c
210 #endif /* (CONFIG_TUNER & LV24020LP) */
211 #if (CONFIG_TUNER & S1A0903X01)
212 drivers/fmradio.c
213 drivers/tuner/s1a0903x01.c
214 #endif /* (CONFIG_TUNER & S1A0903X01) */
215 #if (CONFIG_TUNER & TEA5760)
216 drivers/tuner/tea5760uk.c
217 #endif
218 #if (CONFIG_TUNER & TEA5767)
219 drivers/tuner/tea5767.c
220 #endif /* (CONFIG_TUNER & TEA5767) */
221 #if (CONFIG_TUNER & SI4700)
222 drivers/tuner/si4700.c
223 #endif /* (CONFIG_TUNER & SI4700) */
224 #endif /*SIMULATOR */
225 #endif /* CONFIG_TUNER */
227 /* Sound */
228 #if CONFIG_CODEC != SWCODEC
229 mp3_playback.c
230 #endif /* CONFIG_CODEC != SWCODEC */
231 sound.c
233 #if CONFIG_CODEC == SWCODEC
235 #ifndef BOOTLOADER
236 pcm_sampr.c
237 pcm.c
238 #ifdef HAVE_RECORDING
239 enc_base.c
240 #endif /* HAVE_RECORDING */
241 #endif /* BOOTLOADER */
243 #else  /* !SWCODEC */
245 #ifndef BOOTLOADER
246 #ifndef SIMULATOR
247 drivers/mas.c
248 #endif /* SIMULATOR */
249 #endif /* BOOTLOADER */
251 #endif /* SWCODEC */
253 /* Audio codec */
254 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
255 #if defined(HAVE_UDA1380)
256 drivers/audio/uda1380.c
257 #elif defined(HAVE_WM8751)
258 drivers/audio/wm8751.c
259 #elif defined(HAVE_WM8978)
260 drivers/audio/wm8978.c
261 #elif defined(HAVE_WM8975)
262 drivers/audio/wm8975.c
263 #elif defined(HAVE_WM8985)
264 drivers/audio/wm8985.c
265 #elif defined(HAVE_WM8758)
266 drivers/audio/wm8758.c
267 #elif defined(HAVE_WM8711) \
268    || defined(HAVE_WM8721) \
269    || defined(HAVE_WM8731)
270 drivers/audio/wm8731.c
271 #elif defined(HAVE_AS3514)
272 drivers/audio/as3514.c
273 #elif defined(HAVE_TLV320)
274 drivers/audio/tlv320.c
275 #elif defined(HAVE_MAS35XX)
276 drivers/audio/mas35xx.c
277 #elif defined(HAVE_AK4537)
278 drivers/audio/ak4537.c
279 #elif defined(HAVE_UDA1341)
280 drivers/audio/uda1341.c
281 #endif /* defined(HAVE_*) */
282 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
284 /* USB Stack */
285 #if !defined(SIMULATOR)
286 #ifdef HAVE_USBSTACK
287 usbstack/usb_core.c
288 #ifdef USB_ENABLE_STORAGE
289 usbstack/usb_storage.c
290 #endif
291 #ifdef USB_ENABLE_SERIAL
292 usbstack/usb_serial.c
293 #endif
294 #ifdef USB_ENABLE_CHARGING_ONLY
295 usbstack/usb_charging_only.c
296 #endif
297 #ifdef USB_ENABLE_HID
298 usbstack/usb_hid.c
299 #endif
300 #if CONFIG_USBOTG == USBOTG_M66591
301 drivers/m66591.c
302 #elif CONFIG_USBOTG == USBOTG_ARC
303 target/arm/usb-drv-arc.c
304 #elif CONFIG_USBOTG == USBOTG_AS3525
305 target/arm/as3525/usb-drv-as3525.c
306 #elif CONFIG_USBOTG == USBOTG_ISP1583
307 drivers/isp1583.c
308 #endif
309 #else /* !defined(HAVE_USBSTACK) */
310 #if CONFIG_USBOTG == USBOTG_ISP1362      
311 drivers/isp1362.c
312 #elif CONFIG_USBOTG == USBOTG_M5636      
313 drivers/m5636.c
314 #endif
315 #endif /* !defined(HAVE_USBSTACK) */
316 #endif /* !defined(SIMULATOR) */
318 /* Other Random Hardware */
319 #ifdef HAVE_TSC2100
320 #if !defined(SIMULATOR)
321 drivers/tsc2100.c
322 drivers/audio/tsc2100.c
323 #endif /* !SIMULATOR */
324 #endif
326 /* CPU Specific - By class then particular chip if applicable */
327 #if defined(CPU_SH)
329 #ifndef SIMULATOR
330 drivers/i2c.c
331 target/sh/adc-sh.c
332 target/sh/bitswap.S
333 target/sh/crt0.S
334 target/sh/kernel-sh.c
335 target/sh/memcpy-sh.S
336 target/sh/memmove-sh.S
337 target/sh/memset-sh.S
338 target/sh/strlen-sh.S
339 target/sh/system-sh.c
340 target/sh/archos/descramble.S
341 #endif /* SIMULATOR */
343 #elif defined(CPU_COLDFIRE)
345 #ifndef SIMULATOR
346 target/coldfire/crt0.S
347 #ifdef HAVE_PRIORITY_SCHEDULING
348 common/ffs.c
349 target/coldfire/ffs-coldfire.S
350 #endif
351 target/coldfire/memcpy-coldfire.S
352 target/coldfire/memmove-coldfire.S
353 target/coldfire/memset-coldfire.S
354 target/coldfire/strlen-coldfire.S
355 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
356  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
357 target/coldfire/memset16-coldfire.S
358 #endif
359 target/coldfire/kernel-coldfire.c
360 target/coldfire/system-coldfire.c
361 target/coldfire/timer-coldfire.c
362 #ifndef BOOTLOADER
363 target/coldfire/pcm-coldfire.c
364 #endif /* BOOTLOADER */
365 #if CONFIG_I2C == I2C_COLDFIRE
366 target/coldfire/i2c-coldfire.c
367 #endif /* CONFIG_I2C == I2C_COLDFIRE */
368 #endif /* SIMULATOR */
370 #elif defined(CPU_PP) || defined(CPU_ARM)
371 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
372 target/arm/memcpy-arm.S
373 target/arm/memmove-arm.S
374 common/strlen.c
375 #ifndef SIMULATOR
376 target/arm/memset-arm.S
377 target/arm/memset16-arm.S
378 #ifdef HAVE_PRIORITY_SCHEDULING
379 target/arm/ffs-arm.S
380 #endif
381 target/arm/system-arm.c
382 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
383 target/arm/i2c-pp.c
384 #elif CONFIG_I2C == I2C_PNX0101
385 target/arm/pnx0101/i2c-pnx0101.c
386 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
387 target/arm/i2c-telechips.c
388 #elif CONFIG_I2C == I2C_S3C2440
389 /* no i2c driver yet */
390 #elif CONFIG_I2C == I2C_S5L8700
391 target/arm/s5l8700/i2c-s5l8700.c
392 #endif
394 #if CONFIG_CPU == PNX0101
395 target/arm/pnx0101/kernel-pnx0101.c
396 target/arm/pnx0101/system-pnx0101.c
397 target/arm/pnx0101/timer-pnx0101.c
398 #endif
400 #if CONFIG_CPU == AS3525
401 target/arm/as3525/system-as3525.c
402 target/arm/as3525/kernel-as3525.c
403 target/arm/as3525/timer-as3525.c
404 target/arm/as3525/ata_sd_as3525.c
405 target/arm/as3525/power-as3525.c
406 target/arm/as3525/usb-as3525.c
407 target/arm/as3525/dma-pl081.c
408 target/arm/as3525/ascodec-as3525.c
409 #ifndef BOOTLOADER
410 target/arm/mmu-arm.S
411 drivers/generic_i2c.c
412 target/arm/adc-as3514.c
413 target/arm/as3525/audio-as3525.c
414 target/arm/as3525/debug-as3525.c
415 target/arm/as3525/fmradio-i2c-as3525.c
416 target/arm/as3525/i2s-as3525.c
417 target/arm/as3525/pcm-as3525.c
418 #endif /* BOOTLOADER */
419 #endif /* CONFIG_CPU == AS3525 */
421 #if defined(CPU_PP)
422 target/arm/kernel-pp.c
423 target/arm/timer-pp.c
424 #if CONFIG_CPU == PP5002
425 target/arm/system-pp5002.c
426 #elif defined CPU_PP502x
427 target/arm/system-pp502x.c
428 #endif
429 #ifdef BOOTLOADER
430 target/arm/crt0-pp-bl.S
431 #else
432 target/arm/pcm-pp.c
433 #if !defined(SANSA_E200) && !defined(SANSA_C200)
434 target/arm/audio-pp.c
435 #endif /* SANSA_E200 */
436 target/arm/crt0-pp.S
437 #endif
438 #elif CONFIG_CPU == PNX0101
439 target/arm/pnx0101/crt0-pnx0101.S
440 #elif CONFIG_CPU==DM320
441 target/arm/tms320dm320/crt0.S
442 #elif CONFIG_CPU==S3C2440
443 target/arm/s3c2440/crt0.S
444 #elif defined(CPU_TCC77X)
445 target/arm/tcc77x/crt0.S
446 #elif defined(CPU_TCC780X)
447 target/arm/tcc780x/crt0.S
448 #elif CONFIG_CPU==IMX31L
449 target/arm/imx31/crt0.S
450 #elif defined(CPU_S5L870X)
451 target/arm/s5l8700/crt0.S
452 #elif defined(CPU_ARM)
453 target/arm/crt0.S
454 #endif /* defined(CPU_*) */
455 #endif /* SIMULATOR */
457 #elif defined(CPU_MIPS)
458 #undef mips
459 /*target/mips/strlen.S*/
460 common/memmove.c
461 common/memset16.c
462 common/strlen.c
463 target/mips/ffs-mips.S
464 target/mips/memcpy-mips.S
465 target/mips/memset-mips.S
466 target/mips/mmu-mips.c
467 #if CONFIG_CPU==JZ4732
468 target/mips/ingenic_jz47xx/crt0.S
469 #endif /* CONFIG_CPU == JZ4732 */
471 #else
473 #ifdef HAVE_PRIORITY_SCHEDULING
474 common/ffs.c
475 #endif
476 common/memcpy.c
477 common/memmove.c
478 common/memset.c
479 common/memset16.c
480 common/strlen.c
481 #ifndef SIMULATOR
482 crt0.S
483 drivers/i2c.c
484 #endif /* SIMULATOR */
486 #endif /* defined(CPU_*) */
488 #ifdef ARCHOS_PLAYER
489 #ifndef SIMULATOR
490 target/sh/archos/ata-archos.c
491 target/sh/archos/timer-archos.c
492 target/sh/archos/ata-as-archos.S
493 target/sh/archos/player/button-player.c
494 target/sh/archos/player/hwcompat-player.c
495 target/sh/archos/player/lcd-as-player.S
496 target/sh/archos/player/lcd-player.c
497 target/sh/archos/player/power-player.c
498 target/sh/archos/player/powermgmt-player.c
499 target/sh/archos/player/usb-player.c
500 #endif /* SIMULATOR */
501 #endif /* ARCHOS_PLAYER */
503 #ifdef ARCHOS_RECORDER
504 #ifndef SIMULATOR
505 target/sh/archos/ata-archos.c
506 target/sh/archos/timer-archos.c
507 target/sh/archos/ata-as-archos.S
508 target/sh/archos/lcd-archos-bitmap.c
509 target/sh/archos/lcd-as-archos-bitmap.S   
510 target/sh/archos/recorder/button-recorder.c
511 target/sh/archos/recorder/power-recorder.c
512 target/sh/archos/recorder/powermgmt-recorder.c
513 target/sh/archos/recorder/usb-recorder.c
514 #endif /* SIMULATOR */
515 #endif /* ARCHOS_RECORDER */
517 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
518 #ifndef SIMULATOR
519 target/sh/archos/ata-archos.c
520 target/sh/archos/timer-archos.c
521 target/sh/archos/ata-as-archos.S
522 target/sh/archos/lcd-archos-bitmap.c
523 target/sh/archos/lcd-as-archos-bitmap.S
524 target/sh/archos/fm_v2/button-fm_v2.c
525 target/sh/archos/fm_v2/power-fm_v2.c
526 target/sh/archos/fm_v2/powermgmt-fm_v2.c
527 target/sh/archos/fm_v2/usb-fm_v2.c
528 #endif /* SIMULATOR */
529 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
531 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
532 #ifndef SIMULATOR
533 target/sh/archos/timer-archos.c
534 target/sh/archos/lcd-archos-bitmap.c
535 target/sh/archos/lcd-as-archos-bitmap.S
536 target/sh/archos/ondio/button-ondio.c
537 target/sh/archos/ondio/power-ondio.c
538 target/sh/archos/ondio/powermgmt-ondio.c
539 target/sh/archos/ondio/usb-ondio.c
540 #if (CONFIG_TUNER & TEA5767)
541 target/sh/archos/ondio/fmradio_i2c-ondio.c
542 #endif
543 #endif /* SIMULATOR */
544 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
546 #ifdef SANSA_E200
547 #ifndef SIMULATOR
548 target/arm/adc-as3514.c
549 target/arm/ascodec-pp.c
550 target/arm/ata-sd-pp.c
551 target/arm/lcd-as-memframe.S
552 target/arm/powermgmt-ascodec.c
553 target/arm/i2s-pp.c
554 target/arm/usb-fw-pp502x.c
555 target/arm/sandisk/backlight-c200_e200.c
556 target/arm/sandisk/power-c200_e200.c
557 target/arm/sandisk/sansa-e200/lcd-e200.c
558 target/arm/sandisk/sansa-e200/button-e200.c
559 target/arm/sandisk/sansa-e200/powermgmt-e200.c
560 #ifndef BOOTLOADER
561 target/arm/sandisk/audio-c200_e200.c
562 #endif /* BOOTLOADER */
563 #endif /* SIMULATOR */
564 #endif /* SANSA_E200 */
566 #ifdef SANSA_C200
567 #ifndef SIMULATOR
568 target/arm/adc-as3514.c
569 target/arm/ascodec-pp.c
570 target/arm/ata-sd-pp.c
571 target/arm/i2s-pp.c
572 target/arm/powermgmt-ascodec.c
573 target/arm/usb-fw-pp502x.c
574 target/arm/sandisk/backlight-c200_e200.c
575 target/arm/sandisk/power-c200_e200.c
576 target/arm/lcd-c200_c200v2.c
577 target/arm/sandisk/sansa-c200/lcd-as-c200.S
578 target/arm/sandisk/sansa-c200/button-c200.c
579 target/arm/sandisk/sansa-c200/powermgmt-c200.c
580 #ifndef BOOTLOADER
581 target/arm/sandisk/audio-c200_e200.c
582 #endif /* BOOTLOADER */
583 #endif /* SIMULATOR */
584 #endif /* SANSA_C200 */
586 #ifdef SANSA_VIEW
587 #ifndef SIMULATOR
588 /* target/arm/ascodec-pp.c */
589 target/arm/ata-sd-pp.c
590 target/arm/lcd-as-memframe.S
591 target/arm/i2s-pp.c
592 /* target/arm/usb-fw-pp502x.c */
593 target/arm/sandisk/sansa-view/backlight-view.c
594 target/arm/sandisk/sansa-view/adc-view.c
595 target/arm/sandisk/sansa-view/power-view.c
596 target/arm/sandisk/sansa-view/lcd-view.c
597 target/arm/sandisk/sansa-view/button-view.c
598 target/arm/sandisk/sansa-view/powermgmt-view.c
599 #ifndef BOOTLOADER
600 /* target/arm/sandisk/audio-view.c */
601 #endif /* BOOTLOADER */
602 #endif /* SIMULATOR */
603 #endif /* SANSA_VIEW */
605 #ifdef PHILIPS_SA9200
606 #ifndef SIMULATOR
607 #ifndef BOOTLOADER
608 drivers/synaptics-mep.c
609 #endif /* BOOTLOADER */
610 target/arm/adc-as3514.c
611 target/arm/ascodec-pp.c
612 target/arm/ata-sd-pp.c
613 target/arm/i2s-pp.c
614 target/arm/powermgmt-ascodec.c
615 target/arm/usb-fw-pp502x.c
616 target/arm/philips/sa9200/backlight-sa9200.c
617 target/arm/philips/sa9200/button-sa9200.c
618 target/arm/philips/sa9200/lcd-sa9200.c
619 target/arm/philips/sa9200/power-sa9200.c
620 target/arm/philips/sa9200/powermgmt-sa9200.c
621 #endif /* SIMULATOR */
622 #endif /* PHILIPS_SA9200 */
624 #ifdef PHILIPS_HDD1630
625 #ifndef SIMULATOR
626 #ifndef BOOTLOADER
627 drivers/synaptics-mep.c
628 #endif /* BOOTLOADER */
629 target/arm/ata-as-arm.S
630 target/arm/ata-pp5020.c
631 target/arm/wmcodec-pp.c
632 target/arm/i2s-pp.c
633 target/arm/adc-pp5020.c
634 target/arm/philips/hdd1630/backlight-hdd1630.c
635 target/arm/philips/hdd1630/button-hdd1630.c
636 target/arm/philips/hdd1630/fmradio_i2c-hdd1630.c
637 target/arm/philips/hdd1630/lcd-hdd1630.c
638 target/arm/philips/hdd1630/lcd-as-hdd1630.S
639 target/arm/philips/hdd1630/power-hdd1630.c
640 target/arm/philips/hdd1630/powermgmt-hdd1630.c
641 target/arm/usb-fw-pp502x.c
642 #endif /* SIMULATOR */
643 #endif /* PHILIPS_HDD1630 */
645 #ifdef IAUDIO_X5
646 #ifndef SIMULATOR
647 target/coldfire/ata-as-coldfire.S
648 target/coldfire/pcf50606-coldfire.c
649 target/coldfire/iaudio/adc-iaudio.c
650 target/coldfire/iaudio/ata-iaudio.c
651 target/coldfire/iaudio/fmradio_i2c-iaudio.c
652 target/coldfire/iaudio/lcd-remote-as-iaudio.S
653 target/coldfire/iaudio/lcd-remote-iaudio.c
654 target/coldfire/iaudio/pcf50606-iaudio.c
655 target/coldfire/iaudio/power-x5m5.c
656 target/coldfire/iaudio/powermgmt-iaudio.c
657 target/coldfire/iaudio/system-iaudio.c
658 target/coldfire/iaudio/usb-iaudio.c
659 target/coldfire/iaudio/x5/backlight-x5.c
660 target/coldfire/iaudio/x5/button-x5.c
661 target/coldfire/iaudio/x5/ds2411-x5.c
662 target/coldfire/iaudio/x5/lcd-as-x5.S
663 target/coldfire/iaudio/x5/lcd-x5.c
664 target/coldfire/iaudio/x5/m5636-x5.c
665 #ifndef BOOTLOADER
666 target/coldfire/iaudio/audio-iaudio.c
667 #endif
668 #endif /* SIMULATOR */
669 #endif /* IAUDIO_X5 */
671 #ifdef IAUDIO_M5
672 #ifndef SIMULATOR
673 target/coldfire/ata-as-coldfire.S
674 target/coldfire/pcf50606-coldfire.c
675 target/coldfire/iaudio/adc-iaudio.c
676 target/coldfire/iaudio/ata-iaudio.c
677 #ifdef HAVE_FMRADIO_IN  /* FM radio mod */
678 target/coldfire/iaudio/fmradio_i2c-iaudio.c
679 #endif
680 target/coldfire/iaudio/lcd-remote-as-iaudio.S
681 target/coldfire/iaudio/lcd-remote-iaudio.c
682 target/coldfire/iaudio/m5/backlight-m5.c
683 target/coldfire/iaudio/m5/button-m5.c
684 target/coldfire/iaudio/m5/lcd-as-m5.S
685 target/coldfire/iaudio/m5/lcd-m5.c
686 target/coldfire/iaudio/pcf50606-iaudio.c
687 target/coldfire/iaudio/power-x5m5.c
688 target/coldfire/iaudio/powermgmt-iaudio.c
689 target/coldfire/iaudio/system-iaudio.c
690 target/coldfire/iaudio/usb-iaudio.c
691 #ifndef BOOTLOADER
692 target/coldfire/iaudio/audio-iaudio.c
693 #endif
694 #endif /* SIMULATOR */
695 #endif /* IAUDIO_M5 */
697 #ifdef IAUDIO_M3
698 #ifndef SIMULATOR
699 target/coldfire/ata-as-coldfire.S
700 target/coldfire/iaudio/fmradio_i2c-iaudio.c
701 target/coldfire/iaudio/m3/adc-m3.c
702 target/coldfire/iaudio/m3/ata-m3.c
703 target/coldfire/iaudio/m3/backlight-m3.c
704 target/coldfire/iaudio/m3/button-m3.c
705 target/coldfire/iaudio/m3/lcd-m3.c
706 target/coldfire/iaudio/m3/lcd-as-m3.S
707 target/coldfire/iaudio/m3/power-m3.c
708 target/coldfire/iaudio/m3/powermgmt-m3.c
709 target/coldfire/iaudio/m3/system-m3.c
710 target/coldfire/iaudio/m3/usb-m3.c
711 #ifndef BOOTLOADER
712 target/coldfire/iaudio/audio-iaudio.c
713 #endif
714 #endif /* SIMULATOR */
715 #endif /* IAUDIO_M3 */
717 #ifdef IRIVER_IFP7XX_SERIES
718 #ifdef STUB
719 ifp_usb_serial.c
720 common/sscanf.c
721 #endif /* STUB */
722 #endif /* IRIVER_IFP7XX_SERIES */
724 #ifdef IRIVER_H300_SERIES
725 #ifndef SIMULATOR
726 target/coldfire/ata-as-coldfire.S
727 target/coldfire/pcf50606-coldfire.c
728 target/coldfire/iriver/ata-iriver.c
729 target/coldfire/iriver/lcd-remote-iriver.c
730 target/coldfire/iriver/lcd-remote-as-iriver.S
731 target/coldfire/iriver/system-iriver.c
732 target/coldfire/iriver/fmradio_i2c-iriver.c
733 target/coldfire/iriver/h300/sw_i2c-h300.c
734 target/coldfire/iriver/h300/adc-h300.c
735 target/coldfire/iriver/h300/backlight-h300.c
736 target/coldfire/iriver/h300/button-h300.c
737 target/coldfire/iriver/h300/pcf50606-h300.c
738 target/coldfire/iriver/h300/lcd-as-h300.S
739 target/coldfire/iriver/h300/lcd-h300.c
740 target/coldfire/iriver/h300/power-h300.c
741 target/coldfire/iriver/h300/powermgmt-h300.c
742 target/coldfire/iriver/h300/usb-h300.c
743 #ifndef BOOTLOADER
744 target/coldfire/iriver/audio-iriver.c
745 target/coldfire/iriver/udacodec-iriver.c
746 #endif
747 #endif /* SIMULATOR */
748 #endif /* IRIVER_H300_SERIES */
750 #ifdef IRIVER_H100_SERIES
751 #ifndef SIMULATOR
752 drivers/sw_i2c.c
753 target/coldfire/ata-as-coldfire.S
754 target/coldfire/iriver/ata-iriver.c
755 target/coldfire/iriver/lcd-remote-iriver.c
756 target/coldfire/iriver/lcd-remote-as-iriver.S
757 target/coldfire/iriver/system-iriver.c
758 target/coldfire/iriver/fmradio_i2c-iriver.c
759 target/coldfire/iriver/h100/adc-h100.c
760 target/coldfire/iriver/h100/backlight-h100.c
761 target/coldfire/iriver/h100/button-h100.c
762 target/coldfire/iriver/h100/lcd-as-h100.S
763 target/coldfire/iriver/h100/lcd-h100.c
764 target/coldfire/iriver/h100/power-h100.c
765 target/coldfire/iriver/h100/powermgmt-h100.c
766 #ifndef BOOTLOADER
767 target/coldfire/iriver/audio-iriver.c
768 target/coldfire/iriver/udacodec-iriver.c
769 target/coldfire/iriver/h100/spdif-h100.c
770 #endif
771 target/coldfire/iriver/h100/usb-h100.c
772 #endif /* SIMULATOR */
773 #endif /* IRIVER_H100_SERIES */
775 #ifdef IRIVER_H10
776 #ifndef SIMULATOR
777 target/arm/ata-as-arm.S
778 target/arm/ata-pp5020.c
779 target/arm/wmcodec-pp.c
780 target/arm/i2s-pp.c
781 target/arm/adc-pp5020.c
782 target/arm/iriver/h10/backlight-h10.c
783 target/arm/iriver/h10/button-h10.c
784 target/arm/iriver/h10/fmradio_i2c-h10.c
785 target/arm/iriver/h10/lcd-h10_20gb.c
786 target/arm/iriver/h10/lcd-as-h10.S
787 target/arm/iriver/h10/power-h10.c
788 target/arm/iriver/h10/powermgmt-h10.c
789 target/arm/usb-fw-pp502x.c
790 #endif /* SIMULATOR */
791 #endif /* IRIVER_H10 */
793 #ifdef IRIVER_H10_5GB
794 #ifndef SIMULATOR
795 target/arm/ata-as-arm.S
796 target/arm/ata-pp5020.c
797 target/arm/wmcodec-pp.c
798 target/arm/i2s-pp.c
799 target/arm/adc-pp5020.c
800 target/arm/iriver/h10/backlight-h10.c
801 target/arm/iriver/h10/button-h10.c
802 target/arm/iriver/h10/fmradio_i2c-h10.c
803 target/arm/iriver/h10/lcd-h10_5gb.c
804 target/arm/iriver/h10/power-h10.c
805 target/arm/iriver/h10/powermgmt-h10.c
806 target/arm/usb-fw-pp502x.c
807 #endif /* SIMULATOR */
808 #endif /* IRIVER_H10_5GB */
810 #ifdef GIGABEAT_F
811 #ifndef SIMULATOR
812 target/arm/lcd-as-memframe.S
813 target/arm/mmu-arm.S
814 target/arm/s3c2440/adc-s3c2440.c
815 target/arm/s3c2440/debug-s3c2440.c
816 target/arm/s3c2440/kernel-s3c2440.c
817 target/arm/s3c2440/lcd-s3c2440.c
818 target/arm/s3c2440/system-s3c2440.c
819 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
820 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
821 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
822 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
823 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
824 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
825 #ifndef BOOTLOADER
826 target/arm/s3c2440/i2c-s3c2440.c
827 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
828 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
829 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
830 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
831 #endif
832 #endif /* SIMULATOR */
833 #endif /* GIGABEAT_F */
835 #ifdef GIGABEAT_S
836 #ifndef SIMULATOR
837 target/arm/lcd-as-memframe.S
838 target/arm/mmu-armv6.S
839 target/arm/imx31/ccm-imx31.c
840 target/arm/imx31/debug-imx31.c
841 target/arm/imx31/rolo_restart.S
842 target/arm/imx31/sdma-imx31.c
843 target/arm/imx31/gigabeat-s/adc-imx31.c
844 target/arm/imx31/gigabeat-s/ata-imx31.c
845 target/arm/imx31/gigabeat-s/avic-imx31.c
846 target/arm/imx31/gigabeat-s/backlight-imx31.c
847 target/arm/imx31/gigabeat-s/button-imx31.c
848 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
849 target/arm/imx31/gigabeat-s/gpio-imx31.c
850 target/arm/imx31/gigabeat-s/kernel-imx31.c
851 target/arm/imx31/gigabeat-s/i2c-imx31.c
852 target/arm/imx31/gigabeat-s/i2s-imx31.c
853 target/arm/imx31/gigabeat-s/lcd-imx31.c
854 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
855 target/arm/imx31/gigabeat-s/mc13783-imx31.c
856 target/arm/imx31/gigabeat-s/mmu-imx31.c
857 target/arm/imx31/gigabeat-s/power-imx31.c
858 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
859 target/arm/imx31/gigabeat-s/spi-imx31.c
860 target/arm/imx31/gigabeat-s/system-imx31.c
861 target/arm/imx31/gigabeat-s/usb-imx31.c
862 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
863 #ifndef BOOTLOADER
864 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
865 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
866 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
867 target/arm/imx31/gigabeat-s/pcm-imx31.c
868 target/arm/imx31/gigabeat-s/timer-imx31.c
869 #endif
870 #endif /* SIMULATOR */
871 #endif /* GIGABEAT_S */
873 #if CONFIG_CPU == DM320
874 target/arm/tms320dm320/debug-dm320.c
875 target/arm/tms320dm320/dsp-dm320.c
876 target/arm/tms320dm320/i2c-dm320.c
877 target/arm/tms320dm320/kernel-dm320.c
878 target/arm/tms320dm320/spi-dm320.c
879 target/arm/tms320dm320/system-dm320.c
880 target/arm/tms320dm320/timer-dm320.c
881 target/arm/tms320dm320/uart-dm320.c
882 #endif /* CONFIG_CPU == DM320 */
884 #ifdef MROBE_500
885 #ifndef SIMULATOR
886 target/arm/ata-as-arm.S
887 target/arm/lcd-as-memframe.S
888 target/arm/mmu-arm.S
889 target/arm/tms320dm320/mrobe-500/adc-mr500.c
890 target/arm/tms320dm320/mrobe-500/ata-mr500.c
891 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
892 target/arm/tms320dm320/mrobe-500/button-mr500.c
893 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
894 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
895 #if defined(HAVE_REMOTE_LCD)
896 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
897 #endif
898 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
899 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
900 target/arm/tms320dm320/mrobe-500/power-mr500.c
901 target/arm/tms320dm320/mrobe-500/usb-mr500.c
902 #endif /* SIMULATOR */
903 #endif /* MROBE_500 */
905 #ifdef CREATIVE_ZVx
906 #ifndef SIMULATOR
907 target/arm/ata-as-arm.S
908 target/arm/lcd-as-memframe.S
909 target/arm/mmu-arm.S
910 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
911 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
912 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
913 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
914 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
915 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
916 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
917 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
918 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
919 #endif /* SIMULATOR */
920 #endif /* CREATIVE_ZVx */
922 #ifdef MROBE_100
923 #ifndef SIMULATOR
924 #ifndef BOOTLOADER
925 drivers/synaptics-mep.c
926 target/arm/olympus/mrobe-100/lcd-remote-mr100.c
927 #endif /* BOOTLOADER */
928 drivers/sw_i2c.c
929 target/arm/ata-as-arm.S
930 target/arm/ata-pp5020.c
931 target/arm/wmcodec-pp.c
932 target/arm/i2s-pp.c
933 target/arm/adc-pp5020.c
934 target/arm/olympus/mrobe-100/backlight-mr100.c
935 target/arm/olympus/mrobe-100/button-mr100.c
936 target/arm/olympus/mrobe-100/lcd-mr100.c
937 target/arm/olympus/mrobe-100/lcd-as-mr100.S
938 target/arm/olympus/mrobe-100/power-mr100.c
939 target/arm/olympus/mrobe-100/powermgmt-mr100.c
940 target/arm/usb-fw-pp502x.c
941 #endif /* SIMULATOR */
942 #endif /* MROBE_100 */
944 #ifdef ELIO_TPJ1022
945 #ifndef SIMULATOR
946 target/arm/ata-as-arm.S
947 target/arm/ata-pp5020.c
948 target/arm/wmcodec-pp.c
949 target/arm/i2s-pp.c
950 target/arm/adc-pp5020.c
951 target/arm/tatung/tpj1022/backlight-tpj1022.c
952 target/arm/tatung/tpj1022/button-tpj1022.c
953 target/arm/tatung/tpj1022/lcd-tpj1022.c
954 target/arm/tatung/tpj1022/power-tpj1022.c
955 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
956 target/arm/usb-fw-pp502x.c
957 #endif /* SIMULATOR */
958 #endif /* ELIO_TPJ1022 */
960 #ifdef IPOD_4G
961 #ifndef SIMULATOR
962 drivers/pcf50605.c
963 target/arm/wmcodec-pp.c
964 target/arm/i2s-pp.c
965 target/arm/ata-as-arm.S
966 target/arm/ata-pp5020.c
967 target/arm/ipod/adc-ipod-pcf.c
968 target/arm/ipod/backlight-4g_color.c
969 target/arm/ipod/button-clickwheel.c
970 target/arm/ipod/lcd-as-gray.S
971 target/arm/ipod/lcd-gray.c
972 target/arm/ipod/power-ipod.c
973 target/arm/ipod/powermgmt-ipod-pcf.c
974 target/arm/usb-fw-pp502x.c
975 #endif /* SIMULATOR */
976 #endif /* IPOD_4G */
978 #ifdef IPOD_COLOR
979 #ifndef SIMULATOR
980 drivers/pcf50605.c
981 target/arm/ata-as-arm.S
982 target/arm/ata-pp5020.c
983 target/arm/wmcodec-pp.c
984 target/arm/i2s-pp.c
985 target/arm/ipod/adc-ipod-pcf.c
986 target/arm/ipod/backlight-4g_color.c
987 target/arm/ipod/button-clickwheel.c
988 target/arm/ipod/lcd-color_nano.c
989 target/arm/ipod/power-ipod.c
990 target/arm/ipod/powermgmt-ipod-pcf.c
991 target/arm/usb-fw-pp502x.c
992 #endif /* SIMULATOR */
993 #endif /* IPOD_COLOR */
995 #ifdef IPOD_NANO
996 #ifndef SIMULATOR
997 drivers/pcf50605.c
998 target/arm/ata-as-arm.S
999 target/arm/ata-pp5020.c
1000 target/arm/wmcodec-pp.c
1001 target/arm/i2s-pp.c
1002 target/arm/ipod/adc-ipod-pcf.c
1003 target/arm/ipod/backlight-nano_video.c
1004 target/arm/ipod/button-clickwheel.c
1005 target/arm/ipod/lcd-color_nano.c
1006 target/arm/ipod/power-ipod.c
1007 target/arm/ipod/powermgmt-ipod-pcf.c
1008 target/arm/usb-fw-pp502x.c
1009 #endif /* SIMULATOR */
1010 #endif /* IPOD_NANO */
1012 #ifdef IPOD_VIDEO
1013 #ifndef SIMULATOR
1014 drivers/pcf50605.c
1015 target/arm/ata-as-arm.S
1016 target/arm/ata-pp5020.c
1017 target/arm/wmcodec-pp.c
1018 target/arm/i2s-pp.c
1019 target/arm/ipod/adc-ipod-pcf.c
1020 target/arm/ipod/backlight-nano_video.c
1021 target/arm/ipod/button-clickwheel.c
1022 target/arm/ipod/power-ipod.c
1023 target/arm/ipod/powermgmt-ipod-pcf.c
1024 target/arm/ipod/video/lcd-as-video.S
1025 target/arm/ipod/video/lcd-video.c
1026 target/arm/usb-fw-pp502x.c
1027 #endif /* SIMULATOR */
1028 #endif /* IPOD_VIDEO */
1030 #ifdef IPOD_3G
1031 #ifndef SIMULATOR
1032 drivers/pcf50605.c
1033 target/arm/ata-pp5002.c
1034 target/arm/wmcodec-pp.c
1035 target/arm/i2s-pp.c
1036 target/arm/ipod/adc-ipod-pcf.c
1037 target/arm/ipod/3g/backlight-3g.c
1038 target/arm/ipod/button-1g-3g.c
1039 target/arm/ipod/lcd-as-gray.S
1040 target/arm/ipod/lcd-gray.c
1041 target/arm/ipod/power-ipod.c
1042 target/arm/ipod/powermgmt-ipod-pcf.c
1043 target/arm/usb-fw-pp5002.c
1044 #endif /* SIMULATOR */
1045 #endif /* IPOD_3G */
1047 #ifdef IPOD_1G2G
1048 #ifndef SIMULATOR
1049 target/arm/ata-pp5002.c
1050 target/arm/wmcodec-pp.c
1051 target/arm/i2s-pp.c
1052 target/arm/ipod/1g2g/adc-ipod-1g2g.c
1053 target/arm/ipod/1g2g/backlight-1g2g.c
1054 target/arm/ipod/1g2g/powermgmt-1g2g.c
1055 target/arm/ipod/button-1g-3g.c
1056 target/arm/ipod/lcd-as-gray.S
1057 target/arm/ipod/lcd-gray.c
1058 target/arm/ipod/power-ipod.c
1059 target/arm/usb-fw-pp5002.c
1060 #endif /* SIMULATOR */
1061 #endif /* IPOD_1G2G */
1063 #ifdef IPOD_MINI
1064 #ifndef SIMULATOR
1065 drivers/pcf50605.c
1066 target/arm/ata-as-arm.S
1067 target/arm/ata-pp5020.c
1068 target/arm/wmcodec-pp.c
1069 target/arm/i2s-pp.c
1070 target/arm/ipod/adc-ipod-pcf.c
1071 target/arm/ipod/backlight-mini1g_mini2g.c
1072 target/arm/ipod/button-mini1g.c
1073 target/arm/ipod/lcd-as-gray.S
1074 target/arm/ipod/lcd-gray.c
1075 target/arm/ipod/power-ipod.c
1076 target/arm/ipod/powermgmt-ipod-pcf.c
1077 target/arm/usb-fw-pp502x.c
1078 #endif /* SIMULATOR */
1079 #endif /* IPOD_MINI */
1081 #ifdef IPOD_MINI2G
1082 #ifndef SIMULATOR
1083 drivers/pcf50605.c
1084 target/arm/ata-as-arm.S
1085 target/arm/ata-pp5020.c
1086 target/arm/wmcodec-pp.c
1087 target/arm/i2s-pp.c
1088 target/arm/ipod/adc-ipod-pcf.c
1089 target/arm/ipod/backlight-mini1g_mini2g.c
1090 target/arm/ipod/button-clickwheel.c
1091 target/arm/ipod/lcd-as-gray.S
1092 target/arm/ipod/lcd-gray.c
1093 target/arm/ipod/power-ipod.c
1094 target/arm/ipod/powermgmt-ipod-pcf.c
1095 target/arm/usb-fw-pp502x.c
1096 #endif /* SIMULATOR */
1097 #endif /* IPOD_MINI2G */
1099 #ifdef IRIVER_IFP7XX
1100 #ifndef SIMULATOR
1101 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1102 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1103 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1104 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1105 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1106 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1107 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1108 #ifndef BOOTLOADER
1109 target/arm/pnx0101/pcm-pnx0101.c
1110 #endif /* BOOTLOADER */
1111 #endif /* SIMULATOR */
1112 #endif /* IRIVER_IFP7XX */
1114 #ifdef LOGIK_DAX
1115 #ifndef SIMULATOR
1116 drivers/nand_id.c
1117 target/arm/lcd-ssd1815.c
1118 target/arm/tcc77x/adc-tcc77x.c
1119 target/arm/tcc77x/kernel-tcc77x.c
1120 target/arm/tcc77x/powermgmt-tcc77x.c
1121 target/arm/tcc77x/system-tcc77x.c
1122 target/arm/tcc77x/timer-tcc77x.c
1123 target/arm/usb-tcc.c
1124 target/arm/tcc77x/logikdax/button-logikdax.c
1125 target/arm/tcc77x/logikdax/power-logikdax.c
1126 #ifndef BOOTLOADER
1127 target/arm/wmcodec-telechips.c
1128 target/arm/tcc77x/debug-tcc77x.c
1129 target/arm/pcm-telechips.c
1130 target/arm/tcc77x/logikdax/audio-logikdax.c
1131 #endif /* BOOTLOADER */
1132 #endif /* SIMULATOR */
1133 #endif /* LOGIK_DAX */
1135 #ifdef SANSA_M200
1136 #ifndef SIMULATOR
1137 drivers/nand_id.c
1138 target/arm/lcd-ssd1815.c
1139 target/arm/tcc77x/adc-tcc77x.c
1140 target/arm/tcc77x/kernel-tcc77x.c
1141 target/arm/tcc77x/powermgmt-tcc77x.c
1142 target/arm/tcc77x/system-tcc77x.c
1143 target/arm/tcc77x/timer-tcc77x.c
1144 target/arm/usb-tcc.c
1145 target/arm/tcc77x/m200/button-m200.c
1146 target/arm/tcc77x/m200/power-m200.c
1147 #ifndef BOOTLOADER
1148 target/arm/wmcodec-telechips.c
1149 target/arm/tcc77x/debug-tcc77x.c
1150 target/arm/pcm-telechips.c
1151 target/arm/tcc77x/m200/audio-m200.c
1152 #endif /* BOOTLOADER */
1153 #endif /* SIMULATOR */
1154 #endif /* SANSA_M200 */
1156 #ifdef SANSA_C100
1157 #ifndef SIMULATOR
1158 drivers/nand_id.c
1159 target/arm/usb-tcc.c
1160 target/arm/tcc77x/system-tcc77x.c
1161 target/arm/tcc77x/kernel-tcc77x.c
1162 target/arm/tcc77x/timer-tcc77x.c
1163 target/arm/tcc77x/adc-tcc77x.c
1164 target/arm/tcc77x/powermgmt-tcc77x.c
1165 target/arm/tcc77x/c100/lcd-S6B33B2.c
1166 target/arm/tcc77x/c100/button-c100.c
1167 target/arm/tcc77x/c100/power-c100.c
1168 #ifndef BOOTLOADER
1169 target/arm/tcc77x/debug-tcc77x.c
1170 target/arm/pcm-telechips.c
1171 target/arm/tcc77x/c100/audio-c100.c
1172 #endif /* BOOTLOADER */
1173 #endif /* SIMULATOR */
1174 #endif /* SANSA_C100 */
1176 #ifdef SANSA_CLIP
1177 #ifndef SIMULATOR
1178 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1179 target/arm/as3525/sansa-clip/lcd-as-clip.S
1180 target/arm/as3525/sansa-clip/button-clip.c
1181 target/arm/as3525/sansa-clip/backlight-clip.c
1182 #ifndef BOOTLOADER
1183 target/arm/powermgmt-ascodec.c
1184 target/arm/as3525/sansa-clip/powermgmt-clip.c
1185 #endif /* !BOOTLOADER */
1186 #endif /* !SIMULATOR */
1187 #endif /* SANSA_CLIP */
1189 #ifdef SANSA_E200V2
1190 #ifndef SIMULATOR
1191 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1192 target/arm/as3525/lcd-as-e200v2-fuze.S
1193 target/arm/as3525/button-e200v2-fuze.c
1194 target/arm/as3525/backlight-e200v2-fuze.c
1195 #ifndef BOOTLOADER
1196 target/arm/powermgmt-ascodec.c
1197 target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1198 #endif /* !BOOTLOADER */
1199 #endif /* !SIMULATOR */
1200 #endif /* SANSA_E200V2 */
1202 #ifdef SANSA_C200V2
1203 #ifndef SIMULATOR
1204 target/arm/lcd-c200_c200v2.c
1205 target/arm/as3525/sansa-c200v2/button-c200v2.c
1206 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1207 #ifndef BOOTLOADER
1208 target/arm/as3525/powermgmt-as3525.c
1209 #endif /* !BOOTLOADER */
1210 #endif /* !SIMULATOR */
1211 #endif /* SANSA_E200V2 */
1213 #ifdef SANSA_M200V4
1214 #ifndef SIMULATOR
1215 target/arm/lcd-ssd1815.c
1216 target/arm/as3525/sansa-m200v4/button-m200v4.c
1217 #ifndef BOOTLOADER
1218 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1219 #endif /* !BOOTLOADER */
1220 #endif /* !SIMULATOR */
1221 #endif /* SANSA_M200V4 */
1223 #ifdef SANSA_FUZE
1224 #ifndef SIMULATOR
1225 target/arm/as3525/button-e200v2-fuze.c
1226 target/arm/as3525/sansa-fuze/lcd-fuze.c
1227 target/arm/as3525/lcd-as-e200v2-fuze.S
1228 target/arm/as3525/backlight-e200v2-fuze.c
1229 #ifndef BOOTLOADER
1230 target/arm/powermgmt-ascodec.c
1231 target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1232 #endif /* !BOOTLOADER */
1233 #endif /* !SIMULATOR */
1234 #endif /* SANSA_FUZE */
1236 #ifdef IAUDIO_7
1237 #ifndef SIMULATOR
1238 drivers/nand_id.c
1239 drivers/pcf50606.c
1240 target/arm/usb-tcc.c
1241 target/arm/tcc77x/system-tcc77x.c
1242 target/arm/tcc77x/kernel-tcc77x.c
1243 target/arm/tcc77x/timer-tcc77x.c
1244 target/arm/tcc77x/adc-tcc77x.c
1245 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1246 target/arm/tcc77x/iaudio7/power-iaudio7.c
1247 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1248 target/arm/tcc77x/iaudio7/button-iaudio7.c
1249 target/arm/tcc77x/iaudio7/ata2501.c
1250 #ifndef BOOTLOADER
1251 target/arm/wmcodec-telechips.c
1252 target/arm/pcm-telechips.c
1253 target/arm/tcc77x/debug-tcc77x.c
1254 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1255 #endif /* BOOTLOADER */
1256 #endif /* SIMULATOR */
1257 #endif /* IAUDIO_7 */
1259 #ifdef COWON_D2
1260 #ifndef SIMULATOR
1261 drivers/nand_id.c
1262 drivers/pcf50606.c
1263 drivers/pcf50635.c
1264 drivers/tsc200x.c
1265 target/arm/lcd-as-memframe.S
1266 target/arm/tcc780x/adc-tcc780x.c
1267 target/arm/tcc780x/system-tcc780x.c
1268 target/arm/tcc780x/kernel-tcc780x.c
1269 target/arm/tcc780x/sd-tcc780x.c
1270 target/arm/tcc780x/cowond2/button-cowond2.c
1271 target/arm/tcc780x/cowond2/touchscreen-cowond2.c
1272 target/arm/tcc780x/cowond2/lcd-cowond2.c
1273 target/arm/tcc780x/cowond2/power-cowond2.c
1274 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1275 target/arm/tcc780x/cowond2/backlight-cowond2.c
1276 target/arm/usb-tcc.c
1277 target/arm/mmu-arm.S
1278 #ifndef BOOTLOADER
1279 target/arm/tcc780x/timer-tcc780x.c
1280 target/arm/wmcodec-telechips.c
1281 target/arm/tcc780x/debug-tcc780x.c
1282 target/arm/pcm-telechips.c
1283 target/arm/tcc780x/cowond2/audio-cowond2.c
1284 #endif /* BOOTLOADER */
1285 #endif /* SIMULATOR */
1286 #endif /* COWON_D2 */
1288 #ifdef CPU_S5L870X
1289 target/arm/s5l8700/system-s5l8700.c
1290 target/arm/s5l8700/mmu-s5l8700.S
1291 #ifndef SIMULATOR
1292 #ifndef BOOTLOADER
1293 target/arm/s5l8700/timer-s5l8700.c
1294 #endif /* BOOTLOADER */
1295 #endif /* SIMULATOR */
1296 #endif
1298 #ifdef MEIZU_M6SL
1299 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1300 drivers/qt1106.c
1301 #ifndef SIMULATOR
1302 #ifndef BOOTLOADER
1303 #endif /* BOOTLOADER */
1304 #endif /* SIMULATOR */
1305 #endif /* MEIZU_M6SL */
1307 #ifdef MEIZU_M6SP
1308 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1309 #ifndef SIMULATOR
1310 #ifndef BOOTLOADER
1311 #endif /* BOOTLOADER */
1312 #endif /* SIMULATOR */
1313 #endif /* MEIZU_M6SP */
1315 #ifdef MEIZU_M3
1316 target/arm/s5l8700/backlight-meizu.c
1317 target/arm/s5l8700/kernel-s5l8700.c
1318 target/arm/s5l8700/meizu-m3/lcd-m3.c
1319 drivers/qt1106.c
1320 #ifndef SIMULATOR
1321 #ifndef BOOTLOADER
1322 target/arm/s5l8700/dma-s5l8700.c
1323 target/arm/s5l8700/pcm-s5l8700.c
1324 target/arm/s5l8700/udacodec-meizu.c
1325 #endif /* BOOTLOADER */
1326 #endif /* SIMULATOR */
1327 #endif /* MEIZU_M3 */
1329 #ifdef IPOD_NANO2G
1330 #ifndef SIMULATOR
1331 drivers/audio/wm8975.c
1332 target/arm/usb-s3c6400x.c
1333 target/arm/ipod/button-clickwheel.c
1334 target/arm/s5l8700/kernel-s5l8700.c
1335 target/arm/s5l8700/wmcodec-s5l8700.c
1336 target/arm/s5l8700/pcm-s5l8700.c
1337 target/arm/s5l8700/adc-s5l8700.c
1338 target/arm/s5l8700/debug-s5l8700.c
1339 target/arm/s5l8700/dma-s5l8700.c
1340 target/arm/s5l8700/ipodnano2g/backlight-nano2g.c
1341 target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
1342 target/arm/s5l8700/ipodnano2g/powermgmt-nano2g.c
1343 target/arm/s5l8700/ipodnano2g/power-nano2g.c
1344 target/arm/s5l8700/ipodnano2g/audio-nano2g.c
1345 target/arm/s5l8700/ipodnano2g/ftl-nano2g.c
1346 target/arm/s5l8700/ipodnano2g/nand-nano2g.c
1347 target/arm/s5l8700/ipodnano2g/pmu-nano2g.c
1348 target/arm/s5l8700/ipodnano2g/rtc-nano2g.c
1349 #endif
1350 #endif
1352 #ifndef SIMULATOR
1353 #if CONFIG_CPU == JZ4732
1354 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1355 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1356 target/mips/ingenic_jz47xx/debug-jz4740.c
1357 target/mips/ingenic_jz47xx/fmradio-i2c-jz4740.c
1358 target/mips/ingenic_jz47xx/kernel-jz4740.c
1359 target/mips/ingenic_jz47xx/i2c-jz4740.c
1360 target/mips/ingenic_jz47xx/lcd-jz4740.c
1361 target/mips/ingenic_jz47xx/system-jz4740.c
1362 target/mips/ingenic_jz47xx/usb-jz4740.c
1363 target/mips/ingenic_jz47xx/timer-jz4740.c
1364 #ifndef BOOTLOADER
1365 target/mips/ingenic_jz47xx/codec-jz4740.c
1366 target/mips/ingenic_jz47xx/pcm-jz4740.c
1367 #endif /* BOOTLOADER */
1368 drivers/nand_id.c
1369 #endif /* CONFIG_CPU == JZ4732 */
1371 #if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
1372 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1373 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1374 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1375 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1376 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1377 #endif /* ONDA_VX747 || ONDA_VX747P || ONDA_VX777 */
1379 #ifdef ONDA_VX767
1380 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1381 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1382 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1383 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1384 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1385 #endif /* ONDA_VX767 */
1387 #if defined(LYRE_PROTO1)
1388 target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
1389 target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c
1390 target/arm/at91sam/lyre_proto1/button-lyre_proto1.c
1391 target/arm/at91sam/lyre_proto1/crt0.S
1392 target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c
1393 target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c
1394 target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
1395 target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
1396 target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c
1397 #endif
1398 #endif /* SIMULATOR */
1400 #if defined(MINI2440)
1401 #ifndef SIMULATOR
1402 target/arm/lcd-as-memframe.S
1403 target/arm/mmu-arm.S
1404 target/arm/s3c2440/debug-s3c2440.c
1405 target/arm/s3c2440/dma-s3c2440.c
1406 target/arm/s3c2440/kernel-s3c2440.c
1407 target/arm/s3c2440/lcd-s3c2440.c
1408 target/arm/s3c2440/sd-s3c2440.c
1409 target/arm/s3c2440/system-s3c2440.c
1410 target/arm/s3c2440/uart-s3c2440.c
1411 target/arm/s3c2440/adc-s3c2440.c
1412 target/arm/s3c2440/i2c-s3c2440.c
1413 target/arm/s3c2440/mini2440/backlight-mini2440.c
1414 target/arm/s3c2440/mini2440/button-mini2440.c
1415 target/arm/s3c2440/mini2440/led-mini2440.c
1416 target/arm/s3c2440/mini2440/power-mini2440.c
1417 target/arm/s3c2440/mini2440/touchscreen-mini2440.c
1418 #ifndef BOOTLOADER
1419 target/arm/s3c2440/mini2440/powermgmt-mini2440.c
1420 target/arm/s3c2440/mini2440/pcm-mini2440.c
1421 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
1422 #endif
1423 #endif /* SIMULATOR */
1424 #endif /* MINI2440 */
1426 #ifdef SAMSUNG_YH820
1427 #ifndef SIMULATOR
1428 target/arm/ata-as-arm.S
1429 target/arm/ata-pp5020.c
1430 target/arm/adc-pp5020.c
1431 target/arm/i2s-pp.c
1432 target/arm/usb-fw-pp502x.c
1433 target/arm/samsung/akcodec-yh82x_yh92x.c
1434 target/arm/samsung/button-yh82x_yh92x.c
1435 target/arm/samsung/power-yh82x_yh92x.c
1436 target/arm/samsung/yh820/backlight-yh820.c
1437 target/arm/samsung/yh820/lcd-yh820.c
1438 target/arm/samsung/yh820/lcd-as-yh820.S
1439 target/arm/samsung/yh820/powermgmt-yh820.c
1440 #endif /* SIMULATOR */
1441 #endif /* SAMSUNG_YH820 */
1443 #ifdef SAMSUNG_YH920
1444 #ifndef SIMULATOR
1445 target/arm/ata-as-arm.S
1446 target/arm/ata-pp5020.c
1447 target/arm/adc-pp5020.c
1448 target/arm/i2s-pp.c
1449 target/arm/usb-fw-pp502x.c
1450 target/arm/samsung/akcodec-yh82x_yh92x.c
1451 target/arm/samsung/button-yh82x_yh92x.c
1452 target/arm/samsung/power-yh82x_yh92x.c
1453 target/arm/samsung/yh920/backlight-yh920.c
1454 target/arm/samsung/yh920/lcd-yh920.c
1455 target/arm/samsung/yh920/lcd-as-yh920.S
1456 target/arm/samsung/yh920/powermgmt-yh920.c
1457 #endif /* SIMULATOR */
1458 #endif /* SAMSUNG_YH920 */
1460 #ifdef SAMSUNG_YH925
1461 #ifndef SIMULATOR
1462 target/arm/ata-as-arm.S
1463 target/arm/ata-pp5020.c
1464 target/arm/adc-pp5020.c
1465 target/arm/i2s-pp.c
1466 target/arm/usb-fw-pp502x.c
1467 target/arm/samsung/akcodec-yh82x_yh92x.c
1468 target/arm/samsung/button-yh82x_yh92x.c
1469 target/arm/samsung/power-yh82x_yh92x.c
1470 target/arm/samsung/yh925/backlight-yh925.c
1471 target/arm/samsung/yh925/lcd-yh925.c
1472 target/arm/samsung/yh925/lcd-as-yh925.S
1473 target/arm/samsung/yh925/powermgmt-yh925.c
1474 #endif /* SIMULATOR */
1475 #endif /* SAMSUNG_YH925 */
1477 #ifdef SAMSUNG_YPS3
1478 /* TODO: currently including all files for the bootloader DFU test program */
1479 target/arm/s5l8700/adc-s5l8700.c
1480 target/arm/s5l8700/i2c-s5l8700.c
1481 target/arm/s5l8700/kernel-s5l8700.c
1482 target/arm/s5l8700/timer-s5l8700.c
1483 target/arm/s5l8700/wmcodec-s5l8700.c
1484 target/arm/s5l8700/yps3/button-yps3.c
1485 target/arm/s5l8700/yps3/lcd-yps3.c
1486 target/arm/s5l8700/yps3/fmradio-i2c-yps3.c
1487 target/arm/s5l8700/yps3/backlight-yps3.c
1488 target/arm/s5l8700/yps3/nand-yps3.c
1489 target/arm/s5l8700/yps3/power-yps3.c
1490 #endif /* SAMSUNG_YPS3 */