summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure50
1 files changed, 48 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 368a18611d..328c54845e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1331,8 +1331,8 @@ cat <<EOF
1331 201) Android ==HiFi E.T.== 191) HM-801 1331 201) Android ==HiFi E.T.== 191) HM-801
1332 202) Nokia N8xx 210) MA9 1332 202) Nokia N8xx 210) MA9
1333 203) Nokia N900 211) MA9C ==Sony== 1333 203) Nokia N900 211) MA9C ==Sony==
1334 204) Pandora 220) NWZ-E370 series 1334 204) Pandora 212) MA8 220) NWZ-E370 series
1335 205) Samsung YP-R0 221) NWZ-E360 series 1335 205) Samsung YP-R0 213) MA8C 221) NWZ-E360 series
1336 206) Android MIPS 1336 206) Android MIPS
1337 207) Android x86 1337 207) Android x86
1338EOF 1338EOF
@@ -3521,6 +3521,52 @@ fi
3521 t_model="ma" 3521 t_model="ma"
3522 ;; 3522 ;;
3523 3523
3524 212|hifietma8)
3525 target_id=85
3526 modelname="hifietma8"
3527 target="MA8"
3528 memory=16
3529 arm7ejscc
3530 tool="$rootdir/tools/scramble -rkw -modelnum=85"
3531 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3532 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
3533 output="rockbox.rkw"
3534 bootoutput="bootloader.rkw"
3535 appextra="recorder:gui"
3536 plugins=""
3537 swcodec="yes"
3538 # toolset is the tools within the tools directory that we build for
3539 # this particular target.
3540 toolset="$genericbitmaptools"
3541 # architecture, manufacturer and model for the target-tree build
3542 t_cpu="arm"
3543 t_manufacturer="rk27xx"
3544 t_model="ma"
3545 ;;
3546
3547 213|hifietma8c)
3548 target_id=91
3549 modelname="hifietma8c"
3550 target="MA8C"
3551 memory=16
3552 arm7ejscc
3553 tool="$rootdir/tools/scramble -rkw -modelnum=91"
3554 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3555 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
3556 output="rockbox.rkw"
3557 bootoutput="bootloader.rkw"
3558 appextra="recorder:gui"
3559 plugins=""
3560 swcodec="yes"
3561 # toolset is the tools within the tools directory that we build for
3562 # this particular target.
3563 toolset="$genericbitmaptools"
3564 # architecture, manufacturer and model for the target-tree build
3565 t_cpu="arm"
3566 t_manufacturer="rk27xx"
3567 t_model="ma"
3568 ;;
3569
3524 220|sonynwze370) 3570 220|sonynwze370)
3525 target_id=88 3571 target_id=88
3526 modelname="sonynwze370" 3572 modelname="sonynwze370"