summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/builds.pm4
-rwxr-xr-xtools/configure24
-rwxr-xr-xtools/release/sims.pl1
-rwxr-xr-xtools/rockboxdev.sh2
-rw-r--r--tools/scramble.c4
5 files changed, 33 insertions, 2 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index 1dfe937426..e002bfca7b 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -418,6 +418,10 @@ $releasenotes="/wiki/ReleaseNotes314";
418 name => 'Agptek Rocker', 418 name => 'Agptek Rocker',
419 status => 2 419 status => 2
420 } 420 }
421 'xduoox3' => {
422 name => 'xDuoo X3',
423 status => 2,
424 },
421); 425);
422 426
423sub manualname { 427sub manualname {
diff --git a/tools/configure b/tools/configure
index 76a62a6364..330c6640fe 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1535,6 +1535,8 @@ cat <<EOF
1535 232) DX50 240) Rocker 227) NW-A20 series 1535 232) DX50 240) Rocker 227) NW-A20 series
1536 233) DX90 228) NWZ-A860 series 1536 233) DX90 228) NWZ-A860 series
1537 229) NWZ-S750 series 1537 229) NWZ-S750 series
1538 ==xDuoo==
1539 241) X3
1538EOF 1540EOF
1539 1541
1540 buildfor=`input`; 1542 buildfor=`input`;
@@ -4215,6 +4217,28 @@ fi
4215 mipsellinuxcc 4217 mipsellinuxcc
4216 ;; 4218 ;;
4217 4219
4220 241|xduoox3)
4221 target_id=106
4222 modelname="xduoox3"
4223 target="XDUOO_X3"
4224 memory=64
4225 mipselcc
4226 tool="$rootdir/tools/scramble -add=xdx3"
4227 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
4228 bmp2rb_native="$bmp2rb_mono"
4229 output="rockbox.x3"
4230 appextra="recorder:gui:radio"
4231 plugins="yes"
4232 swcodec="yes"
4233 toolset=$genericbitmaptools
4234 boottool="cp"
4235 bootoutput="bootloader-x3.bin"
4236 # architecture, manufacturer and model for the target-tree build
4237 t_cpu="mips"
4238 t_manufacturer="ingenic_jz47xx"
4239 t_model="xduoo_x3"
4240 ;;
4241
4218 *) 4242 *)
4219 echo "Please select a supported target platform!" 4243 echo "Please select a supported target platform!"
4220 exit 7 4244 exit 7
diff --git a/tools/release/sims.pl b/tools/release/sims.pl
index d5cef51c67..190516907e 100755
--- a/tools/release/sims.pl
+++ b/tools/release/sims.pl
@@ -225,3 +225,4 @@ runone("sonynwze370");
225runone("creativezenxfi"); 225runone("creativezenxfi");
226runone("creativezen"); 226runone("creativezen");
227runone("creativezenmozaic"); 227runone("creativezenmozaic");
228runone("xduoox3");
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 856ab2003d..fac56e1102 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -700,7 +700,7 @@ if [ -z "$RBDEV_TARGET" ]; then
700 echo "s - sh (Archos models)" 700 echo "s - sh (Archos models)"
701 echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" 701 echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
702 echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" 702 echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
703 echo "i - mips (Jz4740 and ATJ-based players)" 703 echo "i - mips (Jz47xx and ATJ-based players)"
704 echo "r - arm-app (Samsung ypr0)" 704 echo "r - arm-app (Samsung ypr0)"
705 echo "x - arm-linux (Generic Linux ARM: Samsung ypr0, Linux-based Sony NWZ)" 705 echo "x - arm-linux (Generic Linux ARM: Samsung ypr0, Linux-based Sony NWZ)"
706 echo "y - mips-linux (Generic Linux MIPS: AGPTek Rocker)" 706 echo "y - mips-linux (Generic Linux MIPS: AGPTek Rocker)"
diff --git a/tools/scramble.c b/tools/scramble.c
index 14be30de69..7aa468ebaa 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -130,7 +130,7 @@ void usage(void)
130 "\t 747p, x777, nn2g, m244, cli+, fuz2, hd20, hd30,\n" 130 "\t 747p, x777, nn2g, m244, cli+, fuz2, hd20, hd30,\n"
131 "\t ip6g, rk27, clzp, zxf2, zxf3, fuz+, e370, e360,\n" 131 "\t ip6g, rk27, clzp, zxf2, zxf3, fuz+, e370, e360,\n"
132 "\t zxfi, zmoz, zen, zenv, ypz5, zxfs, e450, e460,\n" 132 "\t zxfi, zmoz, zen, zenv, ypz5, zxfs, e450, e460,\n"
133 "\t e470,e580,a10,a20,a860,s750,e350)\n"); 133 "\t e470, e580, a10, a20, a860, s750, e350, xdx3)\n");
134 printf("\nNo option results in Archos standard player/recorder format.\n"); 134 printf("\nNo option results in Archos standard player/recorder format.\n");
135 135
136 exit(1); 136 exit(1);
@@ -383,6 +383,8 @@ int main (int argc, char** argv)
383 modelnum = 90; 383 modelnum = 90;
384 else if (!strcmp(&argv[1][5], "zxfs")) /* Creative ZEN X-Fi Style */ 384 else if (!strcmp(&argv[1][5], "zxfs")) /* Creative ZEN X-Fi Style */
385 modelnum = 94; 385 modelnum = 94;
386 else if (!strcmp(&argv[1][5], "xdx3")) /* xDuoo X3 */
387 modelnum = 96;
386 else if (!strcmp(&argv[1][5], "e450")) /* Sony NWZ-E450 series */ 388 else if (!strcmp(&argv[1][5], "e450")) /* Sony NWZ-E450 series */
387 modelnum = 100; 389 modelnum = 100;
388 else if (!strcmp(&argv[1][5], "e460")) /* Sony NWZ-E460 series */ 390 else if (!strcmp(&argv[1][5], "e460")) /* Sony NWZ-E460 series */