summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew Ryabinin <ryabinin.a.a@gmail.com>2011-11-03 11:53:02 +0000
committerAndrew Ryabinin <ryabinin.a.a@gmail.com>2011-11-03 11:53:02 +0000
commit2164aab9020bb37ec71a24461c4c42bc4e2eb2d3 (patch)
treedbf138f0f8d84789b335e6059508176a71fe0cde /tools
parent50211e20548bf3a5f7781489269a297cad58713e (diff)
downloadrockbox-2164aab9020bb37ec71a24461c4c42bc4e2eb2d3.tar.gz
rockbox-2164aab9020bb37ec71a24461c4c42bc4e2eb2d3.zip
Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by HM-60x to dummy_codec.{ch} as it works for PCM1704 used by HM-801.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30891 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 5b84f8774e..42cd2f8b07 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1292,6 +1292,7 @@ cat <<EOF
1292 202) Nokia N8xx 1292 202) Nokia N8xx
1293 203) Nokia N900 ==ROCKCHIP== ==HiFiMAN== 1293 203) Nokia N900 ==ROCKCHIP== ==HiFiMAN==
1294 204) Pandora 180) rk27xx generic 190) HM-60x 1294 204) Pandora 180) rk27xx generic 190) HM-60x
1295 191) HM-801
1295 1296
1296EOF 1297EOF
1297 1298
@@ -3054,6 +3055,29 @@ fi
3054 t_model="hm60x" 3055 t_model="hm60x"
3055 ;; 3056 ;;
3056 3057
3058 191|hifimanhm801)
3059 target_id=80
3060 modelname="hifimanhm801"
3061 target="-DHM801"
3062 memory=16
3063 arm7ejscc
3064 tool="$rootdir/tools/scramble -add=rk27"
3065 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3066 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
3067 output="rockbox.rk27"
3068 bootoutput="bootloader.rk27"
3069 appextra="recorder:gui"
3070 plugins="yes"
3071 swcodec="yes"
3072 # toolset is the tools within the tools directory that we build for
3073 # this particular target.
3074 toolset="$genericbitmaptools"
3075 # architecture, manufacturer and model for the target-tree build
3076 t_cpu="arm"
3077 t_manufacturer="rk27xx"
3078 t_model="hm801"
3079 ;;
3080
3057 200|sdlapp) 3081 200|sdlapp)
3058 application="yes" 3082 application="yes"
3059 target_id=73 3083 target_id=73