TARGET_TREE is not needed anymore
[maemo-rb.git] / firmware / export / config / meizum6sp.h
blob1c791698055bde7507886bf6a12ddbb7c90a6026
1 /*
2 * This config file is for Meizu M6SP
3 */
5 /* For Rolo and boot loader */
6 #define MODEL_NUMBER 37
8 #define MODEL_NAME "Meizu M6SP"
10 /* define this if you have recording possibility */
11 //#define HAVE_RECORDING
13 /* Define bitmask of input sources - recordable bitmask can be defined
14 explicitly if different */
15 #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
17 /* define the bitmask of hardware sample rates */
18 #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
20 /* FIXME: define actual rates applicable for M6SP */
21 #define CODEC_SRCTRL_11025HZ (0x19 << 1)
22 #define CODEC_SRCTRL_22050HZ (0x1b << 1)
23 #define CODEC_SRCTRL_44100HZ (0x11 << 1)
24 #define CODEC_SRCTRL_88200HZ (0x1f << 1)
26 /* define the bitmask of recording sample rates */
27 #define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
29 /* define this if you have a bitmap LCD display */
30 #define HAVE_LCD_BITMAP
32 /* define this if you can flip your LCD */
33 //#define HAVE_LCD_FLIP
35 /* define this if you have a colour LCD */
36 #define HAVE_LCD_COLOR
38 /* define this if you want album art for this target */
39 #define HAVE_ALBUMART
41 /* define this to enable bitmap scaling */
42 #define HAVE_BMP_SCALING
44 /* define this to enable JPEG decoding */
45 #define HAVE_JPEG
47 /* define this if you can invert the colours on your LCD */
48 //#define HAVE_LCD_INVERT
50 /* define this if you have access to the quickscreen */
51 #define HAVE_QUICKSCREEN
53 /* define this if you have access to the pitchscreen */
54 #define HAVE_PITCHSCREEN
56 /* define this if you would like tagcache to build on this target */
57 #define HAVE_TAGCACHE
59 /* define this if you have a flash memory storage */
60 #define HAVE_FLASH_STORAGE
62 #define CONFIG_STORAGE STORAGE_NAND
64 #define CONFIG_NAND NAND_SAMSUNG
66 /* The NAND flash has 2048-byte sectors, and is our only storage */
67 #define SECTOR_SIZE 2048
69 /* LCD dimensions */
70 #define LCD_WIDTH 240
71 #define LCD_HEIGHT 320
72 #define LCD_DEPTH 16 /* pseudo 262.144 colors */
73 #define LCD_PIXELFORMAT RGB565 /* rgb565 */
75 /* Define this if your LCD can be enabled/disabled */
76 #define HAVE_LCD_ENABLE
78 /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
79 should be defined as well. */
80 //#define HAVE_LCD_SLEEP
82 #define CONFIG_KEYPAD MEIZU_M6SP_PAD
84 //#define AB_REPEAT_ENABLE
85 //#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
87 /* Define this if you do software codec */
88 #define CONFIG_CODEC SWCODEC
90 /* define this if you have a real-time clock */
91 #define CONFIG_RTC RTC_S5L8700
92 //#define CONFIG_RTC RTC_S35390A
94 #define CONFIG_LCD LCD_MEIZUM6
96 /* Define this if you have the WM8975 audio codec */
97 #define HAVE_WM8751 //FIXME
99 /* Define this for LCD backlight available */
100 #define HAVE_BACKLIGHT
101 #define HAVE_BACKLIGHT_BRIGHTNESS
103 /* Define this if you have a software controlled poweroff */
104 #define HAVE_SW_POWEROFF
106 /* The number of bytes reserved for loadable codecs */
107 #define CODEC_SIZE 0x100000
109 /* The number of bytes reserved for loadable plugins */
110 #define PLUGIN_BUFFER_SIZE 0x80000
112 /* FM Tuner */
113 #define CONFIG_TUNER TEA5760
114 #define CONFIG_TUNER_XTAL 32768
116 //#define HAVE_TLV320
118 /* TLV320 has no tone controls, so we use the software ones */
119 #define HAVE_SW_TONE_CONTROLS
121 #define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */
122 #define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
123 #define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */
124 #define BATTERY_CAPACITY_INC 50 /* capacity increment */
125 #define BATTERY_TYPES_COUNT 1 /* only one type */
127 #define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
129 /* Hardware controlled charging? FIXME */
130 #define CONFIG_CHARGING CHARGING_SIMPLE
132 /* Define this if your LCD can set contrast */
133 //#define HAVE_LCD_CONTRAST
135 /* Define this if you have a Motorola SCF5250 */
136 #define CONFIG_CPU S5L8700
138 /* Define this if you want to use coldfire's i2c interface */
139 #define CONFIG_I2C I2C_S5L8700
141 /* define this if the hardware can be powered off while charging */
142 #define HAVE_POWEROFF_WHILE_CHARGING
144 /* The size of the flash ROM */
145 #define FLASH_SIZE 0x400000
147 /* Define this to the CPU frequency */
148 #define CPU_FREQ 11289600
150 /* Define this if you have ATA power-off control */
151 //#define HAVE_ATA_POWER_OFF
153 /* Offset ( in the firmware file's header ) to the file CRC */
154 #define FIRMWARE_OFFSET_FILE_CRC 0
156 /* Offset ( in the firmware file's header ) to the real data */
157 #define FIRMWARE_OFFSET_FILE_DATA 8
159 /* USB On-the-go */
160 //#define CONFIG_USBOTG USBOTG_M5636
162 /* Define this if you have adjustable CPU frequency */
163 #define HAVE_ADJUSTABLE_CPU_FREQ
165 #define BOOTFILE_EXT "meizu"
166 #define BOOTFILE "rockbox." BOOTFILE_EXT
167 #define BOOTDIR "/.rockbox"
169 #define BOOTLOADER_ENTRYPOINT 0x001F0000
170 #define FLASH_ENTRYPOINT 0x00001000
171 #define FLASH_MAGIC 0xfbfbfbf1
173 /* Define this for FM radio input available */
174 #define HAVE_FMRADIO_IN
176 /** Port-specific settings **/
178 /* Main LCD contrast range and defaults */
179 #define MIN_CONTRAST_SETTING 1
180 #define MAX_CONTRAST_SETTING 30
181 #define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
183 /* Main LCD backlight brightness range and defaults */
184 /* PCF50506 can output 0%-100% duty cycle but D305A expects %15-100%. */
185 #define MIN_BRIGHTNESS_SETTING 1 /* 15/16 (93.75%) */
186 #define MAX_BRIGHTNESS_SETTING 13 /* 3/16 (18.75%) */
187 #define DEFAULT_BRIGHTNESS_SETTING 8 /* 8/16 (50.00%) = x5 boot default */
189 /* Define this if a programmable hotkey is mapped */
190 //#define HAVE_HOTKEY