diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2010-01-18 19:05:20 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2010-01-18 19:05:20 +0000 |
commit | 553626a9582a266f99134f735759e63da0a44714 (patch) | |
tree | 7b336d379e61c632ad0ff775bca2f5d37a80775d /tools | |
parent | 39e51cc66e0f9d2afc82515958c1719fdac43332 (diff) |
Add initial Packard Bell Vibe 500 port, by Szymon Dziok
Author: Szymon Dziok
Flyspray: FS#10912
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24276 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 33c272d1b1..dd0e189df9 100755 --- a/tools/configure +++ b/tools/configure @@ -906,8 +906,8 @@ cat <<EOF ==Samsung== ==Tatung== 80) DAX 1GB MP3/DAB 140) YH-820 150) Elio TPJ-1022 141) YH-920 ==Lyre project==1 - 142) YH-925 130) Lyre proto 1 - 143) YP-S3 131) Mini2440 + 142) YH-925 ==Packard Bell== 130) Lyre proto 1 + 143) YP-S3 160) Vibe 500 131) Mini2440 EOF buildfor=`input`; @@ -2456,6 +2456,29 @@ fi t_model="yps3" ;; + 160|pb_vibe500) + target_id=67 + modelname="pb_vibe500" + target="-DPBELL_VIBE500" + memory=32 # always + arm7tdmicc + tool="$rootdir/tools/scramble -mi4v3 -model=vibe500 -type=RBOS" + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 5" + output="jukebox.mi4" + appextra="recorder:gui" + plugins="no" + swcodec="yes" + boottool="$rootdir/tools/scramble -mi4v3 -model=vibe500 -type=RBBL" + bootoutput="rockbox.mi4" + # 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="pbell" + t_model="vibe500" + ;; *) echo "Please select a supported target platform!" |