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