diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-09-20 04:46:41 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-09-20 04:46:41 +0000 |
commit | 7b97fe21c0f2c9b6742ad50439020023f385fe6c (patch) | |
tree | 2c1a7312c3373b32e7dbc8a03d76c83dc9c12ce0 /tools | |
parent | a80c0e8b83eb52a322c2b33e49875159c6d6a12a (diff) | |
download | rockbox-7b97fe21c0f2c9b6742ad50439020023f385fe6c.tar.gz rockbox-7b97fe21c0f2c9b6742ad50439020023f385fe6c.zip |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 61c2618a98..a928e3060c 100755 --- a/tools/configure +++ b/tools/configure @@ -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" |