summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-01-24 19:28:52 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-01-24 19:28:52 +0000
commite7723841cca58910185699bfc5cf0b4ea3a8a0a1 (patch)
treec3e038194835cdde108b61c4e6cd13b7e9f0b0a0
parent12dd944d9bb0acf6a719ddb47ae2b5b160aaffb2 (diff)
downloadrockbox-e7723841cca58910185699bfc5cf0b4ea3a8a0a1.tar.gz
rockbox-e7723841cca58910185699bfc5cf0b4ea3a8a0a1.zip
ondavx777 : use own config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24327 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config.h4
-rw-r--r--firmware/export/config/ondavx747.h13
-rw-r--r--firmware/export/config/ondavx777.h207
3 files changed, 212 insertions, 12 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 462ff200eb..7980eb9f43 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -374,8 +374,10 @@ Lyre prototype 1 */
374#include "config/meizum6sp.h" 374#include "config/meizum6sp.h"
375#elif defined(MEIZU_M3) 375#elif defined(MEIZU_M3)
376#include "config/meizum3.h" 376#include "config/meizum3.h"
377#elif defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777) 377#elif defined(ONDA_VX747) || defined(ONDA_VX747P)
378#include "config/ondavx747.h" 378#include "config/ondavx747.h"
379#elif defined(ONDA_VX777)
380#include "config/ondavx777.h"
379#elif defined(ONDA_VX767) 381#elif defined(ONDA_VX767)
380#include "config/ondavx767.h" 382#include "config/ondavx767.h"
381#elif defined(SANSA_CLIP) 383#elif defined(SANSA_CLIP)
diff --git a/firmware/export/config/ondavx747.h b/firmware/export/config/ondavx747.h
index 00be288ead..36e787a32b 100644
--- a/firmware/export/config/ondavx747.h
+++ b/firmware/export/config/ondavx747.h
@@ -31,9 +31,6 @@
31#define MODEL_NAME "Onda VX747+" 31#define MODEL_NAME "Onda VX747+"
32#define MODEL_NUMBER 54 32#define MODEL_NUMBER 54
33/* Define something for camera interface... */ 33/* Define something for camera interface... */
34#elif defined(ONDA_VX777)
35#define MODEL_NAME "Onda VX777"
36#define MODEL_NUMBER 61
37#else 34#else
38#define MODEL_NAME "Onda VX747" 35#define MODEL_NAME "Onda VX747"
39#define MODEL_NUMBER 45 36#define MODEL_NUMBER 45
@@ -89,11 +86,8 @@
89/* Define this if your LCD can be enabled/disabled */ 86/* Define this if your LCD can be enabled/disabled */
90#define HAVE_LCD_ENABLE 87#define HAVE_LCD_ENABLE
91 88
92#ifdef ONDA_VX777
93#define CONFIG_KEYPAD ONDAVX777_PAD
94#else
95#define CONFIG_KEYPAD ONDAVX747_PAD 89#define CONFIG_KEYPAD ONDAVX747_PAD
96#endif 90
97#define HAVE_TOUCHSCREEN 91#define HAVE_TOUCHSCREEN
98#define HAVE_BUTTON_DATA 92#define HAVE_BUTTON_DATA
99 93
@@ -165,10 +159,8 @@
165/* Hardware controlled charging with monitoring */ 159/* Hardware controlled charging with monitoring */
166#define CONFIG_CHARGING CHARGING_MONITOR 160#define CONFIG_CHARGING CHARGING_MONITOR
167 161
168#ifndef ONDA_VX777 /* Doesn't have any physical buttons */
169/* There is only USB charging */ 162/* There is only USB charging */
170#define HAVE_USB_POWER 163#define HAVE_USB_POWER
171#endif
172 164
173#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */ 165#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */
174 166
@@ -213,11 +205,10 @@ No access to the NAND yet..
213 205
214#ifdef ONDA_VX747P 206#ifdef ONDA_VX747P
215#define BOOTFILE_EXT "vx747p" 207#define BOOTFILE_EXT "vx747p"
216#elif defined(ONDA_VX777)
217#define BOOTFILE_EXT "vx777"
218#else 208#else
219#define BOOTFILE_EXT "vx747" 209#define BOOTFILE_EXT "vx747"
220#endif 210#endif
211
221#define BOOTFILE "rockbox." BOOTFILE_EXT 212#define BOOTFILE "rockbox." BOOTFILE_EXT
222#define BOOTDIR "/.rockbox" 213#define BOOTDIR "/.rockbox"
223 214
diff --git a/firmware/export/config/ondavx777.h b/firmware/export/config/ondavx777.h
new file mode 100644
index 0000000000..200d14879c
--- /dev/null
+++ b/firmware/export/config/ondavx777.h
@@ -0,0 +1,207 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2008 by Maurus Cuelenaere
11 *
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.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22/*
23 * This config file is for the Onda VX747(+)/VX777
24 */
25
26#define TARGET_TREE /* this target is using the target tree system */
27
28#define CONFIG_SDRAM_START 0x80004000
29
30#define MODEL_NAME "Onda VX777"
31#define MODEL_NUMBER 61
32
33/* Support FAT16 for SD cards <= 2GB */
34#define HAVE_FAT16SUPPORT
35
36/* ChinaChip NAND FTL */
37#define CONFIG_NAND NAND_CC
38
39/* define this if you have a bitmap LCD display */
40#define HAVE_LCD_BITMAP
41
42/* define this if you have a colour LCD */
43#define HAVE_LCD_COLOR
44
45/* define this if you want album art for this target */
46#define HAVE_ALBUMART
47
48/* define this to enable bitmap scaling */
49#define HAVE_BMP_SCALING
50
51/* define this to enable JPEG decoding */
52#define HAVE_JPEG
53
54/* define this if you have access to the quickscreen */
55#define HAVE_QUICKSCREEN
56
57/* define this if you have access to the pitchscreen */
58#define HAVE_PITCHSCREEN
59
60/* define this if you would like tagcache to build on this target */
61#define HAVE_TAGCACHE
62
63/* define this if the target has volume keys which can be used in the lists */
64//#define HAVE_VOLUME_IN_LIST
65
66/* LCD dimensions */
67#define CONFIG_LCD LCD_ONDAVX747
68
69#ifdef BOOTLOADER /* OF requires landscape */
70#define LCD_WIDTH 400
71#define LCD_HEIGHT 240
72#else
73#define LCD_WIDTH 240
74#define LCD_HEIGHT 400
75#endif
76
77#define LCD_DEPTH 16 /* 16bit colours */
78#define LCD_PIXELFORMAT RGB565 /* rgb565 */
79
80/* Define this if your LCD can be enabled/disabled */
81#define HAVE_LCD_ENABLE
82
83#define CONFIG_KEYPAD ONDAVX777_PAD
84
85#define HAVE_TOUCHSCREEN
86#define HAVE_BUTTON_DATA
87
88/* Define this if you do software codec */
89#define CONFIG_CODEC SWCODEC
90
91/* define this if you have a real-time clock */
92#define CONFIG_RTC RTC_JZ47XX
93
94/* Tuner config */
95#define CONFIG_TUNER TEA5767
96#define CONFIG_TUNER_XTAL 32768
97
98/* Define this for LCD backlight available */
99#define HAVE_BACKLIGHT
100#define HAVE_BACKLIGHT_BRIGHTNESS
101
102/* Which backlight fading type? */
103#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
104
105/* Main LCD backlight brightness range and defaults */
106#define MIN_BRIGHTNESS_SETTING 1
107#define MAX_BRIGHTNESS_SETTING 16
108#define DEFAULT_BRIGHTNESS_SETTING 16 /* "full brightness" */
109#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */
110
111/* Define this if you have a software controlled poweroff */
112#define HAVE_SW_POWEROFF
113
114/* The number of bytes reserved for loadable codecs */
115#define CODEC_SIZE 0x100000
116
117/* The number of bytes reserved for loadable plugins */
118#define PLUGIN_BUFFER_SIZE 0x100000
119
120/* Define this if you have the Jz4740 internal codec */
121#define HAVE_JZ4740_CODEC
122
123/* Define bitmask of input sources - recordable bitmask can be defined
124 explicitly if different */
125#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
126
127/* has no tone controls, so we use the software ones */
128#define HAVE_SW_TONE_CONTROLS
129
130/* has no volume control, so we use the software ones */
131#define HAVE_SW_VOLUME_CONTROL
132
133/* software controlled volume ranges from -73 -> 0 dB, other than that
134 is controlled by hardware */
135#define SW_VOLUME_MIN -73
136#define SW_VOLUME_MAX 0
137
138/* define the bitmask of hardware sample rates */
139#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
140 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
141 SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8)
142
143#define CONFIG_I2C I2C_JZ47XX
144
145#define NEED_ADC_CLOSE 1
146
147#define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */
148#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
149#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
150#define BATTERY_CAPACITY_INC 100 /* capacity increment */
151#define BATTERY_TYPES_COUNT 1 /* only one type */
152
153/* Hardware controlled charging with monitoring */
154#define CONFIG_CHARGING CHARGING_MONITOR
155
156#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */
157
158/*
159No access to the NAND yet..
160
161#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
162#define NUM_DRIVES 2
163*/
164#define CONFIG_STORAGE (STORAGE_SD)
165#define HAVE_MULTIDRIVE
166#define NUM_DRIVES 1
167#define HAVE_HOTSWAP_STORAGE_AS_MAIN
168#define INCLUDE_TIMEOUT_API
169
170/* Define this if media can be exchanged on the fly */
171#define HAVE_HOTSWAP
172
173/* Define this if you have a Ingenic JZ4732 */
174#define CONFIG_CPU JZ4732
175
176/* define this if the hardware can be powered off while charging */
177#define HAVE_POWEROFF_WHILE_CHARGING
178
179/* Define this if you have a speaker */
180#define HAVE_SPEAKER
181
182/* Define this to the CPU frequency */
183#define CPU_FREQ 336000000 /* CPU clock: 336 MHz */
184
185/* define this if you have a flash memory storage */
186#define HAVE_FLASH_STORAGE
187
188/* Offset ( in the firmware file's header ) to the file CRC */
189#define FIRMWARE_OFFSET_FILE_CRC 0
190
191/* Offset ( in the firmware file's header ) to the real data */
192#define FIRMWARE_OFFSET_FILE_DATA 8
193
194/* Define this if you have adjustable CPU frequency */
195#define HAVE_ADJUSTABLE_CPU_FREQ
196
197#define BOOTFILE_EXT "vx777"
198
199#define BOOTFILE "rockbox." BOOTFILE_EXT
200#define BOOTDIR "/.rockbox"
201
202#define CONFIG_USBOTG USBOTG_JZ4740
203#define HAVE_USBSTACK
204#define USE_ROCKBOX_USB
205#define USB_VENDOR_ID 0x07C4
206#define USB_PRODUCT_ID 0xA4A5
207