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