summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-12-25 04:05:01 +0000
committerMark Arigo <markarigo@gmail.com>2009-12-25 04:05:01 +0000
commit6908cc52358df90a27452ab0f085fa41674440ff (patch)
tree32c307c3164e24ad427ac98b389bad823c363034 /tools/configure
parent4a85eb7d9f7212bf2a0974fa42c2cb4f1790f99e (diff)
downloadrockbox-6908cc52358df90a27452ab0f085fa41674440ff.zip
rockbox-6908cc52358df90a27452ab0f085fa41674440ff.tar.gz
rockbox-6908cc52358df90a27452ab0f085fa41674440ff.tar.bz2
rockbox-6908cc52358df90a27452ab0f085fa41674440ff.tar.xz
Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure36
1 files changed, 30 insertions, 6 deletions
diff --git a/tools/configure b/tools/configure
index dbbc425..dee6bbf 100755
--- a/tools/configure
+++ b/tools/configure
@@ -894,12 +894,12 @@ cat <<EOF
90) Zen Vision:M 30GB 100) GoGear SA9200 55) Sansa Clip
91) Zen Vision:M 60GB 101) GoGear HDD1630/ 56) Sansa e200v2
92) Zen Vision HDD1830 57) Sansa m200v4
- 58) Sansa Fuze
- ==Onda== ==Meizu== 59) Sansa c200v2
- 120) VX747 110) M6SL 60) Sansa Clipv2
- 121) VX767 111) M6SP 61) Sansa View
- 122) VX747+ 112) M3
- 123) VX777 ==Logik==
+ 102) GoGear HDD6330 58) Sansa Fuze
+ ==Onda== 59) Sansa c200v2
+ 120) VX747 ==Meizu== 60) Sansa Clipv2
+ 121) VX767 110) M6SL 61) Sansa View
+ 122) VX747+ 111) M6SP
+ 123) VX777 112) M3 ==Logik==
80) DAX 1GB MP3/DAB
==Samsung== ==Tatung==
140) YH-820 150) Elio TPJ-1022 ==Lyre project==
@@ -2120,6 +2120,30 @@ fi
t_model="hdd1630"
;;
+ 102|gogearhdd6330)
+ target_id=65
+ modelname="gogearhdd6330"
+ target="-DPHILIPS_HDD6330"
+ memory=32 # supposedly
+ arm7tdmicc
+ tool="$rootdir/tools/scramble -mi4v3 -model=6330 -type=RBOS"
+ bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
+ bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
+ output="rockbox.mi4"
+ appextra="recorder:gui"
+ plugins=""
+ swcodec="yes"
+ boottool="$rootdir/tools/scramble -mi4v3 -model=6330 -type=RBBL"
+ bootoutput="FWImage.ebn"
+ # toolset is the tools within the tools directory that we build for
+ # this particular target.
+ toolset=$scramblebitmaptools
+ # architecture, manufacturer and model for the target-tree build
+ t_cpu="arm"
+ t_manufacturer="philips"
+ t_model="hdd6330"
+ ;;
+
110|meizum6sl)
target_id=49
modelname="meizum6sl"