summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure41
1 files changed, 41 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 7746044396..aaed8a4029 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2280,6 +2280,26 @@ fi
2280 arm926ejscc 2280 arm926ejscc
2281 ;; 2281 ;;
2282 2282
2283 96|creativezenxfi)
2284 target_id=86
2285 modelname="creativezenxfi"
2286 target="CREATIVE_ZENXFI"
2287 memory=64
2288 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2289 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2290 tool="$rootdir/tools/scramble -add=zxfi"
2291 output="rockbox.creative"
2292 bootoutput="bootloader-zenxfi.creative"
2293 appextra="gui:recorder:radio"
2294 plugins=""
2295 swcodec="yes"
2296 toolset=$scramblebitmaptools
2297 t_cpu="arm"
2298 t_manufacturer="imx233"
2299 t_model="creative-zen"
2300 arm926ejscc
2301 ;;
2302
2283 97|creativezenmozaic) 2303 97|creativezenmozaic)
2284 target_id=87 2304 target_id=87
2285 modelname="creativezenmozaic" 2305 modelname="creativezenmozaic"
@@ -2300,6 +2320,27 @@ fi
2300 arm926ejscc 2320 arm926ejscc
2301 ;; 2321 ;;
2302 2322
2323 98|creativezen)
2324 target_id=90
2325 modelname="creativezen"
2326 target="CREATIVE_ZEN"
2327 memory=32
2328 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2329 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2330 tool="$rootdir/tools/scramble -add=zen"
2331 output="rockbox.creative"
2332 bootoutput="bootloader-zen.creative"
2333 appextra="gui:recorder:radio"
2334 plugins=""
2335 swcodec="yes"
2336 toolset=$scramblebitmaptools
2337 t_cpu="arm"
2338 t_manufacturer="imx233"
2339 t_model="creative-zen"
2340 arm926ejscc
2341 ;;
2342
2343
2303 50|sansae200) 2344 50|sansae200)
2304 target_id=23 2345 target_id=23
2305 modelname="sansae200" 2346 modelname="sansae200"