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