summaryrefslogtreecommitdiff
path: root/firmware/export/config/gigabeats.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-04-23 15:32:50 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-04-23 15:32:50 +0000
commit11cca264ff57ad0b234bd1cd2c9a2366b967feb7 (patch)
tree7693e7150d5abc9687966cc248bfbd550d356964 /firmware/export/config/gigabeats.h
parent6cee7579dbdc4d41c4df08c9395cf96c952ebab1 (diff)
downloadrockbox-11cca264ff57ad0b234bd1cd2c9a2366b967feb7.tar.gz
rockbox-11cca264ff57ad0b234bd1cd2c9a2366b967feb7.zip
i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz, and 1.35V for 264MHz and 132MHz. Keep DPTC overdrive ( > 400MHz) voltage scaling off for now because of uncertainties. Simplify the (working) mess later.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25699 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r--firmware/export/config/gigabeats.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index 6d0c25a4d6..e64ceb0171 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -147,7 +147,7 @@
147#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS) 147#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS)
148 148
149/* Define this if target has an additional number of threads specific to it */ 149/* Define this if target has an additional number of threads specific to it */
150#define TARGET_EXTRA_THREADS 2 150#define TARGET_EXTRA_THREADS 3
151 151
152/* Type of mobile power - check this out */ 152/* Type of mobile power - check this out */
153#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */ 153#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */
@@ -168,9 +168,10 @@
168#define FLASH_SIZE 0x200000 168#define FLASH_SIZE 0x200000
169 169
170/* Define this to the CPU frequency */ 170/* Define this to the CPU frequency */
171/* TODO */
172#define CPU_FREQ 264000000 /* Set by retailOS loader */ 171#define CPU_FREQ 264000000 /* Set by retailOS loader */
173 172
173#define FREQ cpu_frequency
174
174/* define this if the unit can be powered or charged via USB */ 175/* define this if the unit can be powered or charged via USB */
175#define HAVE_USB_POWER 176#define HAVE_USB_POWER
176#define USBPOWER_BUTTON BUTTON_MENU 177#define USBPOWER_BUTTON BUTTON_MENU