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