summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorLorenzo Miori <memorys60@gmail.com>2013-11-15 22:05:40 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2013-12-02 20:48:21 +0100
commit1deab739803ee768e393bba41446450a792b6410 (patch)
tree26b5a121d6a03d2f394aa285ab017b1f317caf37 /tools/configure
parent15155ed10006f84c42bc435e354a16b3f391d55e (diff)
downloadrockbox-1deab739803ee768e393bba41446450a792b6410.tar.gz
rockbox-1deab739803ee768e393bba41446450a792b6410.zip
Initial commit for the YP-Z5 port
The port uses the imx233 soc, it's a STMP3650 based Samsung player Change-Id: I50b6d7e77fd292fab5ed26de87853cd5aaf9eaa4 Reviewed-on: http://gerrit.rockbox.org/490 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 71bd8d6029..b33c798a3a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1325,6 +1325,7 @@ cat <<EOF
1325 141) YH-920 170) HD200 ==Lyre project== 1325 141) YH-920 170) HD200 ==Lyre project==
1326 142) YH-925 171) HD300 130) Lyre proto 1 1326 142) YH-925 171) HD300 130) Lyre proto 1
1327 143) YP-S3 131) Mini2440 1327 143) YP-S3 131) Mini2440
1328 144) YP-Z5
1328 ==ROCKCHIP== 1329 ==ROCKCHIP==
1329 ==Application== 180) rk27xx generic ==HiFiMAN== 1330 ==Application== 180) rk27xx generic ==HiFiMAN==
1330 200) SDL 190) HM-60x 1331 200) SDL 190) HM-60x
@@ -3142,6 +3143,26 @@ fi
3142 t_model="yps3" 3143 t_model="yps3"
3143 ;; 3144 ;;
3144 3145
3146 144|samsungypz5)
3147 target_id=90
3148 modelname="samsungypz5"
3149 target="SAMSUNG_YPZ5"
3150 memory=16
3151 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3152 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
3153 tool="$rootdir/tools/scramble -add=ypz5"
3154 output="rockbox.samsung"
3155 bootoutput="bootloader-ypz5.samsung"
3156 appextra="gui:recorder:radio"
3157 plugins=""
3158 swcodec="yes"
3159 toolset=$scramblebitmaptools
3160 t_cpu="arm"
3161 t_manufacturer="imx233"
3162 t_model="samsung-ypz5"
3163 arm926ejscc
3164 ;;
3165
3145 160|vibe500) 3166 160|vibe500)
3146 target_id=67 3167 target_id=67
3147 modelname="vibe500" 3168 modelname="vibe500"