summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorAndrew Ryabinin <ryabinin.a.a@gmail.com>2013-04-15 09:51:22 +0400
committerAndrew Ryabinin <ryabinin.a.a@gmail.com>2013-05-06 14:09:24 +0400
commitfa4e1baa83a5f3f28f98b5b744b7692be9fb4fca (patch)
treedbb558d0e36b25031131d0c1e62f8c1ff8238470 /tools/configure
parent3fd25dcbed6ef964b828698facf6cc15189441ca (diff)
downloadrockbox-fa4e1baa83a5f3f28f98b5b744b7692be9fb4fca.zip
rockbox-fa4e1baa83a5f3f28f98b5b744b7692be9fb4fca.tar.gz
rockbox-fa4e1baa83a5f3f28f98b5b744b7692be9fb4fca.tar.bz2
rockbox-fa4e1baa83a5f3f28f98b5b744b7692be9fb4fca.tar.xz
Introduce HiFi E.T MA9 port.
Change-Id: I79aadc958fd5222f26f91ed127f8c6fb2c465dc2
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure27
1 files changed, 25 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 5e32247..efa9c33 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1328,8 +1328,8 @@ cat <<EOF
201) Android ==ROCKCHIP==
202) Nokia N8xx 180) rk27xx generic ==HiFiMAN==
203) Nokia N900 190) HM-60x
- 204) Pandora 191) HM-801
- 205) Samsung YP-R0
+ 204) Pandora ==HiFi E.T.== 191) HM-801
+ 205) Samsung YP-R0 210) MA9
206) Android MIPS
207) Android x86
EOF
@@ -3411,6 +3411,29 @@ fi
t_model="app"
;;
+ 210|hifietma9)
+ target_id=83
+ modelname="hifietma9"
+ target="MA9"
+ memory=16
+ arm7ejscc
+ tool="$rootdir/tools/scramble -rkw -modelnum=83"
+ bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
+ bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
+ output="rockbox.rkw"
+ bootoutput="bootloader.rkw"
+ appextra="recorder:gui"
+ plugins=""
+ swcodec="yes"
+ # toolset is the tools within the tools directory that we build for
+ # this particular target.
+ toolset="$genericbitmaptools"
+ # architecture, manufacturer and model for the target-tree build
+ t_cpu="arm"
+ t_manufacturer="rk27xx"
+ t_model="ma"
+ ;;
+
*)
echo "Please select a supported target platform!"
exit 7