summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure30
1 files changed, 27 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure
index 63e5512c01..73e6a50e79 100755
--- a/tools/configure
+++ b/tools/configure
@@ -615,7 +615,7 @@ cat <<EOF
615 615
616 ==iAudio== ==Toshiba== ==SanDisk== 616 ==iAudio== ==Toshiba== ==SanDisk==
617 30) X5/X5V/X5L 40) Gigabeat F 50) Sansa e200 617 30) X5/X5V/X5L 40) Gigabeat F 50) Sansa e200
618 31) M5/M5L 51) Sansa e200R 618 31) M5/M5L 41) Gigabeat S 51) Sansa e200R
619 52) Sansa c200 619 52) Sansa c200
620 620
621 ==Tatung== ==Olympus== 621 ==Tatung== ==Olympus==
@@ -1257,6 +1257,30 @@ EOF
1257 t_model="gigabeat-fx" 1257 t_model="gigabeat-fx"
1258 ;; 1258 ;;
1259 1259
1260 41|gigabeats)
1261 target_id=26
1262 archos="gigabeats"
1263 target="-DGIGABEAT_S"
1264 memory=32 # always
1265 arm9tdmicc
1266 tool="$rootdir/tools/scramble -add=gigs"
1267 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1268 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1269 output="rockbox.gigabeat"
1270 appextra="recorder:gui"
1271 archosrom=""
1272 flash=""
1273 plugins="yes"
1274 codecs="libmad liba52 libffmpegFLAC libwma libTremor libwavpack libmusepack libalac libfaad libm4a libspeex libdemac"
1275 toolset=$gigabeatbitmaptools
1276 boottool="$rootdir/tools/scramble -gigabeats"
1277 bootoutput="nk.bin"
1278 # architecture, manufacturer and model for the target-tree build
1279 t_cpu="arm"
1280 t_manufacturer="imx31"
1281 t_model="gigabeat-s"
1282 ;;
1283
1260 70|mrobe500) 1284 70|mrobe500)
1261 target_id=20 1285 target_id=20
1262 archos="mrobe500" 1286 archos="mrobe500"
@@ -1349,7 +1373,7 @@ EOF
1349 appextra="recorder:gui" 1373 appextra="recorder:gui"
1350 archosrom="" 1374 archosrom=""
1351 flash="" 1375 flash=""
1352 plugins="yes" 1376 plugins=""
1353 swcodec="yes" 1377 swcodec="yes"
1354 boottool="$rootdir/tools/scramble -mi4v3 -model=c200 -type=RBBL" 1378 boottool="$rootdir/tools/scramble -mi4v3 -model=c200 -type=RBBL"
1355 bootoutput="firmware.mi4" 1379 bootoutput="firmware.mi4"
@@ -1387,7 +1411,7 @@ EOF
1387 t_manufacturer="tatung" 1411 t_manufacturer="tatung"
1388 t_model="tpj1022" 1412 t_model="tpj1022"
1389 ;; 1413 ;;
1390 1414
1391 *) 1415 *)
1392 echo "Please select a supported target platform!" 1416 echo "Please select a supported target platform!"
1393 exit 1417 exit