summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-11-27 15:40:29 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-11-27 15:40:29 +0000
commitc2ca8c710c9841892ca8123e39d2acdf0a0e5de3 (patch)
tree3559f4629701ad4ce7b0142bb3160a2a96ea92c1 /firmware/target/arm/imx31/gigabeat-s
parent1dff29a9d6780c2fd10ac1ad32929cb6808c0936 (diff)
downloadrockbox-c2ca8c710c9841892ca8123e39d2acdf0a0e5de3.tar.gz
rockbox-c2ca8c710c9841892ca8123e39d2acdf0a0e5de3.zip
* Make the Gigabeat S bootloader a bit more interesting: it looks for the first firmware file it finds on the second partition and attempts to load it. Loading fails to get past the splash screen though.
* Make the main binary compile. To send a firmware file, use mtp-sendfile. To update you'll need to delete the previous firmware file, as files are named sequentially and the first one is loaded. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/system-target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/system-target.h b/firmware/target/arm/imx31/gigabeat-s/system-target.h
index b1803d01cb..e87b93b13a 100644
--- a/firmware/target/arm/imx31/gigabeat-s/system-target.h
+++ b/firmware/target/arm/imx31/gigabeat-s/system-target.h
@@ -30,6 +30,8 @@ static inline void udelay(unsigned int usecs)
30 while (EPITCNT1 > stop); 30 while (EPITCNT1 > stop);
31} 31}
32 32
33#define __dbg_hw_info(...) 0
34#define __dbg_ports(...) 0
33 35
34#define HAVE_INVALIDATE_ICACHE 36#define HAVE_INVALIDATE_ICACHE
35static inline void invalidate_icache(void) 37static inline void invalidate_icache(void)