diff options
| author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2013-10-27 22:34:24 +0400 |
|---|---|---|
| committer | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2013-11-05 09:59:45 +0400 |
| commit | d602717735b09cdd39e4e8c75d69ce8c5e2d957d (patch) | |
| tree | fd22483f6d11f41daeec6a4668e5007ed4481e9a /tools/configure | |
| parent | b48e6d0e1c7e533d3da5519a9b0d76026db14f4d (diff) | |
| download | rockbox-d602717735b09cdd39e4e8c75d69ce8c5e2d957d.zip rockbox-d602717735b09cdd39e4e8c75d69ce8c5e2d957d.tar.gz rockbox-d602717735b09cdd39e4e8c75d69ce8c5e2d957d.tar.bz2 rockbox-d602717735b09cdd39e4e8c75d69ce8c5e2d957d.tar.xz | |
Introduce HiFi E.T. MA9C port.
The only difference between this target and HiFi E.T. MA9
is display driver (ILI9342 in MA9 and ILI9342c in MA9C)
Change-Id: Icc3d2490f850902a653175360f12283f3708bbb7
Diffstat (limited to 'tools/configure')
| -rwxr-xr-x | tools/configure | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 437a70b..368a186 100755 --- a/tools/configure +++ b/tools/configure @@ -1330,7 +1330,7 @@ cat <<EOF 200) SDL 190) HM-60x 201) Android ==HiFi E.T.== 191) HM-801 202) Nokia N8xx 210) MA9 - 203) Nokia N900 ==Sony== + 203) Nokia N900 211) MA9C ==Sony== 204) Pandora 220) NWZ-E370 series 205) Samsung YP-R0 221) NWZ-E360 series 206) Android MIPS @@ -3498,6 +3498,29 @@ fi t_model="ma" ;; + 211|hifietma9c) + target_id=84 + modelname="hifietma9c" + target="MA9C" + memory=16 + arm7ejscc + tool="$rootdir/tools/scramble -rkw -modelnum=84" + 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" + ;; + 220|sonynwze370) target_id=88 modelname="sonynwze370" |