1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Andrew Ryabinin 2013-10-27 22:34:24 +04:00
parent b48e6d0e1c
commit d602717735
9 changed files with 268 additions and 7 deletions

25
tools/configure vendored
View file

@ -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"