summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES497
1 files changed, 273 insertions, 224 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 43e48780c9..2b3e632ed7 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1,24 +1,43 @@
1common/unicode.c 1ata_idle_notify.c
2#ifdef ROCKBOX_HAS_LOGF
3logf.c
4#endif
5backlight.c 2backlight.c
6buffer.c 3buffer.c
7general.c 4id3.c
5powermgmt.c
6system.c
7usb.c
8#ifdef ROCKBOX_HAS_LOGF
9logf.c
10#endif /* ROCKBOX_HAS_LOGF */
11#ifndef SIMULATOR
12#ifdef RB_PROFILE
13profile.c
14#endif /* RB_PROFILE */
15hwcompat.c
16kernel.c
17rolo.c
18thread.c
19timer.c
20#endif /* SIMULATOR */
21#if !defined(WIN32) || defined(SDL)
22panic.c
23debug.c
24#endif /* !defined(WIN32) || defined(SDL) */
25
26/* Common */
8common/atoi.c 27common/atoi.c
9common/crc32.c 28common/crc32.c
10common/ctype.c 29common/ctype.c
11#ifndef SIMULATOR 30#ifndef SIMULATOR
12common/dir.c 31common/dir.c
13common/file.c 32common/file.c
14#endif 33#endif /* SIMULATOR */
15#ifdef HAVE_DIRCACHE 34#ifdef HAVE_DIRCACHE
16common/dircache.c 35common/dircache.c
17#endif 36#endif /* HAVE_DIRCACHE */
18common/disk.c 37common/disk.c
19#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) 38#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
20common/errno.c 39common/errno.c
21#endif 40#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
22common/memcmp.c 41common/memcmp.c
23common/memchr.c 42common/memchr.c
24common/qsort.c 43common/qsort.c
@@ -30,190 +49,114 @@ common/strcat.c
30common/strchr.c 49common/strchr.c
31common/strcmp.c 50common/strcmp.c
32common/strcpy.c 51common/strcpy.c
33#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
34target/sh/strlen-sh.S
35#else
36common/strlen.c
37#endif
38common/strncmp.c 52common/strncmp.c
39common/strncpy.c 53common/strncpy.c
40common/strrchr.c 54common/strrchr.c
41common/strtok.c 55common/strtok.c
42common/timefuncs.c 56common/timefuncs.c
57common/unicode.c
43 58
44#ifdef CPU_COLDFIRE 59/* Display */
45target/coldfire/memcpy-coldfire.S
46target/coldfire/memmove-coldfire.S
47target/coldfire/memset-coldfire.S
48target/coldfire/memset16-coldfire.S
49#ifndef SIMULATOR
50#ifndef BOOTLOADER
51target/coldfire/pcm-coldfire.c
52#endif
53target/coldfire/system-coldfire.c
54#endif
55#elif (CONFIG_CPU == SH7034)
56target/sh/memcpy-sh.S
57target/sh/memmove-sh.S
58target/sh/memset-sh.S
59#elif defined(CPU_ARM)
60common/memcpy.c
61common/memmove.c
62target/arm/memset-arm.S
63target/arm/memset16-arm.S
64#else
65common/memcpy.c
66common/memmove.c
67common/memset.c
68common/memset16.c
69#endif
70#ifdef HAVE_LCD_CHARCELLS 60#ifdef HAVE_LCD_CHARCELLS
71drivers/lcd-player-charset.c 61drivers/lcd-player-charset.c
72drivers/lcd-player.c 62drivers/lcd-player.c
73#endif 63#endif /* HAVE_LCD_CHARCELLS */
64
74#ifdef HAVE_LCD_BITMAP 65#ifdef HAVE_LCD_BITMAP
75arabjoin.c 66arabjoin.c
76bidi.c 67bidi.c
68font_cache.c
69font.c
77hangul.c 70hangul.c
71lru.c
78#if LCD_DEPTH == 1 72#if LCD_DEPTH == 1
79drivers/lcd-recorder.c 73drivers/lcd-recorder.c
80#elif LCD_DEPTH == 2 74#elif LCD_DEPTH == 2
81#if (LCD_PIXELFORMAT == HORIZONTAL_PACKING) 75#if LCD_PIXELFORMAT == HORIZONTAL_PACKING
82drivers/lcd-2bit-horz.c 76drivers/lcd-2bit-horz.c
83#else 77#endif /* LCD_PIXELFORMAT == HORIZONTAL_PACKING */
84drivers/lcd-h100.c
85#endif
86#elif LCD_DEPTH == 16 78#elif LCD_DEPTH == 16
87drivers/lcd-16bit.c 79drivers/lcd-16bit.c
88#endif 80#endif /* LCD_DEPTH */
89#endif 81#endif /* HAVE_LCD_BITMAP */
82
90#ifdef HAVE_REMOTE_LCD 83#ifdef HAVE_REMOTE_LCD
91#if LCD_REMOTE_DEPTH == 1 84#if LCD_REMOTE_DEPTH == 1
92drivers/lcd-h100-remote.c 85drivers/lcd-h100-remote.c
93#elif LCD_REMOTE_DEPTH == 2 86#elif LCD_REMOTE_DEPTH == 2
94drivers/lcd-remote-2bit-vi.c 87drivers/lcd-remote-2bit-vi.c
95#endif 88#endif /* LCD_REMOTE_DEPTH */
96#endif 89#endif /* HAVE_REMOTE_LCD */
97#if CONFIG_LCD==LCD_H300 90
98drivers/lcd-h300.c 91/* Misc. */
99#endif
100#ifndef TARGET_TREE
101drivers/power.c
102#endif
103drivers/led.c 92drivers/led.c
104#ifndef SIMULATOR
105#ifndef TARGET_TREE 93#ifndef TARGET_TREE
106drivers/adc.c 94drivers/adc.c
107#endif 95drivers/power.c
96#endif /* TARGET_TREE */
97#ifndef SIMULATOR
98drivers/button.c
99drivers/dac.c
100drivers/serial.c
101#endif /* SIMULATOR */
102
103/* Storage */
104#ifndef SIMULATOR
108#ifdef HAVE_MMC 105#ifdef HAVE_MMC
109drivers/ata_mmc.c 106drivers/ata_mmc.c
110#else 107#else /* !HAVE_MMC */
111#ifdef HAVE_FLASH_DISK 108#ifdef HAVE_FLASH_DISK
112drivers/ata_flash.c 109drivers/ata_flash.c
113#else 110#else /* !HAVE_FLASH_DISK */
114#ifndef SANSA_E200 111#ifndef SANSA_E200
115drivers/ata.c 112drivers/ata.c
116#endif 113#endif /* SANSA_E200 */
117#endif 114#endif /* HAVE_FLASH_DISK */
118#endif 115#endif /* HAVE_MMC */
119drivers/button.c
120drivers/dac.c
121drivers/fat.c 116drivers/fat.c
117#endif /* SIMULATOR */
118
119/* EEPROM */
120#ifdef HAVE_EEPROM
121drivers/eeprom_24cxx.c
122#ifdef HAVE_EEPROM_SETTINGS
123eeprom_settings.c
124#endif /* HAVE_EEPROM_SETTINGS */
125#endif /* HAVE_EEPROM */
126
127/* RTC */
128#if (CONFIG_RTC == RTC_M41ST84W) \
129 || (CONFIG_RTC == RTC_PCF50606) \
130 || (CONFIG_RTC == RTC_PCF50605) \
131 || (CONFIG_RTC == RTC_E8564)
132#ifndef SIMULATOR
133drivers/rtc.c
134#endif /* SIMULATOR */
135#endif /* (CONFIG_RTC == RTC_*)
136
137/* Tuner */
122#ifdef CONFIG_TUNER 138#ifdef CONFIG_TUNER
139#ifndef SIMULATOR
123#if (CONFIG_TUNER & S1A0903X01) 140#if (CONFIG_TUNER & S1A0903X01)
124drivers/fmradio.c 141drivers/fmradio.c
125tuner_samsung.c 142tuner_samsung.c
126#endif 143#endif /* (CONFIG_TUNER & S1A0903X01) */
127#if (CONFIG_TUNER & TEA5767) 144#if (CONFIG_TUNER & TEA5767)
128drivers/fmradio_i2c.c 145drivers/fmradio_i2c.c
129tuner_philips.c 146tuner_philips.c
130#endif 147#endif /* (CONFIG_TUNER & TEA5767) */
131#endif 148#endif /*SIMULATOR */
132#if CONFIG_I2C == I2C_COLDFIRE 149#endif /* CONFIG_TUNER */
133drivers/i2c-coldfire.c 150
134#elif CONFIG_I2C == I2C_PP5020 151/* Sound */
135drivers/i2c-pp5020.c
136#elif CONFIG_I2C == I2C_PP5002
137drivers/i2c-pp5002.c
138#elif CONFIG_I2C == I2C_PNX0101
139drivers/i2c-pnx0101.c
140#elif CONFIG_I2C == I2C_S3C2440
141/* no i2c driver yet */
142#else
143drivers/i2c.c
144#endif
145#if CONFIG_CODEC != SWCODEC
146drivers/mas.c
147#endif
148#ifdef HAVE_EEPROM
149drivers/eeprom_24cxx.c
150#ifdef HAVE_EEPROM_SETTINGS
151eeprom_settings.c
152#endif
153#endif
154#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606) \
155 || (CONFIG_RTC == RTC_PCF50605) || (CONFIG_RTC == RTC_E8564)
156drivers/rtc.c
157#endif
158drivers/serial.c
159#endif /* !SIMULATOR */
160#ifdef HAVE_LCD_BITMAP
161lru.c
162font_cache.c
163font.c
164#endif
165id3.c
166ata_idle_notify.c
167#ifndef SIMULATOR
168#ifdef RB_PROFILE
169profile.c
170#endif /* RB_PROFILE */
171hwcompat.c
172kernel.c
173rolo.c
174thread.c
175timer.c
176#ifdef CPU_PP
177target/arm/crt0-pp.S
178#elif defined(CPU_ARM)
179target/arm/crt0.S
180#elif defined(CPU_COLDFIRE)
181target/coldfire/crt0.S
182#elif CONFIG_CPU == SH7034
183target/sh/crt0.S
184#else
185crt0.S
186#endif
187drivers/lcd.S
188#endif
189mp3_playback.c 152mp3_playback.c
190mp3data.c 153mp3data.c
191#if CONFIG_CODEC != SWCODEC 154sound.c
192mpeg.c 155
193#endif 156#if CONFIG_CODEC == SWCODEC
194#if !defined(WIN32) || defined(SDL) 157
195panic.c 158#ifndef BOOTLOADER
196debug.c 159general.c
197#endif
198powermgmt.c
199system.c
200usb.c
201#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
202bitswap.S
203descramble.S
204#endif
205#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
206drivers/uda1380.c
207#elif (defined(HAVE_WM8975) || defined(HAVE_WM8751)) && !defined(SIMULATOR)
208drivers/wm8975.c
209#elif defined(HAVE_WM8758) && !defined(SIMULATOR)
210drivers/wm8758.c
211#elif (defined(HAVE_WM8731) || defined(HAVE_WM8721)) && !defined(SIMULATOR)
212drivers/wm8731l.c
213#elif defined(HAVE_TLV320) && !defined(SIMULATOR)
214drivers/tlv320.c
215#endif
216#if (CONFIG_CODEC == SWCODEC) && !defined(BOOTLOADER)
217pcm_sampr.c 160pcm_sampr.c
218replaygain.c 161replaygain.c
219#ifndef SIMULATOR 162#ifndef SIMULATOR
@@ -221,51 +164,155 @@ pcm_playback.c
221#endif /* SIMULATOR */ 164#endif /* SIMULATOR */
222#ifdef HAVE_RECORDING 165#ifdef HAVE_RECORDING
223enc_base.c 166enc_base.c
224#if defined(CPU_COLDFIRE)
225#ifndef SIMULATOR 167#ifndef SIMULATOR
226pcm_record.c 168pcm_record.c
227#endif /* SIMULATOR */ 169#endif /* SIMULATOR */
228#endif /* CPU_COLDFIRE */
229#endif /* HAVE_RECORDING */ 170#endif /* HAVE_RECORDING */
230#endif /* SWCODEC && !BOOTLOADER */ 171#endif /* BOOTLOADER */
231sound.c 172
232#if defined(IRIVER_IFP7XX_SERIES) && defined(STUB) 173#else /* !SWCODEC */
233common/sscanf.c 174
234usb_serial.c 175#ifndef BOOTLOADER
235#endif 176mpeg.c
177#ifndef SIMULATOR
178drivers/mas.c
179#endif /* SIMULATOR */
180#endif /* BOOTLOADER */
181
182#endif /* SWCODEC */
183
184/* Audio codec */
185#ifndef SIMULATOR
186#if defined(HAVE_UDA1380)
187drivers/uda1380.c
188#elif defined(HAVE_WM8975) || defined(HAVE_WM8751)
189drivers/wm8975.c
190#elif defined(HAVE_WM8758)
191drivers/wm8758.c
192#elif defined(HAVE_WM8731) || defined(HAVE_WM8721)
193drivers/wm8731l.c
194#elif defined(HAVE_TLV320)
195drivers/tlv320.c
196#endif /* defined(HAVE_*) */
197#endif /* SIMULATOR */
198
199/* USBOTG */
200#if !defined(SIMULATOR) && !defined(BOOTLOADER)
236#if CONFIG_USBOTG == USBOTG_ISP1362 201#if CONFIG_USBOTG == USBOTG_ISP1362
237drivers/isp1362.c 202drivers/isp1362.c
238#endif 203#elif CONFIG_USBOTG == USBOTG_M5636
239#if CONFIG_USBOTG == USBOTG_M5636
240drivers/m5636.c 204drivers/m5636.c
205#endif /* CONFIG_USBOTG */
206#endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
207
208/* CPU Specific - By class then particular chip if applicable */
209#if defined(CPU_SH)
210
211#ifndef SIMULATOR
212bitswap.S
213crt0.S
214descramble.S
215drivers/i2c.c
216drivers/lcd.S
217target/sh/crt0.S
218target/sh/memcpy-sh.S
219target/sh/memmove-sh.S
220target/sh/memset-sh.S
221target/sh/strlen-sh.S
222#endif /* SIMULATOR */
223
224#elif defined(CPU_COLDFIRE)
225
226common/strlen.c
227#ifndef SIMULATOR
228target/coldfire/crt0.S
229target/coldfire/memcpy-coldfire.S
230target/coldfire/memmove-coldfire.S
231target/coldfire/memset-coldfire.S
232#ifdef HAVE_LCD_COLOR
233target/coldfire/memset16-coldfire.S
234#endif /* HAVE_LCD_COLOR */
235target/coldfire/system-coldfire.c
236#ifndef BOOTLOADER
237target/coldfire/pcm-coldfire.c
238#endif /* BOOTLOADER */
239#if CONFIG_I2C == I2C_COLDFIRE
240target/coldfire/i2c-coldfire.c
241#endif /* CONFIG_I2C == I2C_COLDFIRE */
242#endif /* SIMULATOR */
243
244#elif defined(CPU_PP) || defined(CPU_ARM)
245/* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
246common/memcpy.c
247common/memmove.c
248common/strlen.c
249drivers/lcd.S
250#ifndef SIMULATOR
251target/arm/memset-arm.S
252target/arm/memset16-arm.S
253#if CONFIG_I2C == I2C_PP5020
254drivers/i2c-pp5020.c
255#elif CONFIG_I2C == I2C_PP5002
256drivers/i2c-pp5002.c
257#elif CONFIG_I2C == I2C_PNX0101
258drivers/i2c-pnx0101.c
259#elif CONFIG_I2C == I2C_S3C2440
260/* no i2c driver yet */
241#endif 261#endif
262#if defined(CPU_PP)
263target/arm/crt0-pp.S
264#elif defined(CPU_ARM)
265target/arm/crt0.S
266#endif /* defined(CPU_*) */
267#endif /* SIMULATOR */
268
269#else
270
271common/memcpy.c
272common/memmove.c
273common/memset.c
274common/memset16.c
275common/strlen.c
276#ifndef SIMULATOR
277crt0.S
278drivers/i2c.c
279#endif /* SIMULATOR */
280
281#endif /* defined(CPU_*) */
242 282
243#ifdef SANSA_E200 283#ifdef SANSA_E200
244#ifndef SIMULATOR 284#ifndef SIMULATOR
285target/arm/wmcodec-pp.c
245target/arm/sandisk/sansa-e200/ata-e200.c 286target/arm/sandisk/sansa-e200/ata-e200.c
246target/arm/sandisk/sansa-e200/lcd-e200.c 287target/arm/sandisk/sansa-e200/lcd-e200.c
247target/arm/sandisk/sansa-e200/adc-e200.c 288target/arm/sandisk/sansa-e200/adc-e200.c
248target/arm/wmcodec-pp.c 289#endif /* SIMULATOR */
249#endif 290#endif /* SANSA_E200 */
250#endif
251 291
252#ifdef IAUDIO_X5 292#ifdef IAUDIO_X5
253target/coldfire/iaudio/x5/power-x5.c 293target/coldfire/iaudio/x5/power-x5.c
254#ifndef SIMULATOR 294#ifndef SIMULATOR
295target/coldfire/pcf50606-coldfire.c
296target/coldfire/iaudio/x5/adc-x5.c
297target/coldfire/iaudio/x5/ata-x5.c
298target/coldfire/iaudio/x5/backlight-x5.c
255target/coldfire/iaudio/x5/button-x5.c 299target/coldfire/iaudio/x5/button-x5.c
256target/coldfire/iaudio/x5/lcd-as-x5.S 300target/coldfire/iaudio/x5/lcd-as-x5.S
301target/coldfire/iaudio/x5/lcd-remote-x5.c
257target/coldfire/iaudio/x5/lcd-x5.c 302target/coldfire/iaudio/x5/lcd-x5.c
258target/coldfire/pcf50606-coldfire.c 303target/coldfire/iaudio/x5/m5636-x5.c
259target/coldfire/iaudio/x5/pcf50606-x5.c 304target/coldfire/iaudio/x5/pcf50606-x5.c
260target/coldfire/iaudio/x5/adc-x5.c
261target/coldfire/iaudio/x5/ata-x5.c
262target/coldfire/iaudio/x5/system-x5.c 305target/coldfire/iaudio/x5/system-x5.c
263target/coldfire/iaudio/x5/usb-x5.c 306target/coldfire/iaudio/x5/usb-x5.c
264target/coldfire/iaudio/x5/backlight-x5.c 307#endif /* SIMULATOR */
265target/coldfire/iaudio/x5/m5636-x5.c 308#endif /* IAUDIO_X5 */
266target/coldfire/iaudio/x5/lcd-remote-x5.c 309
267#endif 310#ifdef IRIVER_IFP7XX_SERIES
268#endif 311#ifdef STUB
312usb_serial.c
313common/sscanf.c
314#endif /* STUB */
315#endif /* IRIVER_IFP7XX_SERIES */
269 316
270#ifdef IRIVER_H300_SERIES 317#ifdef IRIVER_H300_SERIES
271target/coldfire/iriver/h300/power-h300.c 318target/coldfire/iriver/h300/power-h300.c
@@ -276,13 +323,15 @@ target/coldfire/iriver/system-iriver.c
276target/coldfire/iriver/h300/adc-h300.c 323target/coldfire/iriver/h300/adc-h300.c
277target/coldfire/iriver/h300/backlight-h300.c 324target/coldfire/iriver/h300/backlight-h300.c
278target/coldfire/iriver/h300/button-h300.c 325target/coldfire/iriver/h300/button-h300.c
279target/coldfire/iriver/h300/lcd-as-h300.S
280target/coldfire/iriver/h300/pcf50606-h300.c 326target/coldfire/iriver/h300/pcf50606-h300.c
327target/coldfire/iriver/h300/lcd-as-h300.S
328target/coldfire/iriver/h300/lcd-h300.c
281target/coldfire/iriver/h300/usb-h300.c 329target/coldfire/iriver/h300/usb-h300.c
282#endif 330#endif /* SIMULATOR */
283#endif 331#endif /* IRIVER_H300_SERIES */
284 332
285#ifdef IRIVER_H100_SERIES 333#ifdef IRIVER_H100_SERIES
334target/coldfire/iriver/h100/lcd-h100.c
286target/coldfire/iriver/h100/power-h100.c 335target/coldfire/iriver/h100/power-h100.c
287#ifndef SIMULATOR 336#ifndef SIMULATOR
288target/coldfire/iriver/ata-iriver.c 337target/coldfire/iriver/ata-iriver.c
@@ -290,160 +339,160 @@ target/coldfire/iriver/system-iriver.c
290target/coldfire/iriver/h100/adc-h100.c 339target/coldfire/iriver/h100/adc-h100.c
291target/coldfire/iriver/h100/backlight-h100.c 340target/coldfire/iriver/h100/backlight-h100.c
292target/coldfire/iriver/h100/button-h100.c 341target/coldfire/iriver/h100/button-h100.c
342target/coldfire/iriver/h100/lcd-as-h100.S
293target/coldfire/iriver/h100/usb-h100.c 343target/coldfire/iriver/h100/usb-h100.c
294#endif 344#endif /* SIMULATOR */
295#endif 345#endif /* IRIVER_H100_SERIES */
296 346
297#ifdef IRIVER_H10 347#ifdef IRIVER_H10
298#ifndef SIMULATOR 348#ifndef SIMULATOR
349target/arm/ata-pp5020.c
350target/arm/wmcodec-pp.c
351target/arm/iriver/h10/adc-h10.c
299target/arm/iriver/h10/backlight-h10.c 352target/arm/iriver/h10/backlight-h10.c
300target/arm/iriver/h10/button-h10.c 353target/arm/iriver/h10/button-h10.c
301target/arm/ata-pp5020.c 354target/arm/iriver/h10/lcd-h10_20gb.c
302target/arm/iriver/h10/power-h10.c 355target/arm/iriver/h10/power-h10.c
303target/arm/iriver/h10/usb-h10.c 356target/arm/iriver/h10/usb-h10.c
304target/arm/iriver/h10/lcd-h10_20gb.c 357#endif /* SIMULATOR */
305target/arm/iriver/h10/adc-h10.c 358#endif /* IRIVER_H10 */
306target/arm/wmcodec-pp.c
307#endif
308#endif
309 359
310#ifdef IRIVER_H10_5GB 360#ifdef IRIVER_H10_5GB
311#ifndef SIMULATOR 361#ifndef SIMULATOR
362target/arm/ata-pp5020.c
363target/arm/wmcodec-pp.c
364target/arm/iriver/h10/adc-h10.c
312target/arm/iriver/h10/backlight-h10.c 365target/arm/iriver/h10/backlight-h10.c
313target/arm/iriver/h10/button-h10.c 366target/arm/iriver/h10/button-h10.c
314target/arm/ata-pp5020.c 367target/arm/iriver/h10/lcd-h10_5gb.c
315target/arm/iriver/h10/power-h10.c 368target/arm/iriver/h10/power-h10.c
316target/arm/iriver/h10/usb-h10.c 369target/arm/iriver/h10/usb-h10.c
317target/arm/iriver/h10/lcd-h10_5gb.c 370#endif /* SIMULATOR */
318target/arm/iriver/h10/adc-h10.c 371#endif /* IRIVER_H10_5GB */
319target/arm/wmcodec-pp.c
320#endif
321#endif
322 372
323#ifdef GIGABEAT_F 373#ifdef GIGABEAT_F
324#ifndef SIMULATOR 374#ifndef SIMULATOR
375drivers/generic_i2c.c
376target/arm/gigabeat/meg-fx/adc-meg-fx.c
377target/arm/gigabeat/meg-fx/ata-meg-fx.c
325target/arm/gigabeat/meg-fx/backlight-meg-fx.c 378target/arm/gigabeat/meg-fx/backlight-meg-fx.c
326target/arm/gigabeat/meg-fx/button-meg-fx.c 379target/arm/gigabeat/meg-fx/button-meg-fx.c
327target/arm/gigabeat/meg-fx/ata-meg-fx.c 380target/arm/gigabeat/meg-fx/i2c-meg-fx.c
328target/arm/gigabeat/meg-fx/power-meg-fx.c
329target/arm/gigabeat/meg-fx/usb-meg-fx.c
330target/arm/gigabeat/meg-fx/lcd-meg-fx.c 381target/arm/gigabeat/meg-fx/lcd-meg-fx.c
382target/arm/gigabeat/meg-fx/power-meg-fx.c
331target/arm/gigabeat/meg-fx/sc606-meg-fx.c 383target/arm/gigabeat/meg-fx/sc606-meg-fx.c
332target/arm/gigabeat/meg-fx/adc-meg-fx.c 384target/arm/gigabeat/meg-fx/usb-meg-fx.c
333drivers/generic_i2c.c
334target/arm/gigabeat/meg-fx/i2c-meg-fx.c
335target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c 385target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c
336#endif 386#endif /* SIMULATOR */
337#endif 387#endif /* GIGABEAT_F */
338 388
339#ifdef ELIO_TPJ1022 389#ifdef ELIO_TPJ1022
340#ifndef SIMULATOR 390#ifndef SIMULATOR
391target/arm/ata-pp5020.c
392target/arm/wmcodec-pp.c
393target/arm/tatung/tpj1022/adc-tpj1022.c
341target/arm/tatung/tpj1022/backlight-tpj1022.c 394target/arm/tatung/tpj1022/backlight-tpj1022.c
342target/arm/tatung/tpj1022/button-tpj1022.c 395target/arm/tatung/tpj1022/button-tpj1022.c
343target/arm/ata-pp5020.c 396target/arm/tatung/tpj1022/lcd-tpj1022.c
344target/arm/tatung/tpj1022/power-tpj1022.c 397target/arm/tatung/tpj1022/power-tpj1022.c
345target/arm/tatung/tpj1022/usb-tpj1022.c 398target/arm/tatung/tpj1022/usb-tpj1022.c
346target/arm/tatung/tpj1022/lcd-tpj1022.c 399#endif /* SIMULATOR */
347target/arm/tatung/tpj1022/adc-tpj1022.c 400#endif /* ELIO_TPJ1022 */
348target/arm/wmcodec-pp.c
349#endif
350#endif
351 401
352#ifdef IPOD_4G 402#ifdef IPOD_4G
353#ifndef SIMULATOR 403#ifndef SIMULATOR
354drivers/lcd-ipod.c 404drivers/lcd-ipod.c
355drivers/pcf50605.c 405drivers/pcf50605.c
406target/arm/wmcodec-pp.c
356target/arm/ata-pp5020.c 407target/arm/ata-pp5020.c
357target/arm/ipod/adc-ipod.c 408target/arm/ipod/adc-ipod.c
358target/arm/ipod/backlight-4g_color.c 409target/arm/ipod/backlight-4g_color.c
359target/arm/ipod/button-clickwheel.c 410target/arm/ipod/button-clickwheel.c
360target/arm/ipod/power-ipod.c 411target/arm/ipod/power-ipod.c
361target/arm/ipod/usb-ipod.c 412target/arm/ipod/usb-ipod.c
362target/arm/wmcodec-pp.c 413#endif /* SIMULATOR */
363#endif 414#endif /* IPOD_4G */
364#endif
365 415
366#ifdef IPOD_COLOR 416#ifdef IPOD_COLOR
367#ifndef SIMULATOR 417#ifndef SIMULATOR
368drivers/lcd-ipod.c 418drivers/lcd-ipod.c
369drivers/pcf50605.c 419drivers/pcf50605.c
370target/arm/ata-pp5020.c 420target/arm/ata-pp5020.c
421target/arm/wmcodec-pp.c
371target/arm/ipod/adc-ipod.c 422target/arm/ipod/adc-ipod.c
372target/arm/ipod/backlight-4g_color.c 423target/arm/ipod/backlight-4g_color.c
373target/arm/ipod/button-clickwheel.c 424target/arm/ipod/button-clickwheel.c
374target/arm/ipod/power-ipod.c 425target/arm/ipod/power-ipod.c
375target/arm/ipod/usb-ipod.c 426target/arm/ipod/usb-ipod.c
376target/arm/wmcodec-pp.c 427#endif /* SIMULATOR */
377#endif 428#endif /* IPOD_COLOR */
378#endif
379 429
380#ifdef IPOD_NANO 430#ifdef IPOD_NANO
381#ifndef SIMULATOR 431#ifndef SIMULATOR
382drivers/lcd-ipod.c 432drivers/lcd-ipod.c
383drivers/pcf50605.c 433drivers/pcf50605.c
384target/arm/ata-pp5020.c 434target/arm/ata-pp5020.c
435target/arm/wmcodec-pp.c
385target/arm/ipod/adc-ipod.c 436target/arm/ipod/adc-ipod.c
386target/arm/ipod/backlight-nano_video.c 437target/arm/ipod/backlight-nano_video.c
387target/arm/ipod/button-clickwheel.c 438target/arm/ipod/button-clickwheel.c
388target/arm/ipod/power-ipod.c 439target/arm/ipod/power-ipod.c
389target/arm/ipod/usb-ipod.c 440target/arm/ipod/usb-ipod.c
390target/arm/wmcodec-pp.c 441#endif /* SIMULATOR */
391#endif 442#endif /* IPOD_NANO */
392#endif
393 443
394#ifdef IPOD_VIDEO 444#ifdef IPOD_VIDEO
395#ifndef SIMULATOR 445#ifndef SIMULATOR
446drivers/lcd-ipodvideo.c
396drivers/pcf50605.c 447drivers/pcf50605.c
397target/arm/ata-pp5020.c 448target/arm/ata-pp5020.c
449target/arm/wmcodec-pp.c
398target/arm/ipod/adc-ipod.c 450target/arm/ipod/adc-ipod.c
399target/arm/ipod/backlight-nano_video.c 451target/arm/ipod/backlight-nano_video.c
400target/arm/ipod/button-clickwheel.c 452target/arm/ipod/button-clickwheel.c
401target/arm/ipod/power-ipod.c 453target/arm/ipod/power-ipod.c
402target/arm/ipod/usb-ipod.c 454target/arm/ipod/usb-ipod.c
403drivers/lcd-ipodvideo.c 455#endif /* SIMULATOR */
404target/arm/wmcodec-pp.c 456#endif /* IPOD_VIDEO */
405#endif
406#endif
407 457
408#ifdef IPOD_3G 458#ifdef IPOD_3G
409#ifndef SIMULATOR 459#ifndef SIMULATOR
410drivers/lcd-ipod.c 460drivers/lcd-ipod.c
411drivers/pcf50605.c 461drivers/pcf50605.c
412target/arm/ata-pp5002.c 462target/arm/ata-pp5002.c
463target/arm/wmcodec-pp.c
413target/arm/ipod/adc-ipod.c 464target/arm/ipod/adc-ipod.c
414target/arm/ipod/3g/backlight-3g.c 465target/arm/ipod/3g/backlight-3g.c
415target/arm/ipod/3g/button-3g.c 466target/arm/ipod/3g/button-3g.c
416target/arm/ipod/power-ipod.c 467target/arm/ipod/power-ipod.c
417target/arm/ipod/usb-ipod.c 468target/arm/ipod/usb-ipod.c
418target/arm/wmcodec-pp.c 469#endif /* SIMULATOR */
419#endif 470#endif /* IPOD_3G */
420#endif
421 471
422#ifdef IPOD_MINI 472#ifdef IPOD_MINI
423#ifndef SIMULATOR 473#ifndef SIMULATOR
424drivers/lcd-ipod.c 474drivers/lcd-ipod.c
425drivers/pcf50605.c 475drivers/pcf50605.c
426target/arm/ata-pp5020.c 476target/arm/ata-pp5020.c
477target/arm/wmcodec-pp.c
427target/arm/ipod/adc-ipod.c 478target/arm/ipod/adc-ipod.c
428target/arm/ipod/backlight-mini1g_mini2g.c 479target/arm/ipod/backlight-mini1g_mini2g.c
429target/arm/ipod/button-mini1g.c 480target/arm/ipod/button-mini1g.c
430target/arm/ipod/power-ipod.c 481target/arm/ipod/power-ipod.c
431target/arm/ipod/usb-ipod.c 482target/arm/ipod/usb-ipod.c
432target/arm/wmcodec-pp.c 483#endif /* SIMULATOR */
433#endif 484#endif /* IPOD_MINI */
434#endif
435
436 485
437#ifdef IPOD_MINI2G 486#ifdef IPOD_MINI2G
438#ifndef SIMULATOR 487#ifndef SIMULATOR
439drivers/lcd-ipod.c 488drivers/lcd-ipod.c
440drivers/pcf50605.c 489drivers/pcf50605.c
441target/arm/ata-pp5020.c 490target/arm/ata-pp5020.c
491target/arm/wmcodec-pp.c
442target/arm/ipod/adc-ipod.c 492target/arm/ipod/adc-ipod.c
443target/arm/ipod/backlight-mini1g_mini2g.c 493target/arm/ipod/backlight-mini1g_mini2g.c
444target/arm/ipod/button-clickwheel.c 494target/arm/ipod/button-clickwheel.c
445target/arm/ipod/power-ipod.c 495target/arm/ipod/power-ipod.c
446target/arm/ipod/usb-ipod.c 496target/arm/ipod/usb-ipod.c
447target/arm/wmcodec-pp.c 497#endif /* SIMULATOR */
448#endif 498#endif /* IPOD_MINI2G */
449#endif