Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is now...
[kugel-rb.git] / firmware / SOURCES
blobdd3569ac13f0cc606027e598446011a85507669a
1 ata_idle_notify.c
2 events.c
3 backlight.c
4 buffer.c
5 general.c
6 powermgmt.c
7 system.c
8 usb.c
9 #ifdef ROCKBOX_HAS_LOGF
10 logf.c
11 #endif /* ROCKBOX_HAS_LOGF */
12 kernel.c
13 #ifndef SIMULATOR
14 #ifdef RB_PROFILE
15 profile.c
16 #endif /* RB_PROFILE */
17 rolo.c
18 thread.c
19 timer.c
20 #endif /* SIMULATOR */
21 panic.c
22 debug.c
24 /* Common */
25 common/atoi.c
26 common/crc32.c
27 #ifdef MI4_FORMAT
28 common/crc32-mi4.c
29 #endif
30 common/ctype.c
31 #ifndef SIMULATOR
32 common/dir_uncached.c
33 common/file.c
34 #endif /* SIMULATOR */
35 #ifdef HAVE_DIRCACHE
36 common/dircache.c
37 #endif /* HAVE_DIRCACHE */
38 common/disk.c
39 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
40 common/errno.c
41 #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
42 common/memcmp.c
43 common/memchr.c
44 common/qsort.c
45 common/random.c
46 common/sprintf.c
47 common/strcasecmp.c
48 common/strcasestr.c
49 common/strcat.c
50 common/strchr.c
51 common/strcmp.c
52 common/strcpy.c
53 common/strncmp.c
54 common/strncpy.c
55 common/strrchr.c
56 common/strtok.c
57 common/strstr.c
58 common/structec.c
59 common/timefuncs.c
60 common/unicode.c
62 /* Display */
63 scroll_engine.c
65 #ifdef HAVE_LCD_CHARCELLS
66 drivers/lcd-charcell.c
67 drivers/lcd-charset-player.c
68 #endif /* HAVE_LCD_CHARCELLS */
70 #ifdef HAVE_LCD_BITMAP
71 arabjoin.c
72 bidi.c
73 font_cache.c
74 font.c
75 hangul.c
76 lru.c
77 #ifndef BOOTLOADER
78 screendump.c
79 #endif
80 #if LCD_DEPTH == 1
81 drivers/lcd-1bit-vert.c
82 #elif LCD_DEPTH == 2
83 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
84 drivers/lcd-2bit-horz.c
85 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
86 drivers/lcd-2bit-vert.c
87 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
88 drivers/lcd-2bit-vi.c
89 #endif /* LCD_PIXELFORMAT */
90 #elif LCD_DEPTH == 16
91 drivers/lcd-16bit.c
92 #endif /* LCD_DEPTH */
93 #endif /* HAVE_LCD_BITMAP */
95 #ifdef HAVE_REMOTE_LCD
96 #if LCD_REMOTE_DEPTH == 1
97 drivers/lcd-remote-1bit-v.c
98 #elif LCD_REMOTE_DEPTH == 2
99 drivers/lcd-remote-2bit-vi.c
100 #endif /* LCD_REMOTE_DEPTH */
101 #endif /* HAVE_REMOTE_LCD */
103 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
104     || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG)
105 backlight-sw-fading.c
106 #endif /* CONFIG_BACKLIGHT_FADING */
108 /* Misc. */
109 drivers/led.c
110 drivers/button.c
111 #ifndef SIMULATOR
112 #ifdef HAVE_DAC3550A
113 drivers/dac.c
114 #endif
115 #ifdef HAVE_SERIAL
116 drivers/serial.c
117 #endif
118 #endif /* SIMULATOR */
121 /* Storage */
122 #ifndef SIMULATOR
123 #if (CONFIG_STORAGE & STORAGE_MMC)
124 drivers/ata_mmc.c
125 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
126 drivers/ata_flash.c
127 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
128 target/arm/ata-nand-telechips.c
129 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
130 target/arm/s5l8700/ata-nand-s5l8700.c
131 #elif (CONFIG_STORAGE & STORAGE_ATA)
132 drivers/ata.c
133 #elif (CONFIG_STORAGE & STORAGE_RAMDISK)
134 drivers/ramdisk.c
135 #endif /* CONFIG_STORAGE */
136 drivers/fat.c
137 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
138 hotswap.c
139 #endif
140 #endif /* SIMULATOR */
142 /* EEPROM */
143 #ifdef HAVE_EEPROM
144 drivers/eeprom_24cxx.c
145 #ifdef HAVE_EEPROM_SETTINGS
146 eeprom_settings.c
147 #endif /* HAVE_EEPROM_SETTINGS */
148 #endif /* HAVE_EEPROM */
150 /* RTC */
151 #ifndef SIMULATOR
152 #if (CONFIG_RTC == RTC_M41ST84W)
153 drivers/rtc/rtc_m41st84w.c
154 #elif (CONFIG_RTC == RTC_PCF50606)
155 drivers/rtc/rtc_pcf50606.c
156 #elif (CONFIG_RTC == RTC_PCF50605)
157 drivers/rtc/rtc_pcf50605.c
158 #elif (CONFIG_RTC == RTC_E8564)
159 drivers/rtc/rtc_e8564.c
160 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
161 drivers/rtc/rtc_ds1339_ds3231.c
162 #elif (CONFIG_RTC == RTC_S3C2440)
163 drivers/rtc/rtc_s3c2440.c
164 #elif (CONFIG_RTC == RTC_AS3514)
165 drivers/rtc/rtc_as3514.c
166 #elif (CONFIG_RTC == RTC_RX5X348AB)
167 drivers/rtc/rtc_rx5x348ab.c
168 #elif (CONFIG_RTC == RTC_MR100)
169 drivers/rtc/rtc_mr100.c
170 #elif (CONFIG_RTC == RTC_MC13783)
171 drivers/rtc/rtc_mc13783.c
172 #elif (CONFIG_RTC == RTC_TCC77X)
173 drivers/rtc/rtc_tcc77x.c
174 #elif (CONFIG_RTC == RTC_JZ47XX)
175 drivers/rtc/rtc_jz4740.c
176 #endif /* (CONFIG_RTC == RTC_) */
177 #endif /* SIMULATOR */
179 /* Tuner */
180 #if CONFIG_TUNER
181 tuner.c
182 #ifndef SIMULATOR
183 #if (CONFIG_TUNER & LV24020LP)
184 drivers/tuner/lv24020lp.c
185 #endif /* (CONFIG_TUNER & LV24020LP) */
186 #if (CONFIG_TUNER & S1A0903X01)
187 drivers/fmradio.c
188 drivers/tuner/s1a0903x01.c
189 #endif /* (CONFIG_TUNER & S1A0903X01) */
190 #if (CONFIG_TUNER & TEA5767)
191 drivers/tuner/tea5767.c
192 #endif /* (CONFIG_TUNER & TEA5767) */
193 #if (CONFIG_TUNER & SI4700)
194 drivers/tuner/si4700.c
195 #endif /* (CONFIG_TUNER & SI4700) */
196 #endif /*SIMULATOR */
197 #endif /* CONFIG_TUNER */
199 /* Sound */
200 #if CONFIG_CODEC != SWCODEC
201 mp3_playback.c
202 #endif /* CONFIG_CODEC != SWCODEC */
203 sound.c
205 #if CONFIG_CODEC == SWCODEC
207 #ifndef BOOTLOADER
208 pcm_sampr.c
209 pcm.c
210 #ifdef HAVE_RECORDING
211 enc_base.c
212 #endif /* HAVE_RECORDING */
213 #endif /* BOOTLOADER */
215 #else  /* !SWCODEC */
217 #ifndef BOOTLOADER
218 #ifndef SIMULATOR
219 drivers/mas.c
220 #endif /* SIMULATOR */
221 #endif /* BOOTLOADER */
223 #endif /* SWCODEC */
225 /* Audio codec */
226 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
227 #if defined(HAVE_UDA1380)
228 drivers/audio/uda1380.c
229 #elif defined(HAVE_WM8751)
230 drivers/audio/wm8751.c
231 #elif defined(HAVE_WM8978)
232 drivers/audio/wm8978.c
233 #elif defined(HAVE_WM8975)
234 drivers/audio/wm8975.c
235 #elif defined(HAVE_WM8985)
236 drivers/audio/wm8985.c
237 #elif defined(HAVE_WM8758)
238 drivers/audio/wm8758.c
239 #elif defined(HAVE_WM8711) \
240    || defined(HAVE_WM8721) \
241    || defined(HAVE_WM8731)
242 drivers/audio/wm8731.c
243 #elif defined(HAVE_AS3514)
244 drivers/audio/as3514.c
245 #elif defined(HAVE_TLV320)
246 drivers/audio/tlv320.c
247 #elif defined(HAVE_MAS35XX)
248 drivers/audio/mas35xx.c
249 #endif /* defined(HAVE_*) */
250 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
252 /* USB Stack */
253 #if !defined(SIMULATOR)
254 #ifdef HAVE_USBSTACK
255 usbstack/usb_core.c
256 usbstack/usb_storage.c
257 usbstack/usb_serial.c
258 usbstack/usb_charging_only.c
259 #if CONFIG_USBOTG == USBOTG_ARC
260 target/arm/usb-drv-arc.c
261 #elif CONFIG_USBOTG == USBOTG_ISP1583
262 drivers/isp1583.c
263 #endif
264 #else /* !defined(HAVE_USBSTACK) */
265 #if CONFIG_USBOTG == USBOTG_ISP1362      
266 drivers/isp1362.c
267 #elif CONFIG_USBOTG == USBOTG_M5636      
268 drivers/m5636.c
269 #endif
270 #endif /* !defined(HAVE_USBSTACK) */
271 #endif /* !defined(SIMULATOR) */
273 /* Other Random Hardware */
274 #ifdef HAVE_TSC2100
275 #if !defined(SIMULATOR)
276 drivers/tsc2100.c
277 drivers/audio/tsc2100.c
278 #endif /* !SIMULATOR */
279 #endif
281 /* CPU Specific - By class then particular chip if applicable */
282 #if defined(CPU_SH)
284 #ifndef SIMULATOR
285 drivers/i2c.c
286 target/sh/adc-sh.c
287 target/sh/bitswap.S
288 target/sh/crt0.S
289 target/sh/kernel-sh.c
290 target/sh/memcpy-sh.S
291 target/sh/memmove-sh.S
292 target/sh/memset-sh.S
293 target/sh/strlen-sh.S
294 target/sh/system-sh.c
295 target/sh/archos/descramble.S
296 #endif /* SIMULATOR */
298 #elif defined(CPU_COLDFIRE)
300 #ifndef SIMULATOR
301 target/coldfire/crt0.S
302 #ifdef HAVE_PRIORITY_SCHEDULING
303 common/ffs.c
304 target/coldfire/ffs-coldfire.S
305 #endif
306 target/coldfire/memcpy-coldfire.S
307 target/coldfire/memmove-coldfire.S
308 target/coldfire/memset-coldfire.S
309 target/coldfire/strlen-coldfire.S
310 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
311  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
312 target/coldfire/memset16-coldfire.S
313 #endif
314 target/coldfire/kernel-coldfire.c
315 target/coldfire/system-coldfire.c
316 #ifndef BOOTLOADER
317 target/coldfire/pcm-coldfire.c
318 #endif /* BOOTLOADER */
319 #if CONFIG_I2C == I2C_COLDFIRE
320 target/coldfire/i2c-coldfire.c
321 #endif /* CONFIG_I2C == I2C_COLDFIRE */
322 #endif /* SIMULATOR */
324 #elif defined(CPU_PP) || defined(CPU_ARM)
325 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
326 target/arm/memcpy-arm.S
327 target/arm/memmove-arm.S
328 common/strlen.c
329 #ifndef SIMULATOR
330 target/arm/memset-arm.S
331 target/arm/memset16-arm.S
332 #ifdef HAVE_PRIORITY_SCHEDULING
333 target/arm/ffs-arm.S
334 #endif
335 target/arm/system-arm.c
336 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
337 target/arm/i2c-pp.c
338 #elif CONFIG_I2C == I2C_PNX0101
339 target/arm/pnx0101/i2c-pnx0101.c
340 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
341 target/arm/i2c-telechips.c
342 #elif CONFIG_I2C == I2C_S3C2440
343 /* no i2c driver yet */
344 #endif
346 #if CONFIG_CPU == PNX0101
347 target/arm/pnx0101/kernel-pnx0101.c
348 target/arm/pnx0101/system-pnx0101.c
349 #endif
351 #if CONFIG_CPU == AS3525
352 target/arm/as3525/system-as3525.c
353 target/arm/as3525/kernel-as3525.c
354 target/arm/as3525/ata_sd_as3525.c
355 target/arm/as3525/power-as3525.c
356 target/arm/as3525/usb-as3525.c
357 target/arm/as3525/dma-pl081.c
358 target/arm/as3525/ascodec-as3525.c
359 #ifndef BOOTLOADER
360 drivers/generic_i2c.c
361 target/arm/adc-as3514.c
362 target/arm/as3525/audio-as3525.c
363 target/arm/as3525/debug-as3525.c
364 target/arm/as3525/fmradio-i2c-as3525.c
365 target/arm/as3525/i2c-as3525.c
366 target/arm/as3525/i2s-as3525.c
367 target/arm/as3525/pcm-as3525.c
368 #endif /* BOOTLOADER */
369 #endif /* CONFIG_CPU == AS3525 */
371 #if defined(CPU_PP)
372 target/arm/kernel-pp.c
373 #if CONFIG_CPU == PP5002
374 target/arm/system-pp5002.c
375 #elif defined CPU_PP502x
376 target/arm/system-pp502x.c
377 #endif
378 #ifdef BOOTLOADER
379 target/arm/crt0-pp-bl.S
380 #else
381 target/arm/pcm-pp.c
382 #if !defined(SANSA_E200) && !defined(SANSA_C200)
383 target/arm/audio-pp.c
384 #endif /* SANSA_E200 */
385 target/arm/crt0-pp.S
386 #endif
387 #elif CONFIG_CPU == PNX0101
388 target/arm/pnx0101/crt0-pnx0101.S
389 #elif CONFIG_CPU==DM320
390 target/arm/tms320dm320/crt0.S
391 #elif CONFIG_CPU==S3C2440
392 target/arm/s3c2440/crt0.S
393 #elif defined(CPU_TCC77X)
394 target/arm/tcc77x/crt0.S
395 #elif defined(CPU_TCC780X)
396 target/arm/tcc780x/crt0.S
397 #elif CONFIG_CPU==IMX31L
398 target/arm/imx31/crt0.S
399 #elif CONFIG_CPU==S5L8700
400 target/arm/s5l8700/crt0.S
401 #elif defined(CPU_ARM)
402 target/arm/crt0.S
403 #endif /* defined(CPU_*) */
404 #endif /* SIMULATOR */
406 #elif defined(CPU_MIPS)
407 #undef mips
408 /*target/mips/strlen.S*/
409 common/memmove.c
410 common/memset16.c
411 common/strlen.c
412 target/mips/ffs-mips.S
413 target/mips/memcpy-mips.S
414 target/mips/memset-mips.S
415 target/mips/mmu-mips.c
416 #if CONFIG_CPU==JZ4732
417 target/mips/ingenic_jz47xx/crt0.S
418 #endif /* CONFIG_CPU == JZ4732 */
420 #else
422 #ifdef HAVE_PRIORITY_SCHEDULING
423 common/ffs.c
424 #endif
425 common/memcpy.c
426 common/memmove.c
427 common/memset.c
428 common/memset16.c
429 common/strlen.c
430 #ifndef SIMULATOR
431 crt0.S
432 drivers/i2c.c
433 #endif /* SIMULATOR */
435 #endif /* defined(CPU_*) */
437 #ifdef ARCHOS_PLAYER
438 #ifndef SIMULATOR
439 target/sh/archos/ata-archos.c
440 target/sh/archos/ata-as-archos.S
441 target/sh/archos/player/button-player.c
442 target/sh/archos/player/hwcompat-player.c
443 target/sh/archos/player/lcd-as-player.S
444 target/sh/archos/player/lcd-player.c
445 target/sh/archos/player/power-player.c
446 target/sh/archos/player/powermgmt-player.c
447 target/sh/archos/player/usb-player.c
448 #endif /* SIMULATOR */
449 #endif /* ARCHOS_PLAYER */
451 #ifdef ARCHOS_RECORDER
452 #ifndef SIMULATOR
453 target/sh/archos/ata-archos.c
454 target/sh/archos/ata-as-archos.S
455 target/sh/archos/lcd-archos-bitmap.c
456 target/sh/archos/lcd-as-archos-bitmap.S   
457 target/sh/archos/recorder/button-recorder.c
458 target/sh/archos/recorder/power-recorder.c
459 target/sh/archos/recorder/powermgmt-recorder.c
460 target/sh/archos/recorder/usb-recorder.c
461 #endif /* SIMULATOR */
462 #endif /* ARCHOS_RECORDER */
464 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
465 #ifndef SIMULATOR
466 target/sh/archos/ata-archos.c
467 target/sh/archos/ata-as-archos.S
468 target/sh/archos/lcd-archos-bitmap.c
469 target/sh/archos/lcd-as-archos-bitmap.S
470 target/sh/archos/fm_v2/button-fm_v2.c
471 target/sh/archos/fm_v2/power-fm_v2.c
472 target/sh/archos/fm_v2/powermgmt-fm_v2.c
473 target/sh/archos/fm_v2/usb-fm_v2.c
474 #endif /* SIMULATOR */
475 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
477 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
478 #ifndef SIMULATOR
479 target/sh/archos/lcd-archos-bitmap.c
480 target/sh/archos/lcd-as-archos-bitmap.S
481 target/sh/archos/ondio/button-ondio.c
482 target/sh/archos/ondio/power-ondio.c
483 target/sh/archos/ondio/powermgmt-ondio.c
484 target/sh/archos/ondio/usb-ondio.c
485 #if (CONFIG_TUNER & TEA5767)
486 target/sh/archos/ondio/fmradio_i2c-ondio.c
487 #endif
488 #endif /* SIMULATOR */
489 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
491 #ifdef SANSA_E200
492 #ifndef SIMULATOR
493 target/arm/adc-as3514.c
494 target/arm/ascodec-pp.c
495 target/arm/ata-sd-pp.c
496 target/arm/lcd-as-memframe.S
497 target/arm/powermgmt-ascodec.c
498 target/arm/i2s-pp.c
499 target/arm/usb-fw-pp502x.c
500 target/arm/sandisk/backlight-c200_e200.c
501 target/arm/sandisk/power-c200_e200.c
502 target/arm/sandisk/sansa-e200/lcd-e200.c
503 target/arm/sandisk/sansa-e200/button-e200.c
504 target/arm/sandisk/sansa-e200/powermgmt-e200.c
505 #ifndef BOOTLOADER
506 target/arm/sandisk/audio-c200_e200.c
507 #endif /* BOOTLOADER */
508 #endif /* SIMULATOR */
509 #endif /* SANSA_E200 */
511 #ifdef SANSA_C200
512 #ifndef SIMULATOR
513 target/arm/adc-as3514.c
514 target/arm/ascodec-pp.c
515 target/arm/ata-sd-pp.c
516 target/arm/i2s-pp.c
517 target/arm/powermgmt-ascodec.c
518 target/arm/usb-fw-pp502x.c
519 target/arm/sandisk/backlight-c200_e200.c
520 target/arm/sandisk/power-c200_e200.c
521 target/arm/sandisk/sansa-c200/lcd-c200.c
522 target/arm/sandisk/sansa-c200/lcd-as-c200.S
523 target/arm/sandisk/sansa-c200/button-c200.c
524 target/arm/sandisk/sansa-c200/powermgmt-c200.c
525 #ifndef BOOTLOADER
526 target/arm/sandisk/audio-c200_e200.c
527 #endif /* BOOTLOADER */
528 #endif /* SIMULATOR */
529 #endif /* SANSA_C200 */
531 #ifdef PHILIPS_SA9200
532 #ifndef SIMULATOR
533 target/arm/ata-sd-pp.c
534 target/arm/philips/sa9200/lcd-sa9200.c
535 target/arm/adc-as3514.c
536 target/arm/ascodec-pp.c
537 target/arm/philips/sa9200/backlight-sa9200.c
538 target/arm/usb-fw-pp502x.c
539 target/arm/philips/sa9200/button-sa9200.c
540 target/arm/philips/sa9200/power-sa9200.c
541 target/arm/philips/sa9200/powermgmt-sa9200.c
542 target/arm/i2s-pp.c
543 #endif /* SIMULATOR */
544 #endif /* PHILIPS_SA9200 */
546 #ifdef PHILIPS_HDD1630
547 #ifndef SIMULATOR
548 #ifndef BOOTLOADER
549 drivers/synaptics-mep.c
550 #endif /* BOOTLOADER */
551 target/arm/ata-as-arm.S
552 target/arm/ata-pp5020.c
553 target/arm/wmcodec-pp.c
554 target/arm/i2s-pp.c
555 target/arm/adc-pp5020.c
556 target/arm/philips/hdd1630/backlight-hdd1630.c
557 target/arm/philips/hdd1630/button-hdd1630.c
558 target/arm/philips/hdd1630/lcd-hdd1630.c
559 target/arm/philips/hdd1630/power-hdd1630.c
560 target/arm/philips/hdd1630/powermgmt-hdd1630.c
561 target/arm/usb-fw-pp502x.c
562 #endif /* SIMULATOR */
563 #endif /* PHILIPS_HDD1630 */
565 #ifdef IAUDIO_X5
566 #ifndef SIMULATOR
567 target/coldfire/ata-as-coldfire.S
568 target/coldfire/pcf50606-coldfire.c
569 target/coldfire/iaudio/adc-iaudio.c
570 target/coldfire/iaudio/ata-iaudio.c
571 target/coldfire/iaudio/lcd-remote-as-iaudio.S
572 target/coldfire/iaudio/lcd-remote-iaudio.c
573 target/coldfire/iaudio/pcf50606-iaudio.c
574 target/coldfire/iaudio/powermgmt-iaudio.c
575 target/coldfire/iaudio/system-iaudio.c
576 target/coldfire/iaudio/usb-iaudio.c
577 target/coldfire/iaudio/x5/backlight-x5.c
578 target/coldfire/iaudio/x5/button-x5.c
579 target/coldfire/iaudio/x5/ds2411-x5.c
580 target/coldfire/iaudio/x5/fmradio_i2c-x5.c
581 target/coldfire/iaudio/x5/lcd-as-x5.S
582 target/coldfire/iaudio/x5/lcd-x5.c
583 target/coldfire/iaudio/x5/m5636-x5.c
584 target/coldfire/iaudio/x5/power-x5.c
585 #ifndef BOOTLOADER
586 target/coldfire/iaudio/x5/audio-x5.c
587 #endif
588 #endif /* SIMULATOR */
589 #endif /* IAUDIO_X5 */
591 #ifdef IAUDIO_M5
592 #ifndef SIMULATOR
593 target/coldfire/ata-as-coldfire.S
594 target/coldfire/pcf50606-coldfire.c
595 target/coldfire/iaudio/adc-iaudio.c
596 target/coldfire/iaudio/ata-iaudio.c
597 target/coldfire/iaudio/lcd-remote-as-iaudio.S
598 target/coldfire/iaudio/lcd-remote-iaudio.c
599 target/coldfire/iaudio/m5/backlight-m5.c
600 target/coldfire/iaudio/m5/button-m5.c
601 target/coldfire/iaudio/m5/lcd-as-m5.S
602 target/coldfire/iaudio/m5/lcd-m5.c
603 target/coldfire/iaudio/m5/power-m5.c
604 target/coldfire/iaudio/pcf50606-iaudio.c
605 target/coldfire/iaudio/powermgmt-iaudio.c
606 target/coldfire/iaudio/system-iaudio.c
607 target/coldfire/iaudio/usb-iaudio.c
608 #ifndef BOOTLOADER
609 target/coldfire/iaudio/m5/audio-m5.c
610 #endif
611 #endif /* SIMULATOR */
612 #endif /* IAUDIO_M5 */
614 #ifdef IAUDIO_M3
615 #ifndef SIMULATOR
616 target/coldfire/ata-as-coldfire.S
617 target/coldfire/iaudio/m3/adc-m3.c
618 target/coldfire/iaudio/m3/ata-m3.c
619 target/coldfire/iaudio/m3/backlight-m3.c
620 target/coldfire/iaudio/m3/button-m3.c
621 target/coldfire/iaudio/m3/fmradio_i2c-m3.c
622 target/coldfire/iaudio/m3/lcd-m3.c
623 target/coldfire/iaudio/m3/lcd-as-m3.S
624 target/coldfire/iaudio/m3/power-m3.c
625 target/coldfire/iaudio/m3/powermgmt-m3.c
626 target/coldfire/iaudio/m3/system-m3.c
627 target/coldfire/iaudio/m3/usb-m3.c
628 #ifndef BOOTLOADER
629 target/coldfire/iaudio/m3/audio-m3.c
630 #endif
631 #endif /* SIMULATOR */
632 #endif /* IAUDIO_M3 */
634 #ifdef IRIVER_IFP7XX_SERIES
635 #ifdef STUB
636 ifp_usb_serial.c
637 common/sscanf.c
638 #endif /* STUB */
639 #endif /* IRIVER_IFP7XX_SERIES */
641 #ifdef IRIVER_H300_SERIES
642 #ifndef SIMULATOR
643 target/coldfire/ata-as-coldfire.S
644 target/coldfire/pcf50606-coldfire.c
645 target/coldfire/iriver/ata-iriver.c
646 target/coldfire/iriver/lcd-remote-iriver.c
647 target/coldfire/iriver/lcd-remote-as-iriver.S
648 target/coldfire/iriver/system-iriver.c
649 target/coldfire/iriver/fmradio_i2c-iriver.c
650 target/coldfire/iriver/h300/sw_i2c-h300.c
651 target/coldfire/iriver/h300/adc-h300.c
652 target/coldfire/iriver/h300/backlight-h300.c
653 target/coldfire/iriver/h300/button-h300.c
654 target/coldfire/iriver/h300/pcf50606-h300.c
655 target/coldfire/iriver/h300/lcd-as-h300.S
656 target/coldfire/iriver/h300/lcd-h300.c
657 target/coldfire/iriver/h300/power-h300.c
658 target/coldfire/iriver/h300/powermgmt-h300.c
659 target/coldfire/iriver/h300/usb-h300.c
660 #ifndef BOOTLOADER
661 target/coldfire/iriver/audio-iriver.c
662 #endif
663 #endif /* SIMULATOR */
664 #endif /* IRIVER_H300_SERIES */
666 #ifdef IRIVER_H100_SERIES
667 #ifndef SIMULATOR
668 drivers/sw_i2c.c
669 target/coldfire/ata-as-coldfire.S
670 target/coldfire/iriver/ata-iriver.c
671 target/coldfire/iriver/lcd-remote-iriver.c
672 target/coldfire/iriver/lcd-remote-as-iriver.S
673 target/coldfire/iriver/system-iriver.c
674 target/coldfire/iriver/fmradio_i2c-iriver.c
675 target/coldfire/iriver/h100/adc-h100.c
676 target/coldfire/iriver/h100/backlight-h100.c
677 target/coldfire/iriver/h100/button-h100.c
678 target/coldfire/iriver/h100/lcd-as-h100.S
679 target/coldfire/iriver/h100/lcd-h100.c
680 target/coldfire/iriver/h100/power-h100.c
681 target/coldfire/iriver/h100/powermgmt-h100.c
682 #ifndef BOOTLOADER
683 target/coldfire/iriver/audio-iriver.c
684 target/coldfire/iriver/h100/spdif-h100.c
685 #endif
686 target/coldfire/iriver/h100/usb-h100.c
687 #endif /* SIMULATOR */
688 #endif /* IRIVER_H100_SERIES */
690 #ifdef IRIVER_H10
691 #ifndef SIMULATOR
692 target/arm/ata-as-arm.S
693 target/arm/ata-pp5020.c
694 target/arm/wmcodec-pp.c
695 target/arm/i2s-pp.c
696 target/arm/adc-pp5020.c
697 target/arm/iriver/h10/backlight-h10.c
698 target/arm/iriver/h10/button-h10.c
699 target/arm/iriver/h10/fmradio_i2c-h10.c
700 target/arm/iriver/h10/lcd-h10_20gb.c
701 target/arm/iriver/h10/lcd-as-h10.S
702 target/arm/iriver/h10/power-h10.c
703 target/arm/iriver/h10/powermgmt-h10.c
704 target/arm/usb-fw-pp502x.c
705 #endif /* SIMULATOR */
706 #endif /* IRIVER_H10 */
708 #ifdef IRIVER_H10_5GB
709 #ifndef SIMULATOR
710 target/arm/ata-as-arm.S
711 target/arm/ata-pp5020.c
712 target/arm/wmcodec-pp.c
713 target/arm/i2s-pp.c
714 target/arm/adc-pp5020.c
715 target/arm/iriver/h10/backlight-h10.c
716 target/arm/iriver/h10/button-h10.c
717 target/arm/iriver/h10/fmradio_i2c-h10.c
718 target/arm/iriver/h10/lcd-h10_5gb.c
719 target/arm/iriver/h10/power-h10.c
720 target/arm/iriver/h10/powermgmt-h10.c
721 target/arm/usb-fw-pp502x.c
722 #endif /* SIMULATOR */
723 #endif /* IRIVER_H10_5GB */
725 #ifdef GIGABEAT_F
726 #ifndef SIMULATOR
727 target/arm/lcd-as-memframe.S
728 target/arm/mmu-arm.S
729 target/arm/s3c2440/debug-s3c2440.c
730 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
731 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
732 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
733 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
734 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
735 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
736 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
737 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
738 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
739 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
740 #ifndef BOOTLOADER
741 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
742 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
743 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
744 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
745 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
746 #endif
747 #endif /* SIMULATOR */
748 #endif /* GIGABEAT_F */
750 #ifdef GIGABEAT_S
751 #ifndef SIMULATOR
752 target/arm/lcd-as-memframe.S
753 target/arm/mmu-arm.S
754 target/arm/imx31/debug-imx31.c
755 target/arm/imx31/rolo_restart.S
756 target/arm/imx31/gigabeat-s/adc-imx31.c
757 target/arm/imx31/gigabeat-s/ata-imx31.c
758 target/arm/imx31/gigabeat-s/avic-imx31.c
759 target/arm/imx31/gigabeat-s/backlight-imx31.c
760 target/arm/imx31/gigabeat-s/button-imx31.c
761 target/arm/imx31/gigabeat-s/clkctl-imx31.c
762 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
763 target/arm/imx31/gigabeat-s/gpio-imx31.c
764 target/arm/imx31/gigabeat-s/kernel-imx31.c
765 target/arm/imx31/gigabeat-s/i2c-imx31.c
766 target/arm/imx31/gigabeat-s/i2s-imx31.c
767 target/arm/imx31/gigabeat-s/lcd-imx31.c
768 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
769 target/arm/imx31/gigabeat-s/mc13783-imx31.c
770 target/arm/imx31/gigabeat-s/mmu-imx31.c
771 target/arm/imx31/gigabeat-s/power-imx31.c
772 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
773 target/arm/imx31/gigabeat-s/spi-imx31.c
774 target/arm/imx31/gigabeat-s/system-imx31.c
775 target/arm/imx31/gigabeat-s/usb-imx31.c
776 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
777 #ifndef BOOTLOADER
778 target/arm/imx31/sdma-imx31.c
779 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
780 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
781 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
782 target/arm/imx31/gigabeat-s/pcm-imx31.c
783 target/arm/imx31/gigabeat-s/timer-imx31.c
784 #endif
785 #endif /* SIMULATOR */
786 #endif /* GIGABEAT_S */
788 #if CONFIG_CPU == DM320
789 target/arm/tms320dm320/debug-dm320.c
790 target/arm/tms320dm320/dsp-dm320.c
791 target/arm/tms320dm320/i2c-dm320.c
792 target/arm/tms320dm320/kernel-dm320.c
793 target/arm/tms320dm320/spi-dm320.c
794 target/arm/tms320dm320/system-dm320.c
795 target/arm/tms320dm320/timer-dm320.c
796 target/arm/tms320dm320/uart-dm320.c
797 #endif /* CONFIG_CPU == DM320 */
799 #ifdef MROBE_500
800 #ifndef SIMULATOR
801 target/arm/lcd-as-memframe.S
802 target/arm/mmu-arm.S
803 target/arm/tms320dm320/mrobe-500/adc-mr500.c
804 target/arm/tms320dm320/mrobe-500/ata-mr500.c
805 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
806 target/arm/tms320dm320/mrobe-500/button-mr500.c
807 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
808 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
809 #if defined(HAVE_REMOTE_LCD)
810 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
811 #endif
812 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
813 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
814 target/arm/tms320dm320/mrobe-500/power-mr500.c
815 target/arm/tms320dm320/mrobe-500/usb-mr500.c
816 #endif /* SIMULATOR */
817 #endif /* MROBE_500 */
819 #ifdef CREATIVE_ZVx
820 #ifndef SIMULATOR
821 target/arm/ata-as-arm.S
822 target/arm/lcd-as-memframe.S
823 target/arm/mmu-arm.S
824 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
825 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
826 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
827 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
828 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
829 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
830 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
831 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
832 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
833 #endif /* SIMULATOR */
834 #endif /* CREATIVE_ZVx */
836 #ifdef MROBE_100
837 #ifndef SIMULATOR
838 #ifndef BOOTLOADER
839 drivers/synaptics-mep.c
840 #endif /* BOOTLOADER */
841 drivers/sw_i2c.c
842 target/arm/ata-as-arm.S
843 target/arm/ata-pp5020.c
844 target/arm/wmcodec-pp.c
845 target/arm/i2s-pp.c
846 target/arm/adc-pp5020.c
847 target/arm/olympus/mrobe-100/backlight-mr100.c
848 target/arm/olympus/mrobe-100/button-mr100.c
849 target/arm/olympus/mrobe-100/lcd-mr100.c
850 target/arm/olympus/mrobe-100/lcd-as-mr100.S
851 target/arm/olympus/mrobe-100/power-mr100.c
852 target/arm/olympus/mrobe-100/powermgmt-mr100.c
853 target/arm/usb-fw-pp502x.c
854 #endif /* SIMULATOR */
855 #endif /* MROBE_100 */
857 #ifdef ELIO_TPJ1022
858 #ifndef SIMULATOR
859 target/arm/ata-as-arm.S
860 target/arm/ata-pp5020.c
861 target/arm/wmcodec-pp.c
862 target/arm/i2s-pp.c
863 target/arm/adc-pp5020.c
864 target/arm/tatung/tpj1022/backlight-tpj1022.c
865 target/arm/tatung/tpj1022/button-tpj1022.c
866 target/arm/tatung/tpj1022/lcd-tpj1022.c
867 target/arm/tatung/tpj1022/power-tpj1022.c
868 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
869 target/arm/usb-fw-pp502x.c
870 #endif /* SIMULATOR */
871 #endif /* ELIO_TPJ1022 */
873 #ifdef IPOD_4G
874 #ifndef SIMULATOR
875 drivers/pcf50605.c
876 target/arm/wmcodec-pp.c
877 target/arm/i2s-pp.c
878 target/arm/ata-as-arm.S
879 target/arm/ata-pp5020.c
880 target/arm/ipod/adc-ipod-pcf.c
881 target/arm/ipod/backlight-4g_color.c
882 target/arm/ipod/button-clickwheel.c
883 target/arm/ipod/lcd-as-gray.S
884 target/arm/ipod/lcd-gray.c
885 target/arm/ipod/power-ipod.c
886 target/arm/ipod/powermgmt-ipod-pcf.c
887 target/arm/usb-fw-pp502x.c
888 #endif /* SIMULATOR */
889 #endif /* IPOD_4G */
891 #ifdef IPOD_COLOR
892 #ifndef SIMULATOR
893 drivers/pcf50605.c
894 target/arm/ata-as-arm.S
895 target/arm/ata-pp5020.c
896 target/arm/wmcodec-pp.c
897 target/arm/i2s-pp.c
898 target/arm/ipod/adc-ipod-pcf.c
899 target/arm/ipod/backlight-4g_color.c
900 target/arm/ipod/button-clickwheel.c
901 target/arm/ipod/lcd-color_nano.c
902 target/arm/ipod/power-ipod.c
903 target/arm/ipod/powermgmt-ipod-pcf.c
904 target/arm/usb-fw-pp502x.c
905 #endif /* SIMULATOR */
906 #endif /* IPOD_COLOR */
908 #ifdef IPOD_NANO
909 #ifndef SIMULATOR
910 drivers/pcf50605.c
911 target/arm/ata-as-arm.S
912 target/arm/ata-pp5020.c
913 target/arm/wmcodec-pp.c
914 target/arm/i2s-pp.c
915 target/arm/ipod/adc-ipod-pcf.c
916 target/arm/ipod/backlight-nano_video.c
917 target/arm/ipod/button-clickwheel.c
918 target/arm/ipod/lcd-color_nano.c
919 target/arm/ipod/power-ipod.c
920 target/arm/ipod/powermgmt-ipod-pcf.c
921 target/arm/usb-fw-pp502x.c
922 #endif /* SIMULATOR */
923 #endif /* IPOD_NANO */
925 #ifdef IPOD_VIDEO
926 #ifndef SIMULATOR
927 drivers/pcf50605.c
928 target/arm/ata-as-arm.S
929 target/arm/ata-pp5020.c
930 target/arm/wmcodec-pp.c
931 target/arm/i2s-pp.c
932 target/arm/ipod/adc-ipod-pcf.c
933 target/arm/ipod/backlight-nano_video.c
934 target/arm/ipod/button-clickwheel.c
935 target/arm/ipod/power-ipod.c
936 target/arm/ipod/powermgmt-ipod-pcf.c
937 target/arm/ipod/video/lcd-as-video.S
938 target/arm/ipod/video/lcd-video.c
939 target/arm/usb-fw-pp502x.c
940 #endif /* SIMULATOR */
941 #endif /* IPOD_VIDEO */
943 #ifdef IPOD_3G
944 #ifndef SIMULATOR
945 drivers/pcf50605.c
946 target/arm/ata-pp5002.c
947 target/arm/wmcodec-pp.c
948 target/arm/i2s-pp.c
949 target/arm/ipod/adc-ipod-pcf.c
950 target/arm/ipod/3g/backlight-3g.c
951 target/arm/ipod/button-1g-3g.c
952 target/arm/ipod/lcd-as-gray.S
953 target/arm/ipod/lcd-gray.c
954 target/arm/ipod/power-ipod.c
955 target/arm/ipod/powermgmt-ipod-pcf.c
956 target/arm/usb-fw-pp5002.c
957 #endif /* SIMULATOR */
958 #endif /* IPOD_3G */
960 #ifdef IPOD_1G2G
961 #ifndef SIMULATOR
962 target/arm/ata-pp5002.c
963 target/arm/wmcodec-pp.c
964 target/arm/i2s-pp.c
965 target/arm/ipod/1g2g/adc-ipod-1g2g.c
966 target/arm/ipod/1g2g/backlight-1g2g.c
967 target/arm/ipod/1g2g/powermgmt-1g2g.c
968 target/arm/ipod/button-1g-3g.c
969 target/arm/ipod/lcd-as-gray.S
970 target/arm/ipod/lcd-gray.c
971 target/arm/ipod/power-ipod.c
972 target/arm/usb-fw-pp5002.c
973 #endif /* SIMULATOR */
974 #endif /* IPOD_1G2G */
976 #ifdef IPOD_MINI
977 #ifndef SIMULATOR
978 drivers/pcf50605.c
979 target/arm/ata-as-arm.S
980 target/arm/ata-pp5020.c
981 target/arm/wmcodec-pp.c
982 target/arm/i2s-pp.c
983 target/arm/ipod/adc-ipod-pcf.c
984 target/arm/ipod/backlight-mini1g_mini2g.c
985 target/arm/ipod/button-mini1g.c
986 target/arm/ipod/lcd-as-gray.S
987 target/arm/ipod/lcd-gray.c
988 target/arm/ipod/power-ipod.c
989 target/arm/ipod/powermgmt-ipod-pcf.c
990 target/arm/usb-fw-pp502x.c
991 #endif /* SIMULATOR */
992 #endif /* IPOD_MINI */
994 #ifdef IPOD_MINI2G
995 #ifndef SIMULATOR
996 drivers/pcf50605.c
997 target/arm/ata-as-arm.S
998 target/arm/ata-pp5020.c
999 target/arm/wmcodec-pp.c
1000 target/arm/i2s-pp.c
1001 target/arm/ipod/adc-ipod-pcf.c
1002 target/arm/ipod/backlight-mini1g_mini2g.c
1003 target/arm/ipod/button-clickwheel.c
1004 target/arm/ipod/lcd-as-gray.S
1005 target/arm/ipod/lcd-gray.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_MINI2G */
1012 #ifdef IRIVER_IFP7XX
1013 #ifndef SIMULATOR
1014 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1015 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1016 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1017 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1018 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1019 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1020 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1021 #ifndef BOOTLOADER
1022 target/arm/pnx0101/pcm-pnx0101.c
1023 #endif /* BOOTLOADER */
1024 #endif /* SIMULATOR */
1025 #endif /* IRIVER_IFP7XX */
1027 #ifdef LOGIK_DAX
1028 #ifndef SIMULATOR
1029 drivers/nand_id.c
1030 target/arm/lcd-ssd1815.c
1031 target/arm/tcc77x/adc-tcc77x.c
1032 target/arm/tcc77x/kernel-tcc77x.c
1033 target/arm/tcc77x/powermgmt-tcc77x.c
1034 target/arm/tcc77x/system-tcc77x.c
1035 target/arm/tcc77x/timer-tcc77x.c
1036 target/arm/usb-tcc.c
1037 target/arm/tcc77x/logikdax/button-logikdax.c
1038 target/arm/tcc77x/logikdax/power-logikdax.c
1039 #ifndef BOOTLOADER
1040 target/arm/wmcodec-telechips.c
1041 target/arm/tcc77x/debug-tcc77x.c
1042 target/arm/pcm-telechips.c
1043 target/arm/tcc77x/logikdax/audio-logikdax.c
1044 #endif /* BOOTLOADER */
1045 #endif /* SIMULATOR */
1046 #endif /* LOGIK_DAX */
1048 #ifdef SANSA_M200
1049 #ifndef SIMULATOR
1050 drivers/nand_id.c
1051 target/arm/lcd-ssd1815.c
1052 target/arm/tcc77x/adc-tcc77x.c
1053 target/arm/tcc77x/kernel-tcc77x.c
1054 target/arm/tcc77x/powermgmt-tcc77x.c
1055 target/arm/tcc77x/system-tcc77x.c
1056 target/arm/tcc77x/timer-tcc77x.c
1057 target/arm/usb-tcc.c
1058 target/arm/tcc77x/m200/button-m200.c
1059 target/arm/tcc77x/m200/power-m200.c
1060 #ifndef BOOTLOADER
1061 target/arm/wmcodec-telechips.c
1062 target/arm/tcc77x/debug-tcc77x.c
1063 target/arm/pcm-telechips.c
1064 target/arm/tcc77x/m200/audio-m200.c
1065 #endif /* BOOTLOADER */
1066 #endif /* SIMULATOR */
1067 #endif /* SANSA_M200 */
1069 #ifdef SANSA_C100
1070 #ifndef SIMULATOR
1071 drivers/nand_id.c
1072 target/arm/tcc77x/adc-tcc77x.c
1073 target/arm/tcc77x/kernel-tcc77x.c
1074 target/arm/tcc77x/c100/lcd-S6B33B2.c
1075 target/arm/tcc77x/powermgmt-tcc77x.c
1076 target/arm/tcc77x/system-tcc77x.c
1077 target/arm/tcc77x/timer-tcc77x.c
1078 target/arm/usb-tcc.c
1079 target/arm/tcc77x/c100/button-c100.c
1080 target/arm/tcc77x/c100/power-c100.c
1081 #ifndef BOOTLOADER
1082 target/arm/tcc77x/debug-tcc77x.c
1083 target/arm/pcm-telechips.c
1084 #endif /* BOOTLOADER */
1085 #endif /* SIMULATOR */
1086 #endif /* SANSA_C100 */
1088 #ifdef SANSA_CLIP
1089 #ifndef SIMULATOR
1090 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1091 target/arm/as3525/sansa-clip/lcd-as-clip.S
1092 target/arm/as3525/sansa-clip/button-clip.c
1093 target/arm/as3525/sansa-clip/backlight-clip.c
1094 #ifndef BOOTLOADER
1095 target/arm/as3525/sansa-clip/powermgmt-clip.c
1096 #endif /* !BOOTLOADER */
1097 #endif /* !SIMULATOR */
1098 #endif /* SANSA_CLIP */
1100 #ifdef SANSA_E200V2
1101 #ifndef SIMULATOR
1102 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1103 target/arm/as3525/sansa-e200v2/button-e200v2.c
1104 target/arm/as3525/backlight-e200v2-fuze.c
1105 #ifndef BOOTLOADER
1106 target/arm/as3525/powermgmt-as3525.c
1107 #endif /* !BOOTLOADER */
1108 #endif /* !SIMULATOR */
1109 #endif /* SANSA_E200V2 */
1111 #ifdef SANSA_C200V2
1112 #ifndef SIMULATOR
1113 target/arm/as3525/sansa-c200v2/lcd-c200v2.c
1114 target/arm/as3525/sansa-c200v2/button-c200v2.c
1115 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1116 #ifndef BOOTLOADER
1117 target/arm/as3525/powermgmt-as3525.c
1118 #endif /* !BOOTLOADER */
1119 #endif /* !SIMULATOR */
1120 #endif /* SANSA_E200V2 */
1122 #ifdef SANSA_M200V4
1123 #ifndef SIMULATOR
1124 target/arm/lcd-ssd1815.c
1125 target/arm/as3525/sansa-m200v4/button-m200v4.c
1126 #ifndef BOOTLOADER
1127 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1128 #endif /* !BOOTLOADER */
1129 #endif /* !SIMULATOR */
1130 #endif /* SANSA_M200V4 */
1132 #ifdef SANSA_FUZE
1133 #ifndef SIMULATOR
1134 target/arm/as3525/sansa-fuze/button-fuze.c
1135 target/arm/as3525/sansa-fuze/lcd-fuze.c
1136 target/arm/as3525/backlight-e200v2-fuze.c
1137 #ifndef BOOTLOADER
1138 target/arm/as3525/powermgmt-as3525.c
1139 #endif /* !BOOTLOADER */
1140 #endif /* !SIMULATOR */
1141 #endif /* SANSA_FUZE */
1143 #ifdef IAUDIO_7
1144 #ifndef SIMULATOR
1145 drivers/nand_id.c
1146 drivers/pcf50606.c
1147 target/arm/usb-tcc.c
1148 target/arm/tcc77x/system-tcc77x.c
1149 target/arm/tcc77x/kernel-tcc77x.c
1150 target/arm/tcc77x/timer-tcc77x.c
1151 target/arm/tcc77x/adc-tcc77x.c
1152 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1153 target/arm/tcc77x/iaudio7/power-iaudio7.c
1154 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1155 target/arm/tcc77x/iaudio7/button-iaudio7.c
1156 target/arm/tcc77x/iaudio7/ata2501.c
1157 #ifndef BOOTLOADER
1158 target/arm/wmcodec-telechips.c
1159 target/arm/pcm-telechips.c
1160 target/arm/tcc77x/debug-tcc77x.c
1161 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1162 #endif /* BOOTLOADER */
1163 #endif /* SIMULATOR */
1164 #endif /* IAUDIO_7 */
1166 #ifdef COWON_D2
1167 #ifndef SIMULATOR
1168 drivers/nand_id.c
1169 drivers/pcf50606.c
1170 target/arm/lcd-as-memframe.S
1171 target/arm/tcc780x/adc-tcc780x.c
1172 target/arm/tcc780x/system-tcc780x.c
1173 target/arm/tcc780x/cowond2/button-cowond2.c
1174 target/arm/tcc780x/cowond2/lcd-cowond2.c
1175 target/arm/tcc780x/cowond2/power-cowond2.c
1176 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1177 target/arm/tcc780x/cowond2/backlight-cowond2.c
1178 target/arm/usb-tcc.c
1179 #ifndef BOOTLOADER
1180 target/arm/tcc780x/kernel-tcc780x.c
1181 target/arm/tcc780x/timer-tcc780x.c
1182 target/arm/wmcodec-telechips.c
1183 target/arm/tcc780x/debug-tcc780x.c
1184 target/arm/pcm-telechips.c
1185 target/arm/tcc780x/cowond2/audio-cowond2.c
1186 #endif /* BOOTLOADER */
1187 #endif /* SIMULATOR */
1188 #endif /* COWON_D2 */
1190 #if CONFIG_CPU==S5L8700
1191 target/arm/s5l8700/system-s5l8700.c
1192 #endif
1194 #ifdef MEIZU_M6SL
1195 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1196 drivers/qt1106.c
1197 #ifndef SIMULATOR
1198 #ifndef BOOTLOADER
1199 #endif /* BOOTLOADER */
1200 #endif /* SIMULATOR */
1201 #endif /* MEIZU_M6SL */
1203 #ifdef MEIZU_M6SP
1204 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1205 #ifndef SIMULATOR
1206 #ifndef BOOTLOADER
1207 #endif /* BOOTLOADER */
1208 #endif /* SIMULATOR */
1209 #endif /* MEIZU_M6SP */
1211 #ifdef MEIZU_M3
1212 target/arm/s5l8700/meizu-m3/lcd-m3.c
1213 drivers/qt1106.c
1214 #ifndef SIMULATOR
1215 #ifndef BOOTLOADER
1216 #endif /* BOOTLOADER */
1217 #endif /* SIMULATOR */
1218 #endif /* MEIZU_M3 */
1220 #if CONFIG_CPU==JZ4732
1221 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1222 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1223 target/mips/ingenic_jz47xx/codec-jz4740.c
1224 target/mips/ingenic_jz47xx/debug-jz4740.c
1225 target/mips/ingenic_jz47xx/kernel-jz4740.c
1226 target/mips/ingenic_jz47xx/i2c-jz4740.c
1227 target/mips/ingenic_jz47xx/lcd-jz4740.c
1228 target/mips/ingenic_jz47xx/pcm-jz4740.c
1229 target/mips/ingenic_jz47xx/system-jz4740.c
1230 target/mips/ingenic_jz47xx/usb-jz4740.c
1231 drivers/nand_id.c
1232 #endif
1234 #if defined(ONDA_VX747) || defined(ONDA_VX747P)
1235 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx747.c
1236 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1237 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1238 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1239 #endif
1241 #ifdef ONDA_VX767
1242 target/mips/ingenic_jz47xx/onda_vx767/backlight-ondavx767.c
1243 target/mips/ingenic_jz47xx/onda_vx767/button-ondavx767.c
1244 target/mips/ingenic_jz47xx/onda_vx767/lcd-ondavx767.c
1245 #endif