1
0
Fork 0
forked from len0rd/rockbox

Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2007-09-20 04:46:41 +00:00
parent a80c0e8b83
commit 7b97fe21c0
34 changed files with 2651 additions and 93 deletions

28
tools/configure vendored
View file

@ -618,8 +618,8 @@ cat <<EOF
31) M5/M5L 51) Sansa e200R
52) Sansa c200
==Tatung==
60) Elio TPJ-1022
==Tatung== ==Olympus==
60) Elio TPJ-1022 70) M:Robe 500
EOF
buildfor=`input`;
@ -1257,6 +1257,30 @@ EOF
t_model="gigabeat-fx"
;;
70|mrobe500)
target_id=20
archos="mrobe500"
target="-DMROBE_500"
memory=64 # always
arm9tdmicc
tool="$rootdir/tools/scramble -add=giga"
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
output="rockbox.mrobe500"
appextra="recorder:gui"
archosrom=""
flash=""
plugins="no"
swcodec="yes"
toolset=$gigabeatbitmaptools
boottool="cp "
bootoutput="rockbox.mrboot"
# architecture, manufacturer and model for the target-tree build
t_cpu="arm"
t_manufacturer="olympus"
t_model="mrobe-500"
;;
50|e200)
target_id=23
archos="e200"