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