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