forked from len0rd/rockbox
Add (preliminary) Zen Vision support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17485 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e7b8654cf
commit
93b280a42c
2 changed files with 29 additions and 4 deletions
|
@ -151,7 +151,11 @@
|
||||||
/* Define this if you have adjustable CPU frequency */
|
/* Define this if you have adjustable CPU frequency */
|
||||||
/* #define HAVE_ADJUSTABLE_CPU_FREQ */
|
/* #define HAVE_ADJUSTABLE_CPU_FREQ */
|
||||||
|
|
||||||
|
#ifndef ZEN_VISION
|
||||||
#define BOOTFILE_EXT "zvm"
|
#define BOOTFILE_EXT "zvm"
|
||||||
|
#else
|
||||||
|
#define BOOTFILE_EXT "zv"
|
||||||
|
#endif
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
#define BOOTDIR "/.rockbox"
|
#define BOOTDIR "/.rockbox"
|
||||||
|
|
||||||
|
@ -169,8 +173,4 @@
|
||||||
|
|
||||||
#define DO_THREAD_TEST
|
#define DO_THREAD_TEST
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//Uncomment next line to make this build Zen Vision compatible
|
|
||||||
//#define ZEN_VISION
|
|
||||||
#endif
|
#endif
|
||||||
|
|
25
tools/configure
vendored
25
tools/configure
vendored
|
@ -678,6 +678,7 @@ cat <<EOF
|
||||||
71) M:Robe 100
|
71) M:Robe 100
|
||||||
==Creative==
|
==Creative==
|
||||||
90) Zen Vision:M
|
90) Zen Vision:M
|
||||||
|
91) Zen Vision
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -1475,6 +1476,30 @@ fi
|
||||||
t_model="creative-zvm"
|
t_model="creative-zvm"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
91|creativezenvision)
|
||||||
|
target_id=35
|
||||||
|
modelname="creativezm"
|
||||||
|
target="-DCREATIVE_ZVM -DZEN_VISION"
|
||||||
|
memory=64
|
||||||
|
arm926ejscc
|
||||||
|
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||||
|
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||||
|
bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
|
||||||
|
bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
|
||||||
|
tool="$rootdir/tools/scramble -creative=zenvision"
|
||||||
|
output="rockbox.zv"
|
||||||
|
appextra="recorder:gui"
|
||||||
|
plugins=""
|
||||||
|
swcodec="yes"
|
||||||
|
toolset=$ipodbitmaptools
|
||||||
|
boottool="$rootdir/tools/scramble -creative=zenvision"
|
||||||
|
bootoutput="rockbox.zv"
|
||||||
|
# architecture, manufacturer and model for the target-tree build
|
||||||
|
t_cpu="arm"
|
||||||
|
t_manufacturer="tms320dm320"
|
||||||
|
t_model="creative-zvm"
|
||||||
|
;;
|
||||||
|
|
||||||
50|e200)
|
50|e200)
|
||||||
target_id=23
|
target_id=23
|
||||||
modelname="e200"
|
modelname="e200"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue