summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure31
-rw-r--r--tools/scramble.c4
2 files changed, 31 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 2db57ef1ef..02f014d519 100755
--- a/tools/configure
+++ b/tools/configure
@@ -677,8 +677,9 @@ cat <<EOF
677 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 677 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB
678 71) M:Robe 100 678 71) M:Robe 100
679 ==Creative== 679 ==Creative==
680 90) Zen Vision:M 680 90) Zen Vision:M 30GB
681 91) Zen Vision 681 91) Zen Vision:M 60GB
682 92) Zen Vision
682 683
683EOF 684EOF
684 685
@@ -1476,7 +1477,31 @@ fi
1476 t_model="creative-zvm" 1477 t_model="creative-zvm"
1477 ;; 1478 ;;
1478 1479
1479 91|creativezenvision) 1480 91|creativezvm60gb)
1481 target_id=40
1482 modelname="creativezvm"
1483 target="-DCREATIVE_ZVM -DZVM_60GB"
1484 memory=64
1485 arm926ejscc
1486 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1487 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1488 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
1489 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
1490 tool="$rootdir/tools/scramble -creative=zvm60"
1491 output="rockbox.zvm60"
1492 appextra="recorder:gui"
1493 plugins=""
1494 swcodec="yes"
1495 toolset=$ipodbitmaptools
1496 boottool="$rootdir/tools/scramble -creative=zvm60"
1497 bootoutput="rockbox.zvm60boot"
1498 # architecture, manufacturer and model for the target-tree build
1499 t_cpu="arm"
1500 t_manufacturer="tms320dm320"
1501 t_model="creative-zvm"
1502 ;;
1503
1504 92|creativezenvision)
1480 target_id=39 1505 target_id=39
1481 modelname="creativezm" 1506 modelname="creativezm"
1482 target="-DCREATIVE_ZVM -DZEN_VISION" 1507 target="-DCREATIVE_ZVM -DZEN_VISION"
diff --git a/tools/scramble.c b/tools/scramble.c
index 25b54be852..2dcfd0c556 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -104,7 +104,9 @@ void usage(void)
104 "\t-ipod4g ipod firmware partition format (4th Gen, Mini, Nano, Photo/Color)\n" 104 "\t-ipod4g ipod firmware partition format (4th Gen, Mini, Nano, Photo/Color)\n"
105 "\t-ipod5g ipod firmware partition format (5th Gen - aka Video)\n" 105 "\t-ipod5g ipod firmware partition format (5th Gen - aka Video)\n"
106 "\t-creative=X Creative firmware structure format\n" 106 "\t-creative=X Creative firmware structure format\n"
107 "\t-gigabeat Toshiba Gigabeat F/X format\n" 107 "\t (X values: zvm, zvm60, zenvision\n"
108 "\t zenv, zen\n");
109 printf("\t-gigabeat Toshiba Gigabeat F/X format\n"
108 "\t-gigabeats Toshiba Gigabeat S format\n" 110 "\t-gigabeats Toshiba Gigabeat S format\n"
109 "\t-mi4v2 PortalPlayer .mi4 format (revision 010201)\n" 111 "\t-mi4v2 PortalPlayer .mi4 format (revision 010201)\n"
110 "\t-mi4v3 PortalPlayer .mi4 format (revision 010301)\n" 112 "\t-mi4v3 PortalPlayer .mi4 format (revision 010301)\n"