summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-08-14 14:05:32 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-08-14 14:13:54 +0100
commit786d06742a379df667b0fd14df0b2dbc045f312c (patch)
tree4b07eb4e9028c48a0a62663c3ce6ea0d7a62b11c /tools
parent62260aa7057f322f7f99062a6a3bd7534ea0047d (diff)
downloadrockbox-786d06742a379df667b0fd14df0b2dbc045f312c.tar.gz
rockbox-786d06742a379df667b0fd14df0b2dbc045f312c.zip
Remove Samsung YP-Z5 port
It has only a couple GB of onboard flash storage with no storage driver in Rockbox. It hasn't seen any meaningful development since its initial commit, it's not on the build farm, and the bootloader build is broken by other refactoring. Change-Id: Idd9e3c46fac9b96f416ce444182f97a50770e747
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure21
-rw-r--r--tools/scramble.c4
2 files changed, 2 insertions, 23 deletions
diff --git a/tools/configure b/tools/configure
index eb3a971366..91e7bb27be 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1571,7 +1571,7 @@ cat <<EOF
1571 141) YH-920 63) Sansa Fuze v2 1571 141) YH-920 63) Sansa Fuze v2
1572 142) YH-925 ==Tatung== 64) Sansa Fuze+ 1572 142) YH-925 ==Tatung== 64) Sansa Fuze+
1573 143) YP-S3 150) Elio TPJ-1022 65) Sansa Clip Zip 1573 143) YP-S3 150) Elio TPJ-1022 65) Sansa Clip Zip
1574 144) YP-Z5 66) Sansa Connect 1574 66) Sansa Connect
1575 ==Packard Bell== 1575 ==Packard Bell==
1576 ==Application== 160) Vibe 500 1576 ==Application== 160) Vibe 500
1577 200) SDL 1577 200) SDL
@@ -3085,25 +3085,6 @@ fi
3085 t_model="yps3" 3085 t_model="yps3"
3086 ;; 3086 ;;
3087 3087
3088 144|samsungypz5)
3089 target_id=90
3090 modelname="samsungypz5"
3091 target="SAMSUNG_YPZ5"
3092 memory=16
3093 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3094 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
3095 tool="$rootdir/tools/scramble -add=ypz5"
3096 output="rockbox.samsung"
3097 bootoutput="bootloader-ypz5.samsung"
3098 appextra="gui:recorder:radio"
3099 plugins=""
3100 toolset=$scramblebitmaptools
3101 t_cpu="arm"
3102 t_manufacturer="imx233"
3103 t_model="samsung-ypz5"
3104 arm926ejscc
3105 ;;
3106
3107 160|vibe500) 3088 160|vibe500)
3108 target_id=67 3089 target_id=67
3109 modelname="vibe500" 3090 modelname="vibe500"
diff --git a/tools/scramble.c b/tools/scramble.c
index ec79cb8ca2..fbefb60eec 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -106,7 +106,7 @@ void usage(void)
106 "\t m2v4, fuze, c2v2, clv2, y820, y920, y925, x747,\n" 106 "\t m2v4, fuze, c2v2, clv2, y820, y920, y925, x747,\n"
107 "\t 747p, x777, nn2g, m244, cli+, fuz2, hd20, hd30,\n" 107 "\t 747p, x777, nn2g, m244, cli+, fuz2, hd20, hd30,\n"
108 "\t ip6g, rk27, clzp, zxf2, zxf3, fuz+, e370, e360,\n" 108 "\t ip6g, rk27, clzp, zxf2, zxf3, fuz+, e370, e360,\n"
109 "\t zxfi, zmoz, zen, zenv, ypz5, zxfs, e450, e460,\n" 109 "\t zxfi, zmoz, zen, zenv, zxfs, e450, e460,\n"
110 "\t e470, e580, a10, a20, a860, s750, e350, xdx3)\n"); 110 "\t e470, e580, a10, a20, a860, s750, e350, xdx3)\n");
111 printf("\nNo option results in nothing being done.\n"); 111 printf("\nNo option results in nothing being done.\n");
112 112
@@ -295,8 +295,6 @@ int main (int argc, char** argv)
295 modelnum = 82; 295 modelnum = 82;
296 else if (!strcmp(&argv[1][5], "zxf3")) /* Creative Zen X-Fi3 */ 296 else if (!strcmp(&argv[1][5], "zxf3")) /* Creative Zen X-Fi3 */
297 modelnum = 83; 297 modelnum = 83;
298 else if (!strcmp(&argv[1][5], "ypz5")) /* Samsung YP-Z5 */
299 modelnum = 84;
300 else if (!strcmp(&argv[1][5], "zenv")) /* Creative Zen V */ 298 else if (!strcmp(&argv[1][5], "zenv")) /* Creative Zen V */
301 modelnum = 85; 299 modelnum = 85;
302 else if (!strcmp(&argv[1][5], "zxfi")) /* Creative ZEN X-Fi */ 300 else if (!strcmp(&argv[1][5], "zxfi")) /* Creative ZEN X-Fi */