diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2008-09-17 23:22:11 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2008-09-17 23:22:11 +0000 |
| commit | 48e45f57516d24d8cf24f632ecf73fec95e3a785 (patch) | |
| tree | 1f3df5f1557070f30dc1195f58524870c0411bf2 /tools | |
| parent | 9407ae838e7696cd5f55c7a22b7cabb8d403fc17 (diff) | |
| download | rockbox-48e45f57516d24d8cf24f632ecf73fec95e3a785.zip rockbox-48e45f57516d24d8cf24f632ecf73fec95e3a785.tar.gz rockbox-48e45f57516d24d8cf24f632ecf73fec95e3a785.tar.bz2 rockbox-48e45f57516d24d8cf24f632ecf73fec95e3a785.tar.xz | |
add Meizu M6SP and M3 ports
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18544 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 49 |
1 files changed, 47 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 2cb50a9..3dee515 100755 --- a/tools/configure +++ b/tools/configure @@ -693,10 +693,11 @@ cat <<EOF ==Tatung== ==Olympus== ==Logik== 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 71) M:Robe 100 + ==Creative== ==Philips== ==Meizu== 90) Zen Vision:M 30GB 100) GoGear SA9200 110) M6SL - 91) Zen Vision:M 60GB 101) GoGear HDD1630 - 92) Zen Vision + 91) Zen Vision:M 60GB 101) GoGear HDD1630 111) M6SP + 92) Zen Vision 112) M3 ==Onda== 120) VX747 @@ -1761,6 +1762,50 @@ fi t_model="meizu-m6sl" ;; + 111|meizum6sp) + target_id=46 + modelname="meizum6sp" + target="-DMEIZU_M6SP" + memory=16 # always + arm940tbecc + tool="cp" + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" + output="rockbox.meizu" + appextra="recorder:gui" + plugins="no" #FIXME + swcodec="yes" + toolset=$genericbitmaptools + boottool="cp" + bootoutput="rockboot.ebn" + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="s5l8700" + t_model="meizu-m6sp" + ;; + + 112|meizum3) + target_id=47 + modelname="meizum3" + target="-DMEIZU_M3" + memory=16 # always + arm940tbecc + tool="cp" + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" + output="rockbox.meizu" + appextra="recorder:gui" + plugins="no" #FIXME + swcodec="yes" + toolset=$genericbitmaptools + boottool="cp" + bootoutput="rockboot.ebn" + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="s5l8700" + t_model="meizu-m3" + ;; + 120|ondavx747) target_id=44 modelname="ondavx747" |