Fix unused-but-set warnings in helper functions.
[maemo-rb.git] / firmware / SOURCES
blob438c9e65264e2f3515161fd669068a8e6d65d601
1 ata_idle_notify.c
2 events.c
3 backlight.c
4 buflib.c
5 core_alloc.c
6 general.c
7 load_code.c
8 powermgmt.c
9 #if (CONFIG_PLATFORM & PLATFORM_HOSTED)
11 #ifdef __linux__
12 #undef linux
13 target/hosted/cpuinfo-linux.c
14 #endif
16 #ifndef SAMSUNG_YPR0 /* uses as3514 rtc */
17 target/hosted/rtc.c
18 #endif
19 #endif
20 system.c
21 usb.c
22 #ifdef ROCKBOX_HAS_LOGF
23 logf.c
24 #endif /* ROCKBOX_HAS_LOGF */
25 kernel.c
26 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
27 #ifdef RB_PROFILE
28 profile.c
29 #endif /* RB_PROFILE */
30 #if !defined(BOOTLOADER) || defined(CPU_SH)
31 rolo.c
32 #endif /* !defined(BOOTLOADER) || defined(CPU_SH) */
33 thread.c
34 timer.c
35 debug.c
36 #endif /* PLATFORM_NATIVE */
37 panic.c
39 #ifdef HAVE_SDL
40 target/hosted/sdl/button-sdl.c
41 target/hosted/sdl/kernel-sdl.c
42 #ifdef HAVE_LCD_BITMAP
43 target/hosted/sdl/lcd-bitmap.c
44 #elif defined(HAVE_LCD_CHARCELLS)
45 target/hosted/sdl/lcd-charcells.c
46 #endif
47 #ifdef HAVE_REMOTE_LCD
48 target/hosted/sdl/lcd-remote-bitmap.c
49 #endif
50 target/hosted/sdl/lcd-sdl.c
51 target/hosted/sdl/system-sdl.c
52 #ifdef HAVE_SDL_THREADS
53 target/hosted/sdl/thread-sdl.c
54 #else
55 thread.c
56 #endif
57 target/hosted/sdl/timer-sdl.c
58 #ifdef HAVE_TOUCHSCREEN
59 target/hosted/sdl/key_to_touch-sdl.c
60 #endif
61 #ifdef APPLICATION
62 target/hosted/sdl/app/button-application.c
63 #endif
64 #endif
66 #ifdef SAMSUNG_YPR0
67 drivers/adc-as3514.c
68 #if (CONFIG_RTC == RTC_AS3514)
69 drivers/rtc/rtc_as3514.c
70 #else
71 target/hosted/rtc.c
72 #endif
73 target/hosted/ypr0/button-ypr0.c
74 target/hosted/ypr0/kernel-ypr0.c
75 target/hosted/ypr0/lcd-ypr0.c
76 target/hosted/ypr0/system-ypr0.c
77 target/hosted/ypr0/fs-ypr0.c
78 target/hosted/ypr0/lc-ypr0.c
79 thread.c
80 #ifdef HAVE_BACKLIGHT
81 target/hosted/ypr0/backlight-ypr0.c
82 #endif
83 target/hosted/ypr0/ascodec-ypr0.c
84 target/hosted/ypr0/powermgmt-ypr0.c
85 target/hosted/ypr0/gpio_ypr0.c
86 #endif
88 /* Maemo specific files */
89 #if (CONFIG_PLATFORM & PLATFORM_MAEMO)
90 target/hosted/maemo/maemo-thread.c
91 #endif
93 /* Standard library */
94 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(__MINGW32__) || defined(__CYGWIN__)
95 libc/errno.c
96 libc/strtok.c
97 /* alsa on linux requires a more advanced sprintf, i.e. not ours */
98 libc/sprintf.c
99 #endif /* PLATFORM_NATIVE || __MINGW32__ || __CYGWIN__ */
100 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(HAVE_ROCKBOX_C_LIBRARY)
101 libc/atoi.c
103 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
104 /* our ctype.[ch] comes from newlib and is incompitble with most desktop's ctype */
105 libc/ctype.c
106 #endif
108 libc/memchr.c
109 libc/memcmp.c
111 #if !defined(CPU_SH) && !defined(CPU_COLDFIRE) && !defined(CPU_ARM)
112 #if !defined(CPU_MIPS)
113 libc/memcpy.c
114 libc/memset.c
115 #endif /* CPU_MIPS */
116 libc/memmove.c
117 #endif /* CPU_* */
119 libc/qsort.c
120 libc/random.c
121 libc/strcat.c
122 libc/strchr.c
123 libc/strcmp.c
124 libc/strcpy.c
126 #if !defined(CPU_SH) && !defined(CPU_COLDFIRE)
127 libc/strlen.c
128 #endif
130 libc/strncmp.c
131 libc/strrchr.c
132 libc/strstr.c
133 libc/mktime.c
134 #endif /* CONFIG_PLATFORM || HAVE_ROCKBOX_C_LIBRARY */
136 /* Common */
137 common/version.c
138 common/config.c
139 common/crc32.c
140 #ifdef MI4_FORMAT
141 common/crc32-mi4.c
142 #endif
143 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
144 common/dir_uncached.c
145 common/file.c
146 common/disk.c
147 #endif /* PLATFORM_NATIVE */
148 #ifdef HAVE_DIRCACHE
149 common/dircache.c
150 #endif /* HAVE_DIRCACHE */
151 common/filefuncs.c
152 common/format.c
153 #ifdef APPLICATION
154 common/rbpaths.c
155 #endif
156 common/strcasecmp.c
157 common/strcasestr.c
158 common/strnatcmp.c
159 common/strlcat.c
160 common/strlcpy.c
161 common/structec.c
162 common/timefuncs.c
163 common/unicode.c
165 /* Display */
166 scroll_engine.c
168 #ifdef HAVE_LCD_CHARCELLS
169 drivers/lcd-charcell.c
170 drivers/lcd-charset-player.c
171 #endif /* HAVE_LCD_CHARCELLS */
173 #ifdef HAVE_LCD_BITMAP
174 arabjoin.c
175 bidi.c
176 font_cache.c
177 font.c
178 hangul.c
179 lru.c
180 #ifndef BOOTLOADER
181 screendump.c
182 #endif
183 #if LCD_DEPTH == 1
184 drivers/lcd-1bit-vert.c
185 #elif LCD_DEPTH == 2
186 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
187 drivers/lcd-2bit-horz.c
188 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
189 drivers/lcd-2bit-vert.c
190 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
191 drivers/lcd-2bit-vi.c
192 #endif /* LCD_PIXELFORMAT */
193 #elif LCD_DEPTH == 16
194 #if   defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE
195 drivers/lcd-16bit-vert.c
196 #else
197 drivers/lcd-16bit.c
198 #endif
199 #endif /* LCD_DEPTH */
200 common/diacritic.c
201 #endif /* HAVE_LCD_BITMAP */
203 #ifdef HAVE_REMOTE_LCD
204 #if LCD_REMOTE_DEPTH == 1
205 drivers/lcd-remote-1bit-v.c
206 #elif LCD_REMOTE_DEPTH == 2
207 drivers/lcd-remote-2bit-vi.c
208 #endif /* LCD_REMOTE_DEPTH */
209 #endif /* HAVE_REMOTE_LCD */
211 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
212     || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG)
213 backlight-sw-fading.c
214 #endif /* CONFIG_BACKLIGHT_FADING */
216 /* Misc. */
217 drivers/led.c
218 drivers/button.c
219 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
220 #ifdef HAVE_DAC3550A
221 drivers/audio/dac3550a.c
222 #endif
223 #ifdef HAVE_SERIAL
224 drivers/serial.c
225 #endif
226 #endif /* PLATFORM_NATIVE */
227 #ifdef HAVE_TOUCHSCREEN
228 drivers/touchscreen.c
229 #endif
232 /* Storage */
233 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
234 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
235 drivers/ata_flash.c
236 #endif
237 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
238 target/arm/ata-nand-telechips.c
239 #endif
240 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
241 target/arm/s5l8700/ata-nand-s5l8700.c
242 #endif
243 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_RK27XX)
244 target/arm/rk27xx/ata-nand-rk27xx.c
245 #endif
246 #if (CONFIG_STORAGE & STORAGE_ATA) && !defined(IPOD_6G)
247 drivers/ata.c
248 #endif
249 #if (CONFIG_STORAGE & STORAGE_SD)
250 drivers/sd.c
251 #endif
252 #if (CONFIG_STORAGE & STORAGE_RAMDISK)
253 drivers/ramdisk.c
254 #endif
255 storage.c
256 drivers/fat.c
257 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
258 sdmmc.c
259 #endif
260 #endif /* PLATFORM_NATIVE */
262 /* EEPROM */
263 #ifdef HAVE_EEPROM
264 drivers/eeprom_24cxx.c
265 #ifdef HAVE_EEPROM_SETTINGS
266 eeprom_settings.c
267 #endif /* HAVE_EEPROM_SETTINGS */
268 #endif /* HAVE_EEPROM */
270 /* RTC */
271 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
272 #if (CONFIG_RTC == RTC_M41ST84W)
273 drivers/rtc/rtc_m41st84w.c
274 #elif (CONFIG_RTC == RTC_PCF50606)
275 drivers/rtc/rtc_pcf50606.c
276 #elif (CONFIG_RTC == RTC_PCF50605)
277 drivers/rtc/rtc_pcf50605.c
278 #elif (CONFIG_RTC == RTC_E8564)
279 drivers/rtc/rtc_e8564.c
280 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
281 drivers/rtc/rtc_ds1339_ds3231.c
282 #elif (CONFIG_RTC == RTC_S3C2440)
283 drivers/rtc/rtc_s3c2440.c
284 #elif (CONFIG_RTC == RTC_AS3514)
285 drivers/rtc/rtc_as3514.c
286 #elif (CONFIG_RTC == RTC_RX5X348AB)
287 drivers/rtc/rtc_rx5x348ab.c
288 #elif (CONFIG_RTC == RTC_MR100)
289 drivers/rtc/rtc_mr100.c
290 #elif (CONFIG_RTC == RTC_MC13783)
291 drivers/rtc/rtc_mc13783.c
292 #elif (CONFIG_RTC == RTC_TCC77X)
293 drivers/rtc/rtc_tcc77x.c
294 #elif (CONFIG_RTC == RTC_JZ47XX)
295 drivers/rtc/rtc_jz4740.c
296 #elif (CONFIG_RTC == RTC_S35390A)
297 drivers/rtc/rtc_s35390a.c
298 #elif (CONFIG_RTC == RTC_S35380A)
299 drivers/rtc/rtc_s35380a.c
300 #elif (CONFIG_RTC == RTC_D2)
301 drivers/rtc/rtc_d2.c
302 #elif (CONFIG_RTC == RTC_IMX233)
303 drivers/rtc/rtc_imx233.c
304 #endif /* (CONFIG_RTC == RTC_) */
305 #endif /* PLATFORM_NATIVE */
307 #ifndef BOOTLOADER
308 /* Tuner */
309 #if CONFIG_TUNER
310 tuner.c
311 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
312 #if (CONFIG_TUNER & LV24020LP)
313 drivers/tuner/lv24020lp.c
314 #endif /* (CONFIG_TUNER & LV24020LP) */
315 #if (CONFIG_TUNER & S1A0903X01)
316 drivers/fmradio.c
317 drivers/tuner/s1a0903x01.c
318 #endif /* (CONFIG_TUNER & S1A0903X01) */
319 #if (CONFIG_TUNER & TEA5760)
320 drivers/tuner/tea5760uk.c
321 #endif
322 #if (CONFIG_TUNER & TEA5767)
323 drivers/tuner/tea5767.c
324 #endif /* (CONFIG_TUNER & TEA5767) */
325 #if (CONFIG_TUNER & SI4700)
326 drivers/tuner/si4700.c
327 #endif /* (CONFIG_TUNER & SI4700) */
328 #if (CONFIG_TUNER & IPOD_REMOTE_TUNER)
329 drivers/tuner/ipod_remote_tuner.c
330 #endif /* (CONFIG_TUNER & IPOD_REMOTE_TUNER) */
331 #if (CONFIG_TUNER & RDA5802)
332 drivers/tuner/rda5802.c
333 #endif /* (CONFIG_TUNER & RDA5802) */
334 #if defined(HAVE_RDS_CAP)
335 drivers/rds.c
336 #endif /* HAVE_RDS_CAP */
337 #endif /* PLATFORM_NATIVE */
338 #endif /* CONFIG_TUNER */
339 #endif /* BOOTLOADER */
341 /* Sound */
342 sound.c
344 #if CONFIG_CODEC == SWCODEC
346 #ifndef BOOTLOADER
347 pcm_sampr.c
348 pcm.c
349 pcm_mixer.c
350 #ifdef HAVE_RECORDING
351 enc_base.c
352 #endif /* HAVE_RECORDING */
353 #endif /* BOOTLOADER */
354 #endif /* SWCODEC */
356 /* Audio codec */
357 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER)
358 #if defined(HAVE_UDA1380)
359 drivers/audio/uda1380.c
360 #elif defined(HAVE_WM8751) \
361    || defined(HAVE_WM8750)
362 drivers/audio/wm8751.c
363 #elif defined(HAVE_WM8978)
364 drivers/audio/wm8978.c
365 #elif defined(HAVE_WM8975)
366 drivers/audio/wm8975.c
367 #elif defined(HAVE_WM8985)
368 drivers/audio/wm8985.c
369 #elif defined(HAVE_WM8758)
370 drivers/audio/wm8758.c
371 #elif defined(HAVE_WM8711) \
372    || defined(HAVE_WM8721) \
373    || defined(HAVE_WM8731)
374 drivers/audio/wm8731.c
375 #elif defined(HAVE_AS3514)
376 drivers/audio/as3514.c
377 #elif defined(HAVE_TLV320)
378 drivers/audio/tlv320.c
379 #elif defined(HAVE_MAS35XX)
380 drivers/audio/mas35xx.c
381 #elif defined(HAVE_AK4537)
382 drivers/audio/ak4537.c
383 #elif defined(HAVE_UDA1341)
384 drivers/audio/uda1341.c
385 #elif defined(HAVE_CS42L55)
386 drivers/audio/cs42l55.c
387 #elif defined (HAVE_RK27XX_CODEC)
388 drivers/audio/rk27xx_codec.c
389 #elif defined(HAVE_AIC3X)
390 drivers/audio/aic3x.c
391 #elif defined (HAVE_DUMMY_CODEC)
392 drivers/audio/dummy_codec.c
393 #endif /* defined(HAVE_*) */
394 #else /* PLATFORM_HOSTED */
395 #if defined(SAMSUNG_YPR0) && defined(HAVE_AS3514)
396 drivers/audio/as3514.c
397 target/hosted/pcm-alsa.c
398 #elif defined(HAVE_SDL_AUDIO)
399 drivers/audio/sdl.c
400 #if CONFIG_CODEC == SWCODEC
401 #if (CONFIG_PLATFORM & PLATFORM_MAEMO5)
402 target/hosted/maemo/pcm-gstreamer.c
403 #else
404 target/hosted/sdl/pcm-sdl.c
405 #endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO) */
406 #endif /* CONFIG_CODEC == SWCODEC */
407 #endif
408 #endif /* (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) */
410 /* CPU Specific - By class then particular chip if applicable */
411 #if defined(CPU_SH)
413 target/sh/adc-sh.c
414 target/sh/bitswap.S
415 target/sh/crt0.S
416 target/sh/kernel-sh.c
417 target/sh/memcpy-sh.S
418 target/sh/memmove-sh.S
419 target/sh/memset-sh.S
420 target/sh/strlen-sh.S
421 target/sh/system-sh.c
422 target/sh/archos/descramble.S
423 target/sh/archos/i2c-archos.c
424 target/sh/debug-sh.c
426 #elif defined(CPU_COLDFIRE)
428 target/coldfire/crt0.S
429 #ifdef HAVE_PRIORITY_SCHEDULING
430 common/ffs.c
431 target/coldfire/ffs-coldfire.S
432 #endif
433 target/coldfire/memcpy-coldfire.S
434 target/coldfire/memmove-coldfire.S
435 target/coldfire/memset-coldfire.S
436 target/coldfire/strlen-coldfire.S
437 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
438  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
439 target/coldfire/memset16-coldfire.S
440 #endif
441 target/coldfire/kernel-coldfire.c
442 target/coldfire/system-coldfire.c
443 target/coldfire/timer-coldfire.c
444 #ifndef BOOTLOADER
445 target/coldfire/pcm-coldfire.c
446 target/coldfire/debug-coldfire.c
447 #endif /* BOOTLOADER */
448 #if CONFIG_I2C == I2C_COLDFIRE
449 target/coldfire/i2c-coldfire.c
450 #endif /* CONFIG_I2C == I2C_COLDFIRE */
451 #if CONFIG_STORAGE & STORAGE_ATA
452 target/coldfire/ata-as-coldfire.S
453 #endif
455 #elif defined(CPU_PP) || defined(CPU_ARM)
456 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
457 target/arm/support-arm.S
458 target/arm/memcpy-arm.S
459 target/arm/memmove-arm.S
461 target/arm/memset-arm.S
462 target/arm/memset16-arm.S
464 # if ARM_ARCH < 6
465 target/arm/bits-armv4.S
466 #  if CONFIG_CPU == IMX233 || CONFIG_CPU == DM320 \
467    || CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2 \
468    || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 \
469    || defined(CPU_S5L870X)
470 target/arm/mmu-arm.S
471 #  endif
472 # endif
474 #ifdef HAVE_PRIORITY_SCHEDULING
475 target/arm/ffs-arm.S
476 #endif
478 #if CONFIG_PLATFORM & PLATFORM_NATIVE
479 target/arm/system-arm.c
480 #endif
482 #if CONFIG_STORAGE & STORAGE_ATA
483 # ifdef CPU_PP502x
484 target/arm/pp/ata-pp5020.c
485 # endif
486 # if CONFIG_CPU == DM320 || defined(CPU_PP502x)
487 target/arm/ata-as-arm.S
488 # endif
489 #endif
491 #if defined(CPU_PP) && defined(IPOD_ARCH)
492 target/arm/ipod/power-ipod.c
493 # if LCD_DEPTH == 2
494 target/arm/ipod/lcd-as-gray.S
495 # endif
496 # ifndef IPOD_1G2G
497 #  ifndef IPOD_3G
498 target/arm/ipod/piezo.c
499 #  endif /* IPOD_3G */
500 drivers/pcf50605.c
501 target/arm/ipod/powermgmt-ipod-pcf.c
502 # endif /* IPOD_1G2G */
503 #endif /* CPU_PP && IPOD_ARCH */
505 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
506 target/arm/pp/i2c-pp.c
507 #elif CONFIG_I2C == I2C_PNX0101
508 target/arm/pnx0101/i2c-pnx0101.c
509 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
510 target/arm/i2c-telechips.c
511 #elif CONFIG_I2C == I2C_S3C2440
512 /* no i2c driver yet */
513 #elif CONFIG_I2C == I2C_S5L8700
514 target/arm/s5l8700/i2c-s5l8700.c
515 #elif CONFIG_I2C == I2C_S5L8702
516 target/arm/s5l8702/i2c-s5l8702.c
517 #elif CONFIG_I2C == I2C_RK27XX
518 target/arm/rk27xx/i2c-rk27xx.c
519 #elif CONFIG_I2C == I2C_IMX233
520 target/arm/imx233/i2c-imx233.c
521 #endif
523 #if CONFIG_CPU == PNX0101
524 target/arm/pnx0101/kernel-pnx0101.c
525 target/arm/pnx0101/system-pnx0101.c
526 target/arm/pnx0101/timer-pnx0101.c
527 #endif
529 #if CONFIG_CPU == IMX233
530 target/arm/imx233/lcdif-imx233.c
531 target/arm/imx233/clkctrl-imx233.c
532 target/arm/imx233/system-imx233.c
533 target/arm/imx233/timrot-imx233.c
534 target/arm/imx233/kernel-imx233.c
535 target/arm/imx233/sd-imx233.c
536 target/arm/imx233/mmc-imx233.c
537 target/arm/imx233/ssp-imx233.c
538 target/arm/imx233/dma-imx233.c
539 target/arm/imx233/pinctrl-imx233.c
540 target/arm/imx233/power-imx233.c
541 target/arm/imx233/powermgmt-imx233.c
542 target/arm/imx233/adc-imx233.c
543 target/arm/imx233/lradc-imx233.c
544 target/arm/imx233/rtc-imx233.c
545 target/arm/imx233/dcp-imx233.c
546 #ifndef BOOTLOADER
547 target/arm/imx233/debug-imx233.c
548 #endif
549 #if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
550 target/arm/imx233/usb-imx233.c
551 #endif
552 #ifndef BOOTLOADER
553 #ifdef HAVE_IMX233_CODEC
554 target/arm/imx233/audioout-imx233.c
555 target/arm/imx233/audioin-imx233.c
556 target/arm/imx233/pcm-imx233.c
557 drivers/audio/imx233-codec.c
558 #endif
559 target/arm/imx233/timer-imx233.c
560 #endif
561 #endif /* IMX233 */
563 #if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2
564 target/arm/as3525/system-as3525.c
565 target/arm/as3525/memory-init.S
566 target/arm/as3525/kernel-as3525.c
567 target/arm/as3525/timer-as3525.c
568 #if CONFIG_CPU == AS3525
569 target/arm/as3525/sd-as3525.c
570 #ifdef HAVE_SCROLLWHEEL
571 target/arm/as3525/scrollwheel-as3525.c
572 #endif /* HAVE_SCROLLWHEEL */
573 #else /* AS3535v2 */
574 target/arm/as3525/tuner-as3525v2.c
575 target/arm/as3525/sd-as3525v2.c
576 #endif
577 target/arm/as3525/power-as3525.c
578 target/arm/as3525/usb-as3525.c
579 target/arm/as3525/dma-pl081.c
580 target/arm/as3525/ascodec-as3525.c
581 #ifndef BOOTLOADER
582 drivers/generic_i2c.c
583 target/arm/as3525/audio-as3525.c
584 target/arm/as3525/debug-as3525.c
585 #if CONFIG_TUNER
586 target/arm/as3525/fmradio-i2c-as3525.c
587 #endif /* CONFIG_TUNER */
588 target/arm/as3525/i2s-as3525.c
589 target/arm/as3525/pcm-as3525.c
590 #endif /* BOOTLOADER */
591 #endif /* CONFIG_CPU == AS3525 */
593 #if defined(CPU_PP)
594 target/arm/pp/i2s-pp.c
595 target/arm/pp/kernel-pp.c
596 target/arm/pp/timer-pp.c
597 # if CONFIG_STORAGE & STORAGE_SD
598 target/arm/pp/ata-sd-pp.c
599 # endif
600 # if !defined(HAVE_AS3514) && !defined(HAVE_AK4537)
601 target/arm/pp/wmcodec-pp.c
602 # endif
603 #if CONFIG_CPU == PP5002
604 target/arm/pp/system-pp5002.c
605 target/arm/pp/usb-fw-pp5002.c
606 target/arm/pp/ata-pp5002.c
607 #elif defined CPU_PP502x
608 target/arm/pp/usb-fw-pp502x.c
609 target/arm/pp/system-pp502x.c
610 #endif
611 #ifdef BOOTLOADER
612 #ifdef HAVE_BOOTLOADER_USB_MODE
613 target/arm/pp/crt0-pp502x-bl-usb.S
614 #else
615 target/arm/pp/crt0-pp-bl.S
616 #endif /* HAVE_BOOTLOADER_USB_MODE */
617 #else /* !BOOTLOADER */
618 target/arm/pp/pcm-pp.c
619 target/arm/pp/debug-pp.c
620 #if !defined(SANSA_E200) && !defined(SANSA_C200)
621 target/arm/pp/audio-pp.c
622 #endif /* SANSA_E200 */
623 target/arm/pp/crt0-pp.S
624 #endif
625 #elif CONFIG_CPU == PNX0101
626 target/arm/pnx0101/crt0-pnx0101.S
627 #elif CONFIG_CPU==DM320
628 target/arm/tms320dm320/crt0.S
629 #elif CONFIG_CPU==S3C2440
630 target/arm/s3c2440/crt0.S
631 #elif defined(CPU_TCC77X)
632 target/arm/tcc77x/crt0.S
633 #elif defined(CPU_TCC780X)
634 target/arm/tcc780x/crt0.S
635 #elif CONFIG_CPU==IMX31L
636 target/arm/imx31/crt0.S
637 #elif CONFIG_CPU==S5L8700 || CONFIG_CPU==S5L8701
638 target/arm/s5l8700/crt0.S
639 #elif CONFIG_CPU==S5L8702
640 target/arm/s5l8702/crt0.S
641 #elif CONFIG_CPU==IMX233
642 target/arm/imx233/crt0.S
643 #elif CONFIG_CPU==RK27XX
644 target/arm/rk27xx/crt0.S
645 #elif defined(CPU_ARM)
646 target/arm/crt0.S
647 #endif /* defined(CPU_*) */
649 #elif defined(CPU_MIPS)
650 common/memset16.c
651 target/mips/ffs-mips.S
652 target/mips/memcpy-mips.S
653 target/mips/memset-mips.S
654 target/mips/mmu-mips.c
655 #if CONFIG_CPU==JZ4732
656 target/mips/ingenic_jz47xx/crt0.S
657 #endif /* CONFIG_CPU == JZ4732 */
659 #else
661 #ifdef HAVE_PRIORITY_SCHEDULING
662 common/ffs.c
663 #endif
664 common/memset16.c
665 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
666 crt0.S
667 drivers/i2c.c
668 #endif /* PLATFORM_NATIVE */
670 #endif /* defined(CPU_*) */
672 #if !defined(SIMULATOR)
674 /* target code */
676 /* LCD driver */
677 #if   CONFIG_LCD == LCD_SSD1303
678 target/arm/as3525/lcd-ssd1303.c
679 #elif CONFIG_LCD == LCD_SSD1801
680 target/sh/archos/player/lcd-as-player.S
681 target/sh/archos/player/lcd-player.c
682 #elif CONFIG_LCD == LCD_SSD1815
683 # if CONFIG_CPU == SH7034
684 target/sh/archos/lcd-archos-bitmap.c
685 target/sh/archos/lcd-as-archos-bitmap.S
686 # else
687 target/arm/lcd-ssd1815.c
688 # endif
689 #elif CONFIG_LCD == LCD_HX8340B
690 target/arm/rk27xx/lcd-hifiman.c
691 #elif CONFIG_LCD == LCD_C200
692 target/arm/lcd-c200_c200v2.c
693 #elif CONFIG_LCD == LCD_FUZE
694 target/arm/as3525/lcd-fuze.c
695 #elif CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO
696 target/arm/ipod/lcd-color_nano.c
697 #elif CONFIG_LCD == LCD_IPODMINI || CONFIG_LCD == LCD_IPOD2BPP
698 target/arm/ipod/lcd-gray.c
699 #elif CONFIG_LCD == LCD_GIGABEATS
700 target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c
701 #elif CONFIG_LCD == LCD_GIGABEAT
702 target/arm/s3c2440/lcd-s3c2440.c
703 #endif
705 /* USB Stack */
706 #ifdef HAVE_USBSTACK
707 usbstack/usb_core.c
708 #ifdef USB_ENABLE_STORAGE
709 usbstack/usb_storage.c
710 #endif
711 #ifdef USB_ENABLE_SERIAL
712 usbstack/usb_serial.c
713 #endif
714 #ifdef USB_ENABLE_CHARGING_ONLY
715 usbstack/usb_charging_only.c
716 #endif
717 #ifdef USB_ENABLE_HID
718 usbstack/usb_hid.c
719 #endif
720 #if CONFIG_USBOTG == USBOTG_M66591
721 drivers/m66591.c
722 #elif CONFIG_USBOTG == USBOTG_ARC
723 target/arm/usb-drv-arc.c
724 #elif CONFIG_USBOTG == USBOTG_AS3525
725 target/arm/as3525/usb-drv-as3525.c
726 #elif CONFIG_USBOTG == USBOTG_S3C6400X
727 target/arm/usb-s3c6400x.c
728 #elif CONFIG_USBOTG == USBOTG_ISP1583
729 drivers/isp1583.c
730 #elif CONFIG_USBOTG == USBOTG_RK27XX
731 target/arm/rk27xx/usb-drv-rk27xx.c
732 #endif
733 #else /* !defined(HAVE_USBSTACK) */
734 #if CONFIG_USBOTG == USBOTG_ISP1362      
735 drivers/isp1362.c
736 #elif CONFIG_USBOTG == USBOTG_M5636      
737 drivers/m5636.c
738 #endif
739 #endif /* !defined(HAVE_USBSTACK) */
741 /* Other Random Hardware */
742 #ifdef HAVE_TSC2100
743 drivers/tsc2100.c
744 drivers/audio/tsc2100.c
745 #endif
747 #ifdef HAVE_AS3514
748 # ifdef CPU_PP
749 target/arm/pp/ascodec-pp.c
750 # endif
751 # if !defined(BOOTLOADER) || defined(CPU_PP)
752 drivers/adc-as3514.c
753 #  if !defined(SANSA_M200V4) && !defined(SAMSUNG_YPR0)
754 target/arm/powermgmt-ascodec.c
755 #  endif
756 # endif
757 #endif
759 #if CONFIG_I2C == I2C_PP5020
760 # ifdef IPOD_ARCH
761 target/arm/ipod/adc-ipod-pcf.c
762 # else
763 target/arm/pp/adc-pp5020.c
764 # endif /* IPOD_ARCH */
766 #elif CONFIG_I2C == I2C_PP5002
767 # ifdef IPOD_1G2G
768 target/arm/ipod/1g2g/adc-ipod-1g2g.c
769 # else
770 target/arm/ipod/adc-ipod-pcf.c
771 # endif /* IPOD_1G2G */
773 #elif CONFIG_I2C == I2C_S3C2440
774 target/arm/s3c2440/adc-s3c2440.c
776 #elif CONFIG_I2C == I2C_S5L8700
777 # ifdef IPOD_NANO2G
778 target/arm/s5l8700/ipodnano2g/adc-nano2g.c
779 # else
780 target/arm/s5l8700/adc-s5l8700.c
781 # endif
783 #elif CONFIG_I2C == I2C_TCC77X
784 target/arm/tcc77x/adc-tcc77x.c
786 #endif /* CONFIG_I2C */
788 #ifdef CPU_SH
789 target/sh/archos/mascodec-archos.c
790 target/sh/archos/audio-archos.c
791 target/sh/archos/timer-archos.c
792 # if CONFIG_STORAGE & STORAGE_ATA
793 target/sh/archos/ata-archos.c
794 target/sh/archos/ata-as-archos.S
795 # endif
796 # ifdef HAVE_SERIAL
797 target/sh/archos/uart-archos.c
798 # endif
799 #endif
801 #ifdef CPU_TCC77X
802 target/arm/usb-tcc.c
803 target/arm/tcc77x/kernel-tcc77x.c
804 target/arm/tcc77x/system-tcc77x.c
805 target/arm/tcc77x/timer-tcc77x.c
806 # ifndef IAUDIO7
807 target/arm/tcc77x/powermgmt-tcc77x.c
808 # endif /* !IAUDIO7 */
809 # ifndef BOOTLOADER
810 #  ifndef SANSA_C100
811 target/arm/wmcodec-telechips.c
812 #  endif /* !C100 */
813 target/arm/pcm-telechips.c
814 target/arm/tcc77x/debug-tcc77x.c
815 # endif /* !BOOTLOADER */
816 #endif /* CPU_TCC77X */
818 #if CONFIG_CPU == S5L8700 || CONFIG_CPU == S5L8701
819 target/arm/s5l8700/kernel-s5l8700.c
820 target/arm/s5l8700/system-s5l8700.c
821 target/arm/s5l8700/dma-s5l8700.c
822 # ifndef BOOTLOADER
823 target/arm/s5l8700/wmcodec-s5l8700.c
824 target/arm/s5l8700/timer-s5l8700.c
825 target/arm/s5l8700/pcm-s5l8700.c
826 target/arm/s5l8700/debug-s5l8700.c
827 # endif
828 #endif /* S5L8700 || S5L8701 */
830 #if CONFIG_CPU == S3C2440
831 target/arm/s3c2440/debug-s3c2440.c
832 target/arm/s3c2440/kernel-s3c2440.c
833 target/arm/s3c2440/system-s3c2440.c
834 # ifndef BOOTLOADER
835 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
836 target/arm/s3c2440/i2c-s3c2440.c
837 # endif
838 #endif /* CONFIG_CPU == S3C2440 */
840 #ifdef ARCHOS_PLAYER
841 target/sh/archos/player/button-player.c
842 target/sh/archos/player/hwcompat-player.c
843 target/sh/archos/player/power-player.c
844 target/sh/archos/player/powermgmt-player.c
845 target/sh/archos/player/usb-player.c
846 #endif /* ARCHOS_PLAYER */
848 #ifdef ARCHOS_RECORDER
849 target/sh/archos/recorder/button-recorder.c
850 target/sh/archos/recorder/power-recorder.c
851 target/sh/archos/recorder/powermgmt-recorder.c
852 target/sh/archos/recorder/usb-recorder.c
853 #endif /* ARCHOS_RECORDER */
855 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
856 target/sh/archos/fm_v2/button-fm_v2.c
857 target/sh/archos/fm_v2/power-fm_v2.c
858 target/sh/archos/fm_v2/powermgmt-fm_v2.c
859 target/sh/archos/fm_v2/usb-fm_v2.c
860 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
862 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
863 target/sh/archos/ondio/button-ondio.c
864 target/sh/archos/ondio/power-ondio.c
865 target/sh/archos/ondio/powermgmt-ondio.c
866 target/sh/archos/ondio/usb-ondio.c
867 target/sh/archos/ondio/ata_mmc.c
868 #if (CONFIG_TUNER & TEA5767)
869 target/sh/archos/ondio/fmradio_i2c-ondio.c
870 #endif
871 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
873 #if defined(SANSA_E200) || defined(SANSA_C200)
874 target/arm/sandisk/backlight-c200_e200.c
875 target/arm/sandisk/power-c200_e200.c
876 #ifndef BOOTLOADER
877 target/arm/sandisk/audio-c200_e200.c
878 #endif /* BOOTLOADER */
879 #endif /* SANSA_E200 || SANSA_C200 */
881 #ifdef SANSA_E200
882 drivers/lcd-memframe.c
883 target/arm/lcd-as-memframe.S
884 target/arm/sandisk/sansa-e200/lcd-e200.c
885 target/arm/sandisk/sansa-e200/button-e200.c
886 target/arm/sandisk/sansa-e200/powermgmt-e200.c
887 #endif /* SANSA_E200 */
889 #ifdef SANSA_C200
890 target/arm/sandisk/sansa-c200/lcd-as-c200.S
891 target/arm/sandisk/sansa-c200/button-c200.c
892 target/arm/sandisk/sansa-c200/powermgmt-c200.c
893 #endif /* SANSA_C200 */
895 #ifdef SANSA_VIEW
896 target/arm/sandisk/sansa-view/backlight-view.c
897 target/arm/sandisk/sansa-view/adc-view.c
898 target/arm/sandisk/sansa-view/power-view.c
899 target/arm/sandisk/sansa-view/lcd-view.c
900 target/arm/sandisk/sansa-view/button-view.c
901 target/arm/sandisk/sansa-view/powermgmt-view.c
902 #ifndef BOOTLOADER
903 /* target/arm/sandisk/audio-view.c */
904 #endif /* BOOTLOADER */
905 #endif /* SANSA_VIEW */
907 #ifdef PHILIPS_SA9200
908 #ifndef BOOTLOADER
909 drivers/synaptics-mep.c
910 #endif /* BOOTLOADER */
911 target/arm/philips/sa9200/backlight-sa9200.c
912 target/arm/philips/sa9200/button-sa9200.c
913 target/arm/philips/sa9200/lcd-sa9200.c
914 target/arm/philips/sa9200/lcd-as-sa9200.S
915 target/arm/philips/sa9200/power-sa9200.c
916 target/arm/philips/sa9200/powermgmt-sa9200.c
917 #endif /* PHILIPS_SA9200 */
919 #if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
920 #ifndef BOOTLOADER
921 drivers/synaptics-mep.c
922 #endif /* BOOTLOADER */
923 target/arm/philips/power-hdd.c
924 target/arm/philips/fmradio_i2c-hdd.c
925 #endif /* PHILIPS_HDD1630 || PHILIPS_HDD6330 */
927 #ifdef PHILIPS_HDD1630
928 target/arm/philips/hdd1630/backlight-hdd1630.c
929 target/arm/philips/hdd1630/button-hdd1630.c
930 target/arm/philips/hdd1630/lcd-hdd1630.c
931 target/arm/philips/hdd1630/lcd-as-hdd1630.S
932 target/arm/philips/hdd1630/powermgmt-hdd1630.c
933 #endif /* PHILIPS_HDD1630 */
935 #ifdef PHILIPS_HDD6330
936 target/arm/philips/hdd6330/backlight-hdd6330.c
937 target/arm/philips/hdd6330/button-hdd6330.c
938 target/arm/philips/hdd6330/lcd-hdd6330.c
939 target/arm/philips/hdd6330/lcd-as-hdd6330.S
940 target/arm/philips/hdd6330/powermgmt-hdd6330.c
941 #endif /* PHILIPS_HDD6330 */
943 #if defined(IAUDIO_X5) || defined(IAUDIO_M5)
944 target/coldfire/pcf50606-coldfire.c
945 target/coldfire/iaudio/adc-iaudio.c
946 target/coldfire/iaudio/ata-iaudio.c
947 #ifdef HAVE_FMRADIO_IN
948 target/coldfire/iaudio/fmradio_i2c-iaudio.c
949 #endif
950 target/coldfire/iaudio/lcd-remote-as-iaudio.S
951 target/coldfire/iaudio/lcd-remote-iaudio.c
952 target/coldfire/iaudio/pcf50606-iaudio.c
953 target/coldfire/iaudio/power-x5m5.c
954 target/coldfire/iaudio/powermgmt-iaudio.c
955 target/coldfire/iaudio/system-iaudio.c
956 target/coldfire/iaudio/usb-iaudio.c
957 #ifndef BOOTLOADER
958 target/coldfire/iaudio/audio-iaudio.c
959 #endif
960 #endif /* IAUDIO_X5 || IAUDIO_M5 */
962 #ifdef IAUDIO_X5
963 target/coldfire/iaudio/x5/backlight-x5.c
964 target/coldfire/iaudio/x5/button-x5.c
965 target/coldfire/iaudio/x5/ds2411-x5.c
966 target/coldfire/iaudio/x5/lcd-as-x5.S
967 target/coldfire/iaudio/x5/lcd-x5.c
968 target/coldfire/iaudio/x5/m5636-x5.c
969 #endif /* IAUDIO_X5 */
971 #ifdef IAUDIO_M5
972 target/coldfire/iaudio/m5/backlight-m5.c
973 target/coldfire/iaudio/m5/button-m5.c
974 target/coldfire/iaudio/m5/lcd-as-m5.S
975 target/coldfire/iaudio/m5/lcd-m5.c
976 #endif /* IAUDIO_M5 */
978 #ifdef IAUDIO_M3
979 target/coldfire/iaudio/fmradio_i2c-iaudio.c
980 target/coldfire/iaudio/m3/adc-m3.c
981 target/coldfire/iaudio/m3/ata-m3.c
982 target/coldfire/iaudio/m3/backlight-m3.c
983 target/coldfire/iaudio/m3/button-m3.c
984 target/coldfire/iaudio/m3/lcd-m3.c
985 target/coldfire/iaudio/m3/lcd-as-m3.S
986 target/coldfire/iaudio/m3/power-m3.c
987 target/coldfire/iaudio/m3/powermgmt-m3.c
988 target/coldfire/iaudio/m3/system-m3.c
989 target/coldfire/iaudio/m3/usb-m3.c
990 #ifndef BOOTLOADER
991 target/coldfire/iaudio/audio-iaudio.c
992 #endif
993 #endif /* IAUDIO_M3 */
995 #ifdef IRIVER_IFP7XX_SERIES
996 #ifdef STUB
997 ifp_usb_serial.c
998 libc/sscanf.c
999 #endif /* STUB */
1000 #endif /* IRIVER_IFP7XX_SERIES */
1002 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
1003 target/coldfire/iriver/ata-iriver.c
1004 target/coldfire/iriver/lcd-remote-iriver.c
1005 target/coldfire/iriver/lcd-remote-as-iriver.S
1006 target/coldfire/iriver/system-iriver.c
1007 target/coldfire/iriver/fmradio_i2c-iriver.c
1008 #ifndef BOOTLOADER
1009 target/coldfire/iriver/audio-iriver.c
1010 target/coldfire/iriver/udacodec-iriver.c
1011 #endif
1012 #endif /* IRIVER_H300_SERIES || IRIVER_H100_SERIES */
1014 #ifdef IRIVER_H300_SERIES
1015 target/coldfire/pcf50606-coldfire.c
1016 target/coldfire/iriver/h300/sw_i2c-h300.c
1017 target/coldfire/iriver/h300/adc-h300.c
1018 target/coldfire/iriver/h300/backlight-h300.c
1019 target/coldfire/iriver/h300/button-h300.c
1020 target/coldfire/iriver/h300/pcf50606-h300.c
1021 target/coldfire/iriver/h300/lcd-as-h300.S
1022 target/coldfire/iriver/h300/lcd-h300.c
1023 target/coldfire/iriver/h300/power-h300.c
1024 target/coldfire/iriver/h300/powermgmt-h300.c
1025 target/coldfire/iriver/h300/usb-h300.c
1026 #endif /* IRIVER_H300_SERIES */
1028 #ifdef IRIVER_H100_SERIES
1029 drivers/sw_i2c.c
1030 target/coldfire/uart-coldfire.c
1031 target/coldfire/iriver/h100/adc-h100.c
1032 target/coldfire/iriver/h100/backlight-h100.c
1033 target/coldfire/iriver/h100/button-h100.c
1034 target/coldfire/iriver/h100/lcd-as-h100.S
1035 target/coldfire/iriver/h100/lcd-h100.c
1036 target/coldfire/iriver/h100/power-h100.c
1037 target/coldfire/iriver/h100/powermgmt-h100.c
1038 #ifndef BOOTLOADER
1039 target/coldfire/iriver/h100/spdif-h100.c
1040 #endif
1041 target/coldfire/iriver/h100/usb-h100.c
1042 #endif /* IRIVER_H100_SERIES */
1044 #if defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
1045 target/arm/iriver/h10/backlight-h10.c
1046 target/arm/iriver/h10/button-h10.c
1047 target/arm/iriver/h10/fmradio_i2c-h10.c
1048 target/arm/iriver/h10/power-h10.c
1049 target/arm/iriver/h10/powermgmt-h10.c
1050 #endif /* IRIVER_H10 || IRIVER_H10_5GB */
1052 #ifdef IRIVER_H10
1053 target/arm/iriver/h10/lcd-h10_20gb.c
1054 target/arm/iriver/h10/lcd-as-h10.S
1055 #endif /* IRIVER_H10 */
1057 #ifdef IRIVER_H10_5GB
1058 target/arm/iriver/h10/lcd-h10_5gb.c
1059 #endif /* IRIVER_H10_5GB */
1061 #ifdef GIGABEAT_F
1062 drivers/lcd-memframe.c
1063 target/arm/lcd-as-memframe.S
1064 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
1065 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
1066 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
1067 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
1068 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
1069 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
1070 #ifndef BOOTLOADER
1071 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
1072 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
1073 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
1074 #endif
1075 #endif /* GIGABEAT_F */
1077 #ifdef GIGABEAT_S
1078 drivers/lcd-memframe.c
1079 target/arm/bits-armv6.S
1080 target/arm/lcd-as-memframe.S
1081 target/arm/mmu-armv6.S
1082 target/arm/imx31/ata-imx31.c
1083 target/arm/imx31/avic-imx31.c
1084 target/arm/imx31/ccm-imx31.c
1085 target/arm/imx31/debug-imx31.c
1086 target/arm/imx31/dvfs_dptc-imx31.c
1087 target/arm/imx31/gpio-imx31.c
1088 target/arm/imx31/i2c-imx31.c
1089 target/arm/imx31/iomuxc-imx31.c
1090 target/arm/imx31/mc13783-imx31.c
1091 target/arm/imx31/mmu-imx31.c
1092 target/arm/imx31/rolo_restart_firmware.S
1093 target/arm/imx31/sdma-imx31.c
1094 target/arm/imx31/spi-imx31.c
1095 target/arm/imx31/uart-imx31.c
1096 target/arm/imx31/gigabeat-s/adc-gigabeat-s.c
1097 target/arm/imx31/gigabeat-s/backlight-gigabeat-s.c
1098 target/arm/imx31/gigabeat-s/button-gigabeat-s.c
1099 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
1100 target/arm/imx31/gigabeat-s/kernel-gigabeat-s.c
1101 target/arm/imx31/gigabeat-s/i2s-gigabeat-s.c
1102 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
1103 target/arm/imx31/gigabeat-s/power-gigabeat-s.c
1104 target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
1105 target/arm/imx31/gigabeat-s/system-gigabeat-s.c
1106 target/arm/imx31/gigabeat-s/usb-gigabeat-s.c
1107 target/arm/imx31/gigabeat-s/wmcodec-gigabeat-s.c
1108 #ifndef BOOTLOADER
1109 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
1110 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
1111 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
1112 target/arm/imx31/gigabeat-s/pcm-gigabeat-s.c
1113 target/arm/imx31/gigabeat-s/timer-gigabeat-s.c
1114 #endif
1115 #endif /* GIGABEAT_S */
1117 #if CONFIG_CPU == DM320
1118 target/arm/tms320dm320/debug-dm320.c
1119 target/arm/tms320dm320/dsp-dm320.c
1120 target/arm/tms320dm320/i2c-dm320.c
1121 #ifdef HAVE_SOFTWARE_I2C
1122 drivers/generic_i2c.c
1123 #endif
1124 target/arm/tms320dm320/kernel-dm320.c
1125 target/arm/tms320dm320/spi-dm320.c
1126 target/arm/tms320dm320/system-dm320.c
1127 target/arm/tms320dm320/timer-dm320.c
1128 target/arm/tms320dm320/uart-dm320.c
1129 #endif /* CONFIG_CPU == DM320 */
1131 #ifdef MROBE_500
1132 #if !defined(LCD_USE_DMA)
1133 target/arm/lcd-as-memframe.S
1134 #endif
1135 target/arm/tms320dm320/mrobe-500/crt0-board.S
1136 target/arm/tms320dm320/mrobe-500/adc-mr500.c
1137 target/arm/tms320dm320/mrobe-500/ata-mr500.c
1138 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
1139 target/arm/tms320dm320/mrobe-500/button-mr500.c
1140 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
1141 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
1142 #if defined(HAVE_REMOTE_LCD)
1143 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
1144 #endif
1145 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
1146 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
1147 target/arm/tms320dm320/mrobe-500/power-mr500.c
1148 target/arm/tms320dm320/mrobe-500/usb-mr500.c
1149 #endif /* MROBE_500 */
1151 #ifdef CREATIVE_ZVx
1152 drivers/lcd-memframe.c
1153 target/arm/lcd-as-memframe.S
1154 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
1155 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
1156 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
1157 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
1158 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
1159 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
1160 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
1161 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
1162 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
1163 #endif /* CREATIVE_ZVx */
1165 #ifdef SANSA_CONNECT
1166 drivers/lcd-memframe.c
1167 target/arm/lcd-as-memframe.S
1168 target/arm/tms320dm320/sdmmc-dm320.c
1169 target/arm/tms320dm320/sansa-connect/crt0-board.S
1170 target/arm/tms320dm320/sansa-connect/lcd-sansaconnect.c
1171 target/arm/tms320dm320/sansa-connect/adc-sansaconnect.c
1172 target/arm/tms320dm320/sansa-connect/power-sansaconnect.c
1173 target/arm/tms320dm320/sansa-connect/powermgmt-sansaconnect.c
1174 target/arm/tms320dm320/sansa-connect/usb-sansaconnect.c
1175 target/arm/tms320dm320/sansa-connect/avr-sansaconnect.c
1176 target/arm/tms320dm320/sansa-connect/backlight-sansaconnect.c
1177 target/arm/tms320dm320/sansa-connect/pcm-sansaconnect.c
1178 target/arm/tms320dm320/dma-dm320.c
1179 #endif /* SANSA_CONNECT */
1181 #ifdef MROBE_100
1182 #ifndef BOOTLOADER
1183 drivers/synaptics-mep.c
1184 target/arm/olympus/mrobe-100/lcd-remote-mr100.c
1185 #endif /* BOOTLOADER */
1186 drivers/sw_i2c.c
1187 target/arm/olympus/mrobe-100/backlight-mr100.c
1188 target/arm/olympus/mrobe-100/button-mr100.c
1189 target/arm/olympus/mrobe-100/lcd-mr100.c
1190 target/arm/olympus/mrobe-100/lcd-as-mr100.S
1191 target/arm/olympus/mrobe-100/power-mr100.c
1192 target/arm/olympus/mrobe-100/powermgmt-mr100.c
1193 #endif /* MROBE_100 */
1195 #ifdef TATUNG_TPJ1022
1196 target/arm/tatung/tpj1022/backlight-tpj1022.c
1197 target/arm/tatung/tpj1022/button-tpj1022.c
1198 target/arm/tatung/tpj1022/lcd-tpj1022.c
1199 target/arm/tatung/tpj1022/power-tpj1022.c
1200 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
1201 #endif /* TATUNG_TPJ1022 */
1203 #ifdef IPOD_4G
1204 target/arm/ipod/backlight-4g_color.c
1205 target/arm/ipod/button-clickwheel.c
1206 #endif /* IPOD_4G */
1208 #ifdef IPOD_COLOR
1209 target/arm/ipod/backlight-4g_color.c
1210 target/arm/ipod/button-clickwheel.c
1211 target/arm/ipod/lcd-as-color-nano.S
1212 #endif /* IPOD_COLOR */
1214 #ifdef IPOD_NANO
1215 target/arm/ipod/backlight-nano_video.c
1216 target/arm/ipod/button-clickwheel.c
1217 target/arm/ipod/lcd-as-color-nano.S
1218 #endif /* IPOD_NANO */
1220 #ifdef IPOD_VIDEO
1221 target/arm/ipod/backlight-nano_video.c
1222 target/arm/ipod/button-clickwheel.c
1223 target/arm/ipod/video/lcd-as-video.S
1224 target/arm/ipod/video/lcd-video.c
1225 #ifndef BOOTLOADER
1226 target/arm/ipod/video/battery-video.c
1227 #endif /* BOOTLOADER */
1228 #endif /* IPOD_VIDEO */
1230 #ifdef IPOD_3G
1231 target/arm/ipod/3g/backlight-3g.c
1232 target/arm/ipod/button-1g-3g.c
1233 #endif /* IPOD_3G */
1235 #ifdef IPOD_1G2G
1236 target/arm/ipod/1g2g/backlight-1g2g.c
1237 target/arm/ipod/1g2g/powermgmt-1g2g.c
1238 target/arm/ipod/button-1g-3g.c
1239 #endif /* IPOD_1G2G */
1241 #if defined(IPOD_MINI) || defined(IPOD_MINI2G)
1242 target/arm/ipod/backlight-mini1g_mini2g.c
1243 #endif
1245 #ifdef IPOD_MINI
1246 target/arm/ipod/button-mini1g.c
1247 #endif /* IPOD_MINI */
1249 #ifdef IPOD_MINI2G
1250 target/arm/ipod/button-clickwheel.c
1251 #endif /* IPOD_MINI2G */
1253 #ifdef IRIVER_IFP7XX
1254 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1255 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1256 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1257 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1258 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1259 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1260 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1261 #ifndef BOOTLOADER
1262 target/arm/pnx0101/pcm-pnx0101.c
1263 #endif /* BOOTLOADER */
1264 #endif /* IRIVER_IFP7XX */
1266 #ifdef LOGIK_DAX
1267 drivers/nand_id.c
1268 target/arm/tcc77x/logikdax/button-logikdax.c
1269 target/arm/tcc77x/logikdax/power-logikdax.c
1270 #ifndef BOOTLOADER
1271 target/arm/tcc77x/logikdax/audio-logikdax.c
1272 #endif /* BOOTLOADER */
1273 #endif /* LOGIK_DAX */
1275 #ifdef SANSA_M200
1276 drivers/nand_id.c
1277 target/arm/tcc77x/m200/button-m200.c
1278 target/arm/tcc77x/m200/power-m200.c
1279 #ifndef BOOTLOADER
1280 target/arm/tcc77x/m200/audio-m200.c
1281 #endif /* BOOTLOADER */
1282 #endif /* SANSA_M200 */
1284 #ifdef SANSA_C100
1285 drivers/nand_id.c
1286 target/arm/tcc77x/c100/lcd-S6B33B2.c
1287 target/arm/tcc77x/c100/button-c100.c
1288 target/arm/tcc77x/c100/power-c100.c
1289 #ifndef BOOTLOADER
1290 target/arm/tcc77x/c100/audio-c100.c
1291 #endif /* BOOTLOADER */
1292 #endif /* SANSA_C100 */
1294 #ifdef SANSA_CLIPPLUS
1295 target/arm/as3525/sansa-clipplus/lcd-clip-plus.c
1296 target/arm/as3525/sansa-clipplus/button-clip.c
1297 target/arm/as3525/sansa-clipplus/backlight-clip.c
1298 #ifndef BOOTLOADER
1299 target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c
1300 target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S
1301 #endif /* !BOOTLOADER */
1302 #endif /* SANSA_CLIPPLUS */
1304 #ifdef SANSA_CLIPV2
1305 target/arm/as3525/sansa-clipv2/lcd-clipv2.c
1306 target/arm/as3525/button-clip.c
1307 target/arm/as3525/sansa-clipv2/backlight-clipv2.c
1308 #ifndef BOOTLOADER
1309 target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c
1310 target/arm/as3525/sansa-clipv2/lcd-as-clipv2.S
1311 #endif /* !BOOTLOADER */
1312 #endif /* SANSA_CLIPV2 */
1314 #ifdef SANSA_CLIP
1315 target/arm/as3525/sansa-clip/lcd-clip.c
1316 target/arm/as3525/button-clip.c
1317 #ifndef BOOTLOADER
1318 target/arm/as3525/sansa-clip/powermgmt-clip.c
1319 target/arm/as3525/sansa-clip/lcd-as-clip.S
1320 #endif /* !BOOTLOADER */
1321 #endif /* SANSA_CLIP */
1323 #ifdef SANSA_E200V2
1324 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1325 target/arm/as3525/button-e200v2-fuze.c
1326 target/arm/as3525/backlight-e200v2-fuze.c
1327 target/arm/as3525/dbop-as3525.c
1328 #ifndef BOOTLOADER
1329 target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1330 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1331 #endif /* !BOOTLOADER */
1332 #endif /* SANSA_E200V2 */
1334 #ifdef SANSA_C200V2
1335 target/arm/as3525/sansa-c200v2/button-c200v2.c
1336 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1337 target/arm/as3525/dbop-as3525.c
1338 #ifndef BOOTLOADER
1339 target/arm/as3525/sansa-c200v2/powermgmt-c200v2.c
1340 #endif /* !BOOTLOADER */
1341 #endif /* SANSA_E200V2 */
1343 #ifdef SANSA_M200V4
1344 target/arm/as3525/sansa-m200v4/button-m200v4.c
1345 #ifndef BOOTLOADER
1346 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1347 #endif /* !BOOTLOADER */
1348 #endif /* SANSA_M200V4 */
1350 #ifdef SANSA_FUZE
1351 target/arm/as3525/button-e200v2-fuze.c
1352 target/arm/as3525/sansa-fuze/lcd-fuzev1.c
1353 target/arm/as3525/backlight-e200v2-fuze.c
1354 target/arm/as3525/dbop-as3525.c
1355 #ifndef BOOTLOADER
1356 target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1357 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1358 #endif /* !BOOTLOADER */
1359 #endif /* SANSA_FUZE */
1361 #ifdef SANSA_FUZEV2
1362 target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
1363 target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c
1364 target/arm/as3525/sansa-fuzev2/button-fuzev2.c
1365 target/arm/as3525/dbop-as3525.c
1366 #ifndef BOOTLOADER
1367 target/arm/as3525/sansa-fuzev2/powermgmt-fuzev2.c
1368 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1369 #endif /* !BOOTLOADER */
1370 #endif /* SANSA_FUZEV2 */
1372 #ifdef SANSA_FUZEPLUS
1373 drivers/lcd-memframe.c
1374 drivers/synaptics-rmi.c
1375 drivers/generic_i2c.c
1376 target/arm/lcd-as-memframe.S
1377 target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c
1378 target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c
1379 target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
1380 target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
1381 target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
1382 target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1383 target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c
1384 #ifndef BOOTLOADER
1385 target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c
1386 target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
1387 #endif
1388 #endif
1390 #ifdef SANSA_CLIPZIP
1391 target/arm/as3525/sansa-clipzip/lcd-clipzip.c
1392 target/arm/as3525/sansa-clipzip/button-clipzip.c
1393 target/arm/as3525/sansa-clipzip/backlight-clipzip.c
1394 #ifndef BOOTLOADER
1395 target/arm/as3525/sansa-clipzip/powermgmt-clipzip.c
1396 #endif /* !BOOTLOADER */
1397 #endif /* SANSA_CLIPZIP */
1399 #ifdef IAUDIO_7
1400 drivers/nand_id.c
1401 drivers/pcf50606.c
1402 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1403 target/arm/tcc77x/iaudio7/power-iaudio7.c
1404 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1405 target/arm/tcc77x/iaudio7/button-iaudio7.c
1406 target/arm/tcc77x/iaudio7/ata2501.c
1407 #ifndef BOOTLOADER
1408 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1409 #endif /* BOOTLOADER */
1410 #endif /* IAUDIO_7 */
1412 #ifdef COWON_D2
1413 drivers/lcd-memframe.c
1414 drivers/nand_id.c
1415 drivers/pcf50606.c
1416 drivers/pcf50635.c
1417 drivers/tsc200x.c
1418 target/arm/lcd-as-memframe.S
1419 target/arm/tcc780x/adc-tcc780x.c
1420 target/arm/tcc780x/system-tcc780x.c
1421 target/arm/tcc780x/kernel-tcc780x.c
1422 target/arm/tcc780x/sd-tcc780x.c
1423 target/arm/tcc780x/cowond2/button-cowond2.c
1424 target/arm/tcc780x/cowond2/touchscreen-cowond2.c
1425 target/arm/tcc780x/cowond2/lcd-cowond2.c
1426 target/arm/tcc780x/cowond2/power-cowond2.c
1427 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1428 target/arm/tcc780x/cowond2/backlight-cowond2.c
1429 target/arm/usb-tcc.c
1430 #ifndef BOOTLOADER
1431 target/arm/tcc780x/timer-tcc780x.c
1432 target/arm/wmcodec-telechips.c
1433 target/arm/tcc780x/debug-tcc780x.c
1434 target/arm/pcm-telechips.c
1435 target/arm/tcc780x/cowond2/audio-cowond2.c
1436 #endif /* BOOTLOADER */
1437 #endif /* COWON_D2 */
1439 #ifdef MEIZU_M6SL
1440 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1441 drivers/qt1106.c
1442 #endif /* MEIZU_M6SL */
1444 #ifdef MEIZU_M6SP
1445 target/arm/s5l8700/backlight-meizu.c
1446 target/arm/s5l8700/power-meizu.c
1447 target/arm/s5l8700/meizu-m6sp/button-m6sp.c
1448 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1449 #ifndef BOOTLOADER
1450 drivers/generic_i2c.c
1451 drivers/rtc/rtc_s35390a.c
1452 target/arm/s5l8700/audio-meizu.c
1453 target/arm/s5l8700/ftl-meizu.c
1454 target/arm/s5l8700/nand-meizu.c
1455 target/arm/s5l8700/fmradio-i2c-meizu.c
1456 target/arm/s5l8700/powermgmt-meizu.c
1457 target/arm/s5l8700/usb-s5l8700.c
1458 #endif /* BOOTLOADER */
1459 #endif /* MEIZU_M6SP */
1461 #ifdef MEIZU_M3
1462 target/arm/s5l8700/backlight-meizu.c
1463 target/arm/s5l8700/meizu-m3/lcd-m3.c
1464 drivers/qt1106.c
1465 #ifndef BOOTLOADER
1466 target/arm/s5l8700/udacodec-meizu.c
1467 #endif /* BOOTLOADER */
1468 #endif /* MEIZU_M3 */
1470 #ifdef IPOD_NANO2G
1471 target/arm/ipod/button-clickwheel.c
1472 target/arm/s5l8700/postmortemstub.S
1473 target/arm/s5l8700/ipodnano2g/backlight-nano2g.c
1474 target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
1475 target/arm/s5l8700/ipodnano2g/lcd-asm-nano2g.S
1476 target/arm/s5l8700/ipodnano2g/powermgmt-nano2g.c
1477 target/arm/s5l8700/ipodnano2g/power-nano2g.c
1478 target/arm/s5l8700/ipodnano2g/ftl-nano2g.c
1479 target/arm/s5l8700/ipodnano2g/nand-nano2g.c
1480 target/arm/s5l8700/ipodnano2g/pmu-nano2g.c
1481 target/arm/s5l8700/ipodnano2g/rtc-nano2g.c
1482 target/arm/s5l8700/usb-nano2g-6g.c
1483 #ifndef BOOTLOADER
1484 target/arm/s5l8700/ipodnano2g/audio-nano2g.c
1485 target/arm/s5l8700/ipodnano2g/piezo-nano2g.c
1486 #endif
1487 #endif
1489 #ifdef IPOD_6G
1490 target/arm/ipod/button-clickwheel.c
1491 target/arm/s5l8702/ipod6g/storage_ata-ipod6g.c
1492 target/arm/s5l8702/ipod6g/cscodec-ipod6g.c
1493 target/arm/s5l8702/ipod6g/backlight-ipod6g.c
1494 target/arm/s5l8702/ipod6g/powermgmt-ipod6g.c
1495 target/arm/s5l8702/ipod6g/power-ipod6g.c
1496 target/arm/s5l8702/kernel-s5l8702.c
1497 target/arm/s5l8702/system-s5l8702.c
1498 target/arm/s5l8702/ipod6g/lcd-ipod6g.c
1499 target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S
1500 #if 0 //TODO
1501 target/arm/s5l8702/postmortemstub.S
1502 #endif
1503 target/arm/s5l8702/ipod6g/pmu-ipod6g.c
1504 target/arm/s5l8702/ipod6g/rtc-ipod6g.c
1505 target/arm/s5l8700/usb-nano2g-6g.c
1506 #ifndef BOOTLOADER
1507 target/arm/s5l8702/timer-s5l8702.c
1508 target/arm/s5l8702/debug-s5l8702.c
1509 target/arm/s5l8702/pcm-s5l8702.c
1510 target/arm/s5l8702/ipod6g/audio-ipod6g.c
1511 target/arm/s5l8702/ipod6g/adc-ipod6g.c
1512 #endif
1513 #endif
1515 #if CONFIG_CPU == RK27XX
1516 target/arm/rk27xx/kernel-rk27xx.c
1517 target/arm/rk27xx/system-rk27xx.c
1518 target/arm/rk27xx/timer-rk27xx.c
1519 target/arm/rk27xx/backlight-rk27xx.c
1520 target/arm/rk27xx/adc-rk27xx.c
1521 target/arm/rk27xx/sd-rk27xx.c
1522 target/arm/rk27xx/ftl-rk27xx.c
1523 target/arm/rk27xx/nand-rk27xx.c
1524 target/arm/rk27xx/usb-rk27xx.c
1525 target/arm/rk27xx/lcdif-rk27xx.c
1526 #ifndef BOOTLOADER
1527 target/arm/rk27xx/pcm-rk27xx.c
1528 target/arm/rk27xx/debug-rk27xx.c
1529 #endif
1530 #endif
1532 #if defined(RK27_GENERIC)
1533 target/arm/rk27xx/rk27generic/button-rk27generic.c
1534 target/arm/rk27xx/rk27generic/powermgmt-rk27generic.c
1535 target/arm/rk27xx/rk27generic/power-rk27generic.c
1536 target/arm/rk27xx/rk27generic/lcd-rk27generic.c
1537 #endif
1539 #if CONFIG_CPU == JZ4732
1540 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1541 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1542 target/mips/ingenic_jz47xx/debug-jz4740.c
1543 target/mips/ingenic_jz47xx/fmradio-i2c-jz4740.c
1544 target/mips/ingenic_jz47xx/kernel-jz4740.c
1545 target/mips/ingenic_jz47xx/i2c-jz4740.c
1546 target/mips/ingenic_jz47xx/lcd-jz4740.c
1547 target/mips/ingenic_jz47xx/system-jz4740.c
1548 target/mips/ingenic_jz47xx/usb-jz4740.c
1549 target/mips/ingenic_jz47xx/timer-jz4740.c
1550 #ifndef BOOTLOADER
1551 target/mips/ingenic_jz47xx/codec-jz4740.c
1552 target/mips/ingenic_jz47xx/pcm-jz4740.c
1553 #endif /* BOOTLOADER */
1554 drivers/nand_id.c
1555 #endif /* CONFIG_CPU == JZ4732 */
1557 #if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
1558 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1559 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1560 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1561 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1562 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1563 #endif /* ONDA_VX747 || ONDA_VX747P || ONDA_VX777 */
1565 #ifdef ONDA_VX767
1566 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1567 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1568 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1569 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1570 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1571 #endif /* ONDA_VX767 */
1573 #if defined(LYRE_PROTO1)
1574 target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
1575 target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c
1576 target/arm/at91sam/lyre_proto1/button-lyre_proto1.c
1577 target/arm/at91sam/lyre_proto1/crt0.S
1578 target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c
1579 target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c
1580 target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
1581 target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
1582 target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c
1583 #endif
1585 #if defined(MINI2440)
1586 drivers/lcd-memframe.c
1587 target/arm/lcd-as-memframe.S
1588 target/arm/s3c2440/dma-s3c2440.c
1589 target/arm/s3c2440/sd-s3c2440.c
1590 target/arm/s3c2440/uart-s3c2440.c
1591 target/arm/s3c2440/mini2440/backlight-mini2440.c
1592 target/arm/s3c2440/mini2440/button-mini2440.c
1593 target/arm/s3c2440/mini2440/led-mini2440.c
1594 target/arm/s3c2440/mini2440/power-mini2440.c
1595 target/arm/s3c2440/mini2440/touchscreen-mini2440.c
1596 #ifndef BOOTLOADER
1597 target/arm/s3c2440/mini2440/powermgmt-mini2440.c
1598 target/arm/s3c2440/mini2440/pcm-mini2440.c
1599 #endif
1600 #endif /* MINI2440 */
1602 #if defined(SAMSUNG_YH820) || defined(SAMSUNG_YH920) || defined(SAMSUNG_YH925)
1603 target/arm/samsung/akcodec-yh82x_yh92x.c
1604 target/arm/samsung/button-yh82x_yh92x.c
1605 target/arm/samsung/power-yh82x_yh92x.c
1606 #endif /* SAMSUNG_YH820 ||  SAMSUNG_YH920 || SAMSUNG_YH925 */
1608 #ifdef SAMSUNG_YH820
1609 target/arm/samsung/yh820/backlight-yh820.c
1610 target/arm/samsung/yh820/lcd-yh820.c
1611 target/arm/samsung/yh820/lcd-as-yh820.S
1612 target/arm/samsung/yh820/powermgmt-yh820.c
1613 #endif /* SAMSUNG_YH820 */
1615 #ifdef SAMSUNG_YH920
1616 target/arm/samsung/yh920/backlight-yh920.c
1617 target/arm/samsung/yh920/lcd-yh920.c
1618 target/arm/samsung/yh920/lcd-as-yh920.S
1619 target/arm/samsung/yh920/powermgmt-yh920.c
1620 #endif /* SAMSUNG_YH920 */
1622 #ifdef SAMSUNG_YH925
1623 target/arm/samsung/yh925/backlight-yh925.c
1624 target/arm/samsung/yh925/lcd-yh925.c
1625 target/arm/samsung/yh925/lcd-as-yh925.S
1626 target/arm/samsung/yh925/powermgmt-yh925.c
1627 #endif /* SAMSUNG_YH925 */
1629 #ifdef SAMSUNG_YPS3
1630 target/arm/s5l8700/yps3/button-yps3.c
1631 target/arm/s5l8700/yps3/lcd-yps3.c
1632 target/arm/s5l8700/yps3/fmradio-i2c-yps3.c
1633 target/arm/s5l8700/yps3/backlight-yps3.c
1634 target/arm/s5l8700/yps3/nand-yps3.c
1635 target/arm/s5l8700/yps3/power-yps3.c
1636 #endif /* SAMSUNG_YPS3 */
1638 #ifdef PBELL_VIBE500
1639 drivers/synaptics-mep.c
1640 target/arm/pbell/vibe500/lcd-vibe500.c
1641 target/arm/pbell/vibe500/button-vibe500.c
1642 target/arm/pbell/vibe500/power-vibe500.c
1643 target/arm/pbell/vibe500/backlight-vibe500.c
1644 target/arm/pbell/vibe500/lcd-as-vibe500.S
1645 target/arm/pbell/vibe500/powermgmt-vibe500.c
1646 #endif
1648 #if defined(MPIO_HD200) || defined(MPIO_HD300)
1649 target/coldfire/wmcodec-coldfire.c
1650 target/coldfire/mpio/system-mpio.c
1651 target/coldfire/mpio/power-mpio.c
1652 target/coldfire/mpio/backlight-mpio.c
1653 target/coldfire/mpio/usb-mpio.c
1654 target/coldfire/mpio/ata-mpio.c
1655 target/coldfire/mpio/adc-mpio.c
1656 #ifndef BOOTLOADER
1657 target/coldfire/mpio/audio-mpio.c
1658 target/coldfire/mpio/fmradio_i2c-mpio.c
1659 #endif /* BOOTLOADER */
1660 #endif
1662 #ifdef MPIO_HD200
1663 target/coldfire/mpio/hd200/button-hd200.c
1664 target/coldfire/mpio/hd200/lcd-hd200.c
1665 target/coldfire/mpio/hd200/lcd-as-hd200.S
1666 target/coldfire/mpio/hd200/powermgmt-hd200.c
1667 #endif
1669 #ifdef MPIO_HD300
1670 target/coldfire/mpio/hd300/button-hd300.c
1671 target/coldfire/mpio/hd300/lcd-hd300.c
1672 target/coldfire/mpio/hd300/lcd-as-hd300.S
1673 target/coldfire/mpio/hd300/powermgmt-hd300.c
1674 #endif
1676 #if defined(HM60X)
1677 target/arm/rk27xx/hm60x/button-hm60x.c
1678 target/arm/rk27xx/hm60x/powermgmt-hm60x.c
1679 target/arm/rk27xx/hm60x/power-hm60x.c
1680 #endif
1682 #if defined(HM801)
1683 target/arm/rk27xx/hm801/button-hm801.c
1684 target/arm/rk27xx/hm801/powermgmt-hm801.c
1685 target/arm/rk27xx/hm801/power-hm801.c
1686 #endif
1688 #if (CONFIG_PLATFORM & PLATFORM_ANDROID)
1689 target/hosted/android/fs-android.c
1690 target/hosted/android/lcd-android.c
1691 target/hosted/android/lc-android.c
1692 target/hosted/android/button-android.c
1693 #ifdef DEBUG
1694 target/hosted/android/debug-android.c
1695 #endif
1696 target/hosted/android/kernel-android.c
1697 target/hosted/android/pcm-android.c
1698 target/hosted/android/powermgmt-android.c
1699 target/hosted/android/system-android.c
1700 target/hosted/android/telephony-android.c
1701 #ifdef APPLICATION
1702 target/hosted/android/app/button-application.c
1703 #endif
1704 drivers/audio/android.c
1705 thread.c
1706 #endif
1708 #endif /* defined(SIMULATOR) */