forked from len0rd/rockbox
add Meizu M6SP and M3 ports
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18544 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9407ae838e
commit
48e45f5751
17 changed files with 1200 additions and 4 deletions
49
tools/configure
vendored
49
tools/configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue