Ingenic Jz4740: enable IRAM (only core, without ibss)
[kugel-rb.git] / firmware / export / config.h
blobe53e19ac1dcb84aa0cde529a0d6dda9841a77ea5
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2002 by Daniel Stenberg
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
22 #ifndef __CONFIG_H__
23 #define __CONFIG_H__
25 #ifndef __PCTOOL__
26 #include "autoconf.h"
27 #endif
29 /* symbolic names for multiple choice configurations: */
31 /* CONFIG_STORAGE (note these are combineable bit-flags) */
32 #define STORAGE_ATA 0x01
33 #define STORAGE_MMC 0x02
34 #define STORAGE_SD 0x04
35 #define STORAGE_NAND 0x08
36 #define STORAGE_RAMDISK 0x10
38 /* CONFIG_TUNER (note these are combineable bit-flags) */
39 #define S1A0903X01 0x01 /* Samsung */
40 #define TEA5767 0x02 /* Philips */
41 #define LV24020LP 0x04 /* Sanyo */
42 #define SI4700 0x08 /* Silicon Labs */
43 #define TEA5760 0x10 /* Philips */
44 #define LV240000 0x20 /* Sanyo */
46 /* CONFIG_CODEC */
47 #define MAS3587F 3587
48 #define MAS3507D 3507
49 #define MAS3539F 3539
50 #define SWCODEC 1 /* if codec is done by SW */
52 /* CONFIG_CPU */
53 #define SH7034 7034
54 #define MCF5249 5249
55 #define MCF5250 5250
56 #define PP5002 5002
57 #define PP5020 5020
58 #define PP5022 5022
59 #define PP5024 5024
60 #define PNX0101 101
61 #define S3C2440 2440
62 #define DSC25 25
63 #define DM320 320
64 #define IMX31L 31
65 #define TCC770 770
66 #define TCC771L 771
67 #define TCC773L 773
68 #define TCC7801 7801
69 #define S5L8700 8700
70 #define JZ4732 4732
71 #define AS3525 3525
72 #define AT91SAM9260 9260
74 /* CONFIG_KEYPAD */
75 #define PLAYER_PAD 1
76 #define RECORDER_PAD 2
77 #define ONDIO_PAD 3
78 #define IRIVER_H100_PAD 4
79 #define IRIVER_H300_PAD 5
80 #define IAUDIO_X5M5_PAD 6
81 #define IPOD_4G_PAD 7
82 #define IPOD_3G_PAD 8
83 #define IPOD_1G2G_PAD 9
84 #define IRIVER_IFP7XX_PAD 10
85 #define GIGABEAT_PAD 11
86 #define IRIVER_H10_PAD 12
87 #define SANSA_E200_PAD 13
88 #define SANSA_C200_PAD 14
89 #define ELIO_TPJ1022_PAD 15
90 #define ARCHOS_AV300_PAD 16
91 #define MROBE100_PAD 17
92 #define MROBE500_PAD 18
93 #define GIGABEAT_S_PAD 19
94 #define LOGIK_DAX_PAD 20
95 #define IAUDIO67_PAD 21
96 #define COWOND2_PAD 22
97 #define IAUDIO_M3_PAD 23
98 #define CREATIVEZVM_PAD 24
99 #define SANSA_M200_PAD 25
100 #define CREATIVEZV_PAD 26
101 #define PHILIPS_SA9200_PAD 27
102 #define SANSA_C100_PAD 28
103 #define PHILIPS_HDD1630_PAD 29
104 #define MEIZU_M6SL_PAD 30
105 #define ONDAVX747_PAD 31
106 #define ONDAVX767_PAD 32
107 #define MEIZU_M6SP_PAD 33
108 #define MEIZU_M3_PAD 34
109 #define SANSA_CLIP_PAD 35
110 #define SANSA_FUZE_PAD 36
111 #define LYRE_PROTO1_PAD 37
112 #define SAMSUNG_YH_PAD 38
114 /* CONFIG_REMOTE_KEYPAD */
115 #define H100_REMOTE 1
116 #define H300_REMOTE 2
117 #define X5_REMOTE 3
118 #define MROBE_REMOTE 4
120 /* CONFIG_BACKLIGHT_FADING */
121 /* No fading capabilities at all (yet) */
122 #define BACKLIGHT_NO_FADING 0x0
123 /* Backlight fading is controlled using a hardware PWM mechanism */
124 #define BACKLIGHT_FADING_PWM 0x1
125 /* Backlight is controlled using a software implementation
126 * BACKLIGHT_FADING_SW_SETTING means that backlight is turned on by only setting
127 * the brightness (i.e. no real difference between backlight_on and
128 * backlight_set_brightness)
129 * BACKLIGHT_FADING_SW_SETTING means that backlight brightness is restored
130 * "in hardware", from a hardware register upon backlight_on
131 * Both types need to have minor adjustments in the software fading code */
132 #define BACKLIGHT_FADING_SW_SETTING 0x2
133 #define BACKLIGHT_FADING_SW_HW_REG 0x4
134 /* Backlight fading is done in a target specific way
135 * for example in hardware, but not controllable*/
136 #define BACKLIGHT_FADING_TARGET 0x8
138 /* CONFIG_CHARGING */
140 /* Generic types */
141 #define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging
142 * (CPU cannot read charger state but may read
143 * when power is plugged-in). */
144 #define CHARGING_MONITOR 2 /* Hardware controlled charging with monitoring
145 * (CPU is able to read HW charging state and
146 * when power is plugged-in). */
148 /* Mostly target-specific code in the /target tree */
149 #define CHARGING_TARGET 3 /* Any algorithm - usually software controlled
150 * charging or specific programming is required to
151 * use the charging hardware. */
153 /* CONFIG_LCD */
154 #define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */
155 #define LCD_SSD1801 2 /* as used by Archos Player/Studio */
156 #define LCD_S1D15E06 3 /* as used by iRiver H100 series */
157 #define LCD_H300 4 /* as used by iRiver H300 series, exact model name is
158 unknown at the time of this writing */
159 #define LCD_X5 5 /* as used by iAudio X5 series, exact model name is
160 unknown at the time of this writing */
161 #define LCD_IPODCOLOR 6 /* as used by iPod Color/Photo */
162 #define LCD_IPODNANO 7 /* as used by iPod Nano */
163 #define LCD_IPODVIDEO 8 /* as used by iPod Video */
164 #define LCD_IPOD2BPP 9 /* as used by all fullsize greyscale iPods */
165 #define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */
166 #define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */
167 #define LCD_GIGABEAT 12
168 #define LCD_H10_20GB 13 /* as used by iriver H10 20Gb */
169 #define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */
170 #define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */
171 #define LCD_DSC25 16 /* as used by Archos AV300 */
172 #define LCD_C200 17 /* as used by Sandisk Sansa c200 */
173 #define LCD_MROBE500 18 /* as used by Olympus M:Robe 500i */
174 #define LCD_MROBE100 19 /* as used by Olympus M:Robe 100 */
175 #define LCD_LOGIKDAX 20 /* as used by Logik DAX - SSD1815 */
176 #define LCD_IAUDIO67 21 /* as used by iAudio 6/7 - unknown */
177 #define LCD_CREATIVEZVM 22 /* as used by Creative Zen Vision:M */
178 #define LCD_TL0350A 23 /* as used by the iAudio M3 remote, treated as main LCD */
179 #define LCD_COWOND2 24 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */
180 #define LCD_SA9200 25 /* as used by the Philips SA9200 */
181 #define LCD_S6B33B2 26 /* as used by the Sansa c100 */
182 #define LCD_HDD1630 27 /* as used by the Philips HDD1630 */
183 #define LCD_MEIZUM6 28 /* as used by the Meizu M6SP and M6SL (various models) */
184 #define LCD_ONDAVX747 29 /* as used by the Onda VX747 */
185 #define LCD_ONDAVX767 30 /* as used by the Onda VX767 */
186 #define LCD_SSD1303 31 /* as used by the Sansa Clip */
187 #define LCD_FUZE 32 /* as used by the Sansa Fuze */
188 #define LCD_LYRE_PROTO1 33 /* as used by the Lyre */
189 #define LCD_YH925 34 /* as used by Samsung YH-925 (similar to the H10 20GB) */
191 /* LCD_PIXELFORMAT */
192 #define HORIZONTAL_PACKING 1
193 #define VERTICAL_PACKING 2
194 #define HORIZONTAL_INTERLEAVED 3
195 #define VERTICAL_INTERLEAVED 4
196 #define RGB565 565
197 #define RGB565SWAPPED 3553
199 /* CONFIG_ORIENTATION */
200 #define SCREEN_PORTRAIT 0
201 #define SCREEN_LANDSCAPE 1
202 #define SCREEN_SQUARE 2
204 /* CONFIG_I2C */
205 #define I2C_NONE 0 /* For targets that do not use I2C - as the
206 Lyre prototype 1*/
207 #define I2C_PLAYREC 1 /* Archos Player/Recorder style */
208 #define I2C_ONDIO 2 /* Ondio style */
209 #define I2C_COLDFIRE 3 /* Coldfire style */
210 #define I2C_PP5002 4 /* PP5002 style */
211 #define I2C_PP5020 5 /* PP5020 style */
212 #define I2C_PNX0101 6 /* PNX0101 style */
213 #define I2C_S3C2440 7
214 #define I2C_PP5024 8 /* PP5024 style */
215 #define I2C_IMX31L 9
216 #define I2C_TCC77X 10
217 #define I2C_TCC780X 11
218 #define I2C_DM320 12 /* DM320 style */
219 #define I2C_S5L8700 13
220 #define I2C_JZ47XX 14 /* Ingenic Jz47XX style */
221 #define I2C_AS3525 15
223 /* CONFIG_LED */
224 #define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */
225 #define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */
226 /* else HW controlled LED (iRiver H1x0) */
228 /* CONFIG_NAND */
229 #define NAND_IFP7XX 1
230 #define NAND_TCC 2
231 #define NAND_SAMSUNG 3
232 #define NAND_CC 4 /* ChinaChip */
234 /* CONFIG_RTC */
235 #define RTC_M41ST84W 1 /* Archos Recorder */
236 #define RTC_PCF50605 2 /* iPod 3G, 4G & Mini */
237 #define RTC_PCF50606 3 /* iriver H300 */
238 #define RTC_S3C2440 4
239 #define RTC_E8564 5 /* iriver H10 */
240 #define RTC_AS3514 6 /* Sandisk Sansa series */
241 #define RTC_DS1339_DS3231 7 /* h1x0 RTC mod */
242 #define RTC_IMX31L 8
243 #define RTC_RX5X348AB 9
244 #define RTC_TCC77X 10
245 #define RTC_TCC780X 11
246 #define RTC_MR100 12
247 #define RTC_MC13783 13 /* Freescale MC13783 PMIC */
248 #define RTC_S5L8700 14
249 #define RTC_S35390A 15
250 #define RTC_JZ47XX 16 /* Ingenic Jz47XX */
252 /* USB On-the-go */
253 #define USBOTG_M66591 6591 /* M:Robe 500 */
254 #define USBOTG_ISP1362 1362 /* iriver H300 */
255 #define USBOTG_ISP1583 1583 /* Creative Zen Vision:M */
256 #define USBOTG_M5636 5636 /* iAudio X5 */
257 #define USBOTG_ARC 5020 /* PortalPlayer 502x */
258 #define USBOTG_JZ4740 4740 /* Ingenic Jz4740/Jz4732 */
259 #define USBOTG_AS3525 3525 /* AMS AS3525 */
261 /* Multiple cores */
262 #define CPU 0
263 #define COP 1
265 /* now go and pick yours */
266 #if defined(ARCHOS_PLAYER)
267 #include "config-player.h"
268 #elif defined(ARCHOS_RECORDER)
269 #include "config-recorder.h"
270 #elif defined(ARCHOS_FMRECORDER)
271 #include "config-fmrecorder.h"
272 #elif defined(ARCHOS_RECORDERV2)
273 #include "config-recorderv2.h"
274 #elif defined(ARCHOS_ONDIOSP)
275 #include "config-ondiosp.h"
276 #elif defined(ARCHOS_ONDIOFM)
277 #include "config-ondiofm.h"
278 #elif defined(ARCHOS_AV300)
279 #include "config-av300.h"
280 #elif defined(IRIVER_H100)
281 #include "config-h100.h"
282 #elif defined(IRIVER_H120)
283 #include "config-h120.h"
284 #elif defined(IRIVER_H300)
285 #include "config-h300.h"
286 #elif defined(IAUDIO_X5)
287 #include "config-iaudiox5.h"
288 #elif defined(IAUDIO_M5)
289 #include "config-iaudiom5.h"
290 #elif defined(IAUDIO_M3)
291 #include "config-iaudiom3.h"
292 #elif defined(IPOD_COLOR)
293 #include "config-ipodcolor.h"
294 #elif defined(IPOD_NANO)
295 #include "config-ipodnano.h"
296 #elif defined(IPOD_VIDEO)
297 #include "config-ipodvideo.h"
298 #elif defined(IPOD_1G2G)
299 #include "config-ipod1g2g.h"
300 #elif defined(IPOD_3G)
301 #include "config-ipod3g.h"
302 #elif defined(IPOD_4G)
303 #include "config-ipod4g.h"
304 #elif defined(IRIVER_IFP7XX)
305 #include "config-ifp7xx.h"
306 #elif defined(GIGABEAT_F)
307 #include "config-gigabeat.h"
308 #elif defined(GIGABEAT_S)
309 #include "config-gigabeat-s.h"
310 #elif defined(IPOD_MINI)
311 #include "config-ipodmini.h"
312 #elif defined(IPOD_MINI2G)
313 #include "config-ipodmini2g.h"
314 #elif defined(IRIVER_H10)
315 #include "config-h10.h"
316 #elif defined(IRIVER_H10_5GB)
317 #include "config-h10_5gb.h"
318 #elif defined(SANSA_E200)
319 #include "config-e200.h"
320 #elif defined(SANSA_C200)
321 #include "config-c200.h"
322 #elif defined(SANSA_M200)
323 #include "config-m200.h"
324 #elif defined(ELIO_TPJ1022)
325 #include "config-tpj1022.h"
326 #elif defined(MROBE_100)
327 #include "config-mrobe100.h"
328 #elif defined(MROBE_500)
329 #include "config-mrobe500.h"
330 #elif defined(LOGIK_DAX)
331 #include "config-logikdax.h"
332 #elif defined(IAUDIO_7)
333 #include "config-iaudio7.h"
334 #elif defined(COWON_D2)
335 #include "config-cowond2.h"
336 #elif defined(CREATIVE_ZVM)
337 #include "config-creativezvm.h"
338 #elif defined(CREATIVE_ZVM60GB)
339 #include "config-creativezvm60gb.h"
340 #elif defined(CREATIVE_ZV)
341 #include "config-creativezv.h"
342 #elif defined(PHILIPS_SA9200)
343 #include "config-sa9200.h"
344 #elif defined(PHILIPS_HDD1630)
345 #include "config-hdd1630.h"
346 #elif defined(SANSA_C100)
347 #include "config-c100.h"
348 #elif defined(MEIZU_M6SL)
349 #include "config-meizu-m6sl.h"
350 #elif defined(MEIZU_M6SP)
351 #include "config-meizu-m6sp.h"
352 #elif defined(MEIZU_M3)
353 #include "config-meizu-m3.h"
354 #elif defined(ONDA_VX747) || defined(ONDA_VX747P)
355 #include "config-ondavx747.h"
356 #elif defined(ONDA_VX767)
357 #include "config-ondavx767.h"
358 #elif defined(SANSA_CLIP)
359 #include "config-clip.h"
360 #elif defined(SANSA_E200V2)
361 #include "config-e200v2.h"
362 #elif defined(SANSA_M200V4)
363 #include "config-m200v4.h"
364 #elif defined(SANSA_FUZE)
365 #include "config-fuze.h"
366 #elif defined(SANSA_C200V2)
367 #include "config-c200v2.h"
368 #elif defined(LYRE_PROTO1)
369 #include "config-lyre_proto1.h"
370 #elif defined(SAMSUNG_YH820)
371 #include "config-yh820.h"
372 #elif defined(SAMSUNG_YH920)
373 #include "config-yh920.h"
374 #elif defined(SAMSUNG_YH925)
375 #include "config-yh925.h"
376 #else
377 /* no known platform */
378 #endif
380 /* setup basic macros from capability masks */
381 #include "config_caps.h"
383 /* now set any CONFIG_ defines correctly if they are not used,
384 No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
386 #if !defined(CONFIG_BACKLIGHT_FADING)
387 #define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
388 #endif
390 #ifndef CONFIG_TUNER
391 #define CONFIG_TUNER 0
392 #endif
394 #ifndef CONFIG_USBOTG
395 #define CONFIG_USBOTG 0
396 #endif
398 #ifndef CONFIG_LED
399 #define CONFIG_LED 0
400 #endif
402 #ifndef CONFIG_CHARGING
403 #define CONFIG_CHARGING 0
404 #endif
406 #ifndef CONFIG_RTC
407 #define CONFIG_RTC 0
408 #endif
410 #ifndef CONFIG_ORIENTATION
411 #if LCD_HEIGHT > LCD_WIDTH
412 #define CONFIG_ORIENTATION SCREEN_PORTRAIT
413 #elif LCD_HEIGHT < LCD_WIDTH
414 #define CONFIG_ORIENTATION SCREEN_LANDSCAPE
415 #else
416 #define CONFIG_ORIENTATION SCREEN_SQUARE
417 #endif
418 #endif
420 /* Pixel aspect ratio is defined in terms of a multiplier for pixel width and
421 * height, and is set to 1:1 if the target does not set a value
423 #ifndef LCD_PIXEL_ASPECT_HEIGHT
424 #define LCD_PIXEL_ASPECT_HEIGHT 1
425 #endif
426 #ifndef LCD_PIXEL_ASPECT_WIDTH
427 #define LCD_PIXEL_ASPECT_WIDTH 1
428 #endif
430 /* Used for split displays (Sansa Clip). Set to 0 otherwise */
431 #ifndef LCD_SPLIT_LINES
432 #define LCD_SPLIT_LINES 0
433 #endif
435 /* Simulator LCD dimensions. Set to standard dimensions if undefined */
436 #ifndef SIM_LCD_WIDTH
437 #define SIM_LCD_WIDTH LCD_WIDTH
438 #endif
439 #ifndef SIM_LCD_HEIGHT
440 #define SIM_LCD_HEIGHT (LCD_HEIGHT + LCD_SPLIT_LINES)
441 #endif
443 #ifdef HAVE_REMOTE_LCD
444 #ifndef SIM_REMOTE_WIDTH
445 #define SIM_REMOTE_WIDTH LCD_REMOTE_WIDTH
446 #endif
447 #ifndef SIM_REMOTE_HEIGHT
448 #define SIM_REMOTE_HEIGHT LCD_REMOTE_HEIGHT
449 #endif
450 #endif /* HAVE_REMOTE_LCD */
452 /* define this in the target config.h to use a different size */
453 #ifndef CONFIG_DEFAULT_ICON_HEIGHT
454 #define CONFIG_DEFAULT_ICON_HEIGHT 8
455 #endif
456 #ifndef CONFIG_DEFAULT_ICON_WIDTH
457 #define CONFIG_DEFAULT_ICON_WIDTH 6
458 #endif
459 #ifndef CONFIG_REMOTE_DEFAULT_ICON_HEIGHT
460 #define CONFIG_REMOTE_DEFAULT_ICON_HEIGHT 8
461 #endif
462 #ifndef CONFIG_REMOTE_DEFAULT_ICON_WIDTH
463 #define CONFIG_REMOTE_DEFAULT_ICON_WIDTH 6
464 #endif
466 #if (CONFIG_TUNER & (CONFIG_TUNER - 1)) != 0
467 /* Multiple possible tuners */
468 #define CONFIG_TUNER_MULTI
469 #endif
471 #if (CONFIG_STORAGE & (CONFIG_STORAGE - 1)) != 0
472 /* Multiple storage drivers */
473 #define CONFIG_STORAGE_MULTI
474 #endif
476 /* deactivate fading in bootloader/sim */
477 #if defined(BOOTLOADER) || defined(SIMULATOR)
478 #undef CONFIG_BACKLIGHT_FADING
479 #define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
480 #endif
482 /* determine which setting/manual text to use */
483 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM)
485 /* possibly overridden in target config */
486 #if !defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING) \
487 && !defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
488 #define HAVE_BACKLIGHT_FADING_INT_SETTING
489 #endif
491 #elif (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
492 || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG) \
493 || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_TARGET)
495 /* possibly overridden in target config */
496 #if !defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING) \
497 && !defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
498 #define HAVE_BACKLIGHT_FADING_BOOL_SETTING
499 #endif
501 #endif /* CONFIG_BACKLIGHT_FADING */
503 #if defined(BOOTLOADER) && defined(HAVE_ADJUSTABLE_CPU_FREQ)
504 /* Bootloaders don't use CPU frequency adjustment */
505 #undef HAVE_ADJUSTABLE_CPU_FREQ
506 #endif
508 /* Enable the directory cache and tagcache in RAM if we have
509 * plenty of RAM. Both features can be enabled independently. */
510 #if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \
511 !defined(BOOTLOADER)
512 #define HAVE_DIRCACHE
513 #ifdef HAVE_TAGCACHE
514 #define HAVE_TC_RAMCACHE
515 #endif
516 #endif
518 /* Add one HAVE_ define for all mas35xx targets */
519 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3507D) || (CONFIG_CODEC == MAS3539F)
520 #define HAVE_MAS35XX
521 #endif
523 #if (CONFIG_CODEC == SWCODEC)
524 #ifdef BOOTLOADER
526 #if CONFIG_CPU == IMX31L
527 /* Priority in bootloader is wanted */
528 #define HAVE_PRIORITY_SCHEDULING
529 #define USB_STATUS_BY_EVENT
530 #define USB_DETECT_BY_DRV
531 #endif
533 #else /* !BOOTLOADER */
535 #define HAVE_EXTENDED_MESSAGING_AND_NAME
537 #ifndef SIMULATOR
538 #define HAVE_PRIORITY_SCHEDULING
539 #define HAVE_SCHEDULER_BOOSTCTRL
540 #endif /* SIMULATOR */
542 #define HAVE_SEMAPHORE_OBJECTS
544 #if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_ARC
545 #define USB_STATUS_BY_EVENT
546 #define USB_DETECT_BY_DRV
547 #if CONFIG_CPU != IMX31L
548 #define INCLUDE_TIMEOUT_API
549 #endif
550 #endif /* HAVE_USBSTACK */
553 #endif /* BOOTLOADER */
555 #if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \
556 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == S3C2440)
557 #define HAVE_WAKEUP_OBJECTS
558 #endif
560 #endif /* (CONFIG_CODEC == SWCODEC) */
562 /* define for all cpus from SH family */
563 #if (CONFIG_CPU == SH7034)
564 #define CPU_SH
565 #endif
567 /* define for all cpus from coldfire family */
568 #if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250)
569 #define CPU_COLDFIRE
570 #endif
572 /* define for all cpus from PP family */
573 #if (CONFIG_CPU == PP5002)
574 #define CPU_PP
575 #elif (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024)
576 #define CPU_PP
577 #define CPU_PP502x
578 #endif
580 /* define for all cpus from TCC77X family */
581 #if (CONFIG_CPU == TCC771L) || (CONFIG_CPU == TCC773L) || (CONFIG_CPU == TCC770)
582 #define CPU_TCC77X
583 #endif
585 /* define for all cpus from TCC780 family */
586 #if (CONFIG_CPU == TCC7801)
587 #define CPU_TCC780X
588 #endif
590 /* define for all cpus from ARM7TDMI family (for specific optimisations) */
591 #if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == DSC25)
592 #define CPU_ARM7TDMI
593 #endif
595 /* define for all cpus from ARM family */
596 #if (CONFIG_CPU == IMX31L)
597 #define CPU_ARM
598 #define ARM_ARCH 6 /* ARMv6 */
599 #endif
601 #if defined(CPU_TCC77X) || defined(CPU_TCC780X) || (CONFIG_CPU == DM320) \
602 || (CONFIG_CPU == AT91SAM9260)
603 #define CPU_ARM
604 #define ARM_ARCH 5 /* ARMv5 */
605 #endif
607 #if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \
608 || (CONFIG_CPU == DSC25) || (CONFIG_CPU == S5L8700) || (CONFIG_CPU == AS3525)
609 #define CPU_ARM
610 #define ARM_ARCH 4 /* ARMv4 */
611 #endif
613 #if (CONFIG_CPU == JZ4732)
614 #define CPU_MIPS 32
615 #endif
617 /* Determine if accesses should be strictly long aligned. */
618 #if (CONFIG_CPU == SH7034) || defined(CPU_ARM) || defined(CPU_MIPS)
619 #define ROCKBOX_STRICT_ALIGN 1
620 #endif
622 #ifndef CODEC_SIZE
623 #define CODEC_SIZE 0
624 #endif
626 /* This attribute can be used to ensure that certain symbols are never profiled
627 * which can be important as profiling a function de-inlines it */
628 #ifdef RB_PROFILE
629 #define NO_PROF_ATTR __attribute__ ((no_instrument_function))
630 #else
631 #define NO_PROF_ATTR
632 #endif
634 /* IRAM usage */
635 #if !defined(SIMULATOR) && /* Not for simulators */ \
636 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
637 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
638 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
639 (CONFIG_CPU == AS3525 && MEMORYSIZE > 2) || /* AS3525 +2MB: core, plugins, codecs */ \
640 (CONFIG_CPU == AS3525 && MEMORYSIZE <= 2 && !defined(PLUGIN) && !defined(CODEC)) || /* AS3525 2MB:core only */ \
641 (CONFIG_CPU == PNX0101) || \
642 (CONFIG_CPU == S5L8700)) /* Samsung S5L8700: core, plugins, codecs */ || \
643 (CONFIG_CPU == JZ4732 && !defined(PLUGIN) && !defined(CODEC)) /* Jz4740: core only */
644 #define ICODE_ATTR __attribute__ ((section(".icode")))
645 #define ICONST_ATTR __attribute__ ((section(".irodata")))
646 #define IDATA_ATTR __attribute__ ((section(".idata")))
647 #define IBSS_ATTR __attribute__ ((section(".ibss")))
648 #define USE_IRAM
649 #if CONFIG_CPU != SH7034 && (CONFIG_CPU != AS3525 || MEMORYSIZE > 2) && CONFIG_CPU != JZ4732
650 #define PLUGIN_USE_IRAM
651 #endif
652 #if defined(CPU_ARM)
653 /* GCC quirk workaround: arm-elf-gcc treats static functions as short_call
654 * when not compiling with -ffunction-sections, even when the function has
655 * a section attribute. */
656 #define STATICIRAM
657 #else
658 #define STATICIRAM static
659 #endif
660 #else
661 #define ICODE_ATTR
662 #define ICONST_ATTR
663 #define IDATA_ATTR
664 #define IBSS_ATTR
665 #define STATICIRAM static
666 #endif
668 #if defined(SIMULATOR) && defined(__APPLE__)
669 #define DATA_ATTR __attribute__ ((section(".section __DATA, __data")))
670 #else
671 #define DATA_ATTR __attribute__ ((section(".data")))
672 #endif
674 #ifndef IRAM_LCDFRAMEBUFFER
675 /* if the LCD framebuffer has not been moved to IRAM, define it empty here */
676 #define IRAM_LCDFRAMEBUFFER
677 #endif
679 /* Change this if you want to build a single-core firmware for a multicore
680 * target for debugging */
681 #if defined(BOOTLOADER)
682 #define FORCE_SINGLE_CORE
683 #endif
685 /* Core locking types - specifies type of atomic operation */
686 #define CORELOCK_NONE 0
687 #define SW_CORELOCK 1 /* Mutual exclusion provided by a software algorithm
688 and not a special semaphore instruction */
689 #define CORELOCK_SWAP 2 /* A swap (exchange) instruction */
691 #if defined(CPU_PP)
692 #define IDLE_STACK_SIZE 0x80
693 #define IDLE_STACK_WORDS 0x20
695 /* Attributes to place data in uncached DRAM */
696 /* These are useful beyond dual-core and ultimately beyond PP since they may
697 * be used for DMA buffers and such without cache maintenence calls. */
698 #define NOCACHEBSS_ATTR __attribute__((section(".ncbss"),nocommon))
699 #define NOCACHEDATA_ATTR __attribute__((section(".ncdata"),nocommon))
701 #if !defined(FORCE_SINGLE_CORE)
703 #define NUM_CORES 2
704 #define CURRENT_CORE current_core()
705 /* Attributes for core-shared data in DRAM where IRAM is better used for other
706 * purposes. */
707 #define SHAREDBSS_ATTR NOCACHEBSS_ATTR
708 #define SHAREDDATA_ATTR NOCACHEDATA_ATTR
710 #define IF_COP(...) __VA_ARGS__
711 #define IF_COP_VOID(...) __VA_ARGS__
712 #define IF_COP_CORE(core) core
714 #ifdef CPU_PP
715 #define CONFIG_CORELOCK SW_CORELOCK /* SWP(B) is broken */
716 #else
717 #define CONFIG_CORELOCK CORELOCK_SWAP
718 #endif
720 #endif /* !defined(BOOTLOADER) && CONFIG_CPU != PP5002 */
722 #endif /* CPU_PP */
724 #ifndef CONFIG_CORELOCK
725 #define CONFIG_CORELOCK CORELOCK_NONE
726 #endif
728 #if CONFIG_CORELOCK == SW_CORELOCK
729 #define IF_SWCL(...) __VA_ARGS__
730 #define IFN_SWCL(...)
731 #else
732 #define IF_SWCL(...)
733 #define IFN_SWCL(...) __VA_ARGS__
734 #endif /* CONFIG_CORELOCK == */
736 #ifndef NUM_CORES
737 /* Default to single core */
738 #define NUM_CORES 1
739 #define CURRENT_CORE CPU
740 /* Attributes for core-shared data in DRAM - no caching considerations */
741 #define SHAREDBSS_ATTR
742 #define SHAREDDATA_ATTR
743 #ifndef NOCACHEBSS_ATTR
744 #define NOCACHEBSS_ATTR
745 #define NOCACHEDATA_ATTR
746 #endif
747 #define CONFIG_CORELOCK CORELOCK_NONE
749 #define IF_COP(...)
750 #define IF_COP_VOID(...) void
751 #define IF_COP_CORE(core) CURRENT_CORE
753 #endif /* NUM_CORES */
755 #ifdef HAVE_HEADPHONE_DETECTION
756 /* Timeout objects required if headphone detection is enabled */
757 #ifndef INCLUDE_TIMEOUT_API
758 #define INCLUDE_TIMEOUT_API
759 #endif
760 #endif /* HAVE_HEADPHONE_DETECTION */
762 #if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND)
763 #define STORAGE_GET_INFO
764 #endif
766 #ifdef CPU_MIPS
767 #include <stdbool.h> /* MIPS GCC fix? */
768 #endif
770 #if defined(HAVE_USBSTACK)
771 /* Define the implemented USB transport classes */
772 #if CONFIG_USBOTG == USBOTG_ISP1583
773 #define USB_HAS_BULK
774 #elif CONFIG_USBOTG == USBOTG_ARC
775 #define USB_HAS_BULK
776 #define USB_HAS_INTERRUPT
777 #elif CONFIG_USBOTG == USBOTG_JZ4740
778 #define USB_HAS_BULK
779 #define USB_HAS_INTERRUPT
780 #elif defined(CPU_TCC780X) || defined(CPU_TCC77X) || defined(MROBE_500)
781 #define USB_HAS_BULK
782 #endif /* CONFIG_USBOTG */
784 /* define the class drivers to enable */
785 #ifdef BOOTLOADER
787 /* enable usb storage for targets that do bootloader usb */
788 #if (defined(TOSHIBA_GIGABEAT_S) || \
789 (defined(CREATIVE_ZVx) || \
790 defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \
791 (CONFIG_USBOTG == USBOTG_JZ4740)
792 #define USB_ENABLE_STORAGE
793 #endif
795 #else /* BOOTLOADER */
797 //#define USB_ENABLE_SERIAL
798 #define USB_ENABLE_STORAGE
800 #ifdef USB_HAS_INTERRUPT
801 #define USB_ENABLE_HID
802 #else
803 #define USB_ENABLE_CHARGING_ONLY
804 #endif
806 #endif /* BOOTLOADER */
808 #endif /* HAVE_USBSTACK */
812 #endif /* __CONFIG_H__ */