diff options
author | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:03:11 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:03:11 +0000 |
commit | 66fa5b578904f7df61293d6ce5c08966b5db13db (patch) | |
tree | 5db57c13d5b23e76793b60bbc48579ac24da1550 /tools/configure | |
parent | 7b70046e7ab7329d93f800fe4b074fabff998a0e (diff) | |
download | rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.tar.gz rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.zip |
Rename targets to be consistent in all places. (FS #10819)
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23881 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 208 |
1 files changed, 104 insertions, 104 deletions
diff --git a/tools/configure b/tools/configure index 693113e19f..9745ae2a53 100755 --- a/tools/configure +++ b/tools/configure | |||
@@ -315,16 +315,16 @@ whichadvanced () { | |||
315 | if [ "$memory" = "2" ]; then | 315 | if [ "$memory" = "2" ]; then |
316 | printf ", (8)MB MOD" | 316 | printf ", (8)MB MOD" |
317 | fi | 317 | fi |
318 | if [ "$modelname" = "player" ]; then | 318 | if [ "$modelname" = "archosplayer" ]; then |
319 | printf ", Use (A)TA poweroff" | 319 | printf ", Use (A)TA poweroff" |
320 | fi | 320 | fi |
321 | if [ "$t_model" = "ondio" ]; then | 321 | if [ "$t_model" = "ondio" ]; then |
322 | printf ", (B)acklight MOD" | 322 | printf ", (B)acklight MOD" |
323 | fi | 323 | fi |
324 | if [ "$modelname" = "m5" ]; then | 324 | if [ "$modelname" = "iaudiom5" ]; then |
325 | printf ", (F)M radio MOD" | 325 | printf ", (F)M radio MOD" |
326 | fi | 326 | fi |
327 | if [ "$modelname" = "h120" ]; then | 327 | if [ "$modelname" = "iriverh120" ]; then |
328 | printf ", (R)TC MOD" | 328 | printf ", (R)TC MOD" |
329 | fi | 329 | fi |
330 | echo "" | 330 | echo "" |
@@ -375,7 +375,7 @@ whichadvanced () { | |||
375 | fi | 375 | fi |
376 | ;; | 376 | ;; |
377 | [Aa]) | 377 | [Aa]) |
378 | if [ "$modelname" = "player" ]; then | 378 | if [ "$modelname" = "archosplayer" ]; then |
379 | have_ata_poweroff="#define HAVE_ATA_POWEROFF" | 379 | have_ata_poweroff="#define HAVE_ATA_POWEROFF" |
380 | echo "ATA poweroff enabled" | 380 | echo "ATA poweroff enabled" |
381 | fi | 381 | fi |
@@ -387,13 +387,13 @@ whichadvanced () { | |||
387 | fi | 387 | fi |
388 | ;; | 388 | ;; |
389 | [Ff]) | 389 | [Ff]) |
390 | if [ "$modelname" = "m5" ]; then | 390 | if [ "$modelname" = "iaudiom5" ]; then |
391 | have_fmradio_in="#define HAVE_FMRADIO_IN" | 391 | have_fmradio_in="#define HAVE_FMRADIO_IN" |
392 | echo "FM radio functions enabled" | 392 | echo "FM radio functions enabled" |
393 | fi | 393 | fi |
394 | ;; | 394 | ;; |
395 | [Rr]) | 395 | [Rr]) |
396 | if [ "$modelname" = "h120" ]; then | 396 | if [ "$modelname" = "iriverh120" ]; then |
397 | config_rtc="#define CONFIG_RTC RTC_DS1339_DS3231" | 397 | config_rtc="#define CONFIG_RTC RTC_DS1339_DS3231" |
398 | have_rtc_alarm="#define HAVE_RTC_ALARM" | 398 | have_rtc_alarm="#define HAVE_RTC_ALARM" |
399 | echo "RTC functions enabled (DS1339/DS3231)" | 399 | echo "RTC functions enabled (DS1339/DS3231)" |
@@ -839,7 +839,7 @@ else | |||
839 | cat <<EOF | 839 | cat <<EOF |
840 | ==Archos== ==iriver== ==Apple iPod== | 840 | ==Archos== ==iriver== ==Apple iPod== |
841 | 0) Player/Studio 10) H120/H140 20) Color/Photo | 841 | 0) Player/Studio 10) H120/H140 20) Color/Photo |
842 | 1) Recorder 11) H320/H340 21) Nano | 842 | 1) Recorder 11) H320/H340 21) Nano 1G |
843 | 2) FM Recorder 12) iHP-100/110/115 22) Video | 843 | 2) FM Recorder 12) iHP-100/110/115 22) Video |
844 | 3) Recorder v2 13) iFP-790 23) 3G | 844 | 3) Recorder v2 13) iFP-790 23) 3G |
845 | 4) Ondio SP 14) H10 20Gb 24) 4G Grayscale | 845 | 4) Ondio SP 14) H10 20Gb 24) 4G Grayscale |
@@ -928,9 +928,9 @@ fi | |||
928 | 928 | ||
929 | case $buildfor in | 929 | case $buildfor in |
930 | 930 | ||
931 | 0|player) | 931 | 0|archosplayer) |
932 | target_id=1 | 932 | target_id=1 |
933 | modelname="player" | 933 | modelname="archosplayer" |
934 | target="-DARCHOS_PLAYER" | 934 | target="-DARCHOS_PLAYER" |
935 | shcc | 935 | shcc |
936 | tool="$rootdir/tools/scramble" | 936 | tool="$rootdir/tools/scramble" |
@@ -954,9 +954,9 @@ fi | |||
954 | t_model="player" | 954 | t_model="player" |
955 | ;; | 955 | ;; |
956 | 956 | ||
957 | 1|recorder) | 957 | 1|archosrecorder) |
958 | target_id=2 | 958 | target_id=2 |
959 | modelname="recorder" | 959 | modelname="archosrecorder" |
960 | target="-DARCHOS_RECORDER" | 960 | target="-DARCHOS_RECORDER" |
961 | shcc | 961 | shcc |
962 | tool="$rootdir/tools/scramble" | 962 | tool="$rootdir/tools/scramble" |
@@ -976,9 +976,9 @@ fi | |||
976 | t_model="recorder" | 976 | t_model="recorder" |
977 | ;; | 977 | ;; |
978 | 978 | ||
979 | 2|fmrecorder) | 979 | 2|archosfmrecorder) |
980 | target_id=3 | 980 | target_id=3 |
981 | modelname="fmrecorder" | 981 | modelname="archosfmrecorder" |
982 | target="-DARCHOS_FMRECORDER" | 982 | target="-DARCHOS_FMRECORDER" |
983 | shcc | 983 | shcc |
984 | tool="$rootdir/tools/scramble -fm" | 984 | tool="$rootdir/tools/scramble -fm" |
@@ -998,9 +998,9 @@ fi | |||
998 | t_model="fm_v2" | 998 | t_model="fm_v2" |
999 | ;; | 999 | ;; |
1000 | 1000 | ||
1001 | 3|recorderv2) | 1001 | 3|archosrecorderv2) |
1002 | target_id=4 | 1002 | target_id=4 |
1003 | modelname="recorderv2" | 1003 | modelname="archosrecorderv2" |
1004 | target="-DARCHOS_RECORDERV2" | 1004 | target="-DARCHOS_RECORDERV2" |
1005 | shcc | 1005 | shcc |
1006 | tool="$rootdir/tools/scramble -v2" | 1006 | tool="$rootdir/tools/scramble -v2" |
@@ -1020,9 +1020,9 @@ fi | |||
1020 | t_model="fm_v2" | 1020 | t_model="fm_v2" |
1021 | ;; | 1021 | ;; |
1022 | 1022 | ||
1023 | 4|ondiosp) | 1023 | 4|archosondiosp) |
1024 | target_id=7 | 1024 | target_id=7 |
1025 | modelname="ondiosp" | 1025 | modelname="archosondiosp" |
1026 | target="-DARCHOS_ONDIOSP" | 1026 | target="-DARCHOS_ONDIOSP" |
1027 | shcc | 1027 | shcc |
1028 | tool="$rootdir/tools/scramble -osp" | 1028 | tool="$rootdir/tools/scramble -osp" |
@@ -1042,9 +1042,9 @@ fi | |||
1042 | t_model="ondio" | 1042 | t_model="ondio" |
1043 | ;; | 1043 | ;; |
1044 | 1044 | ||
1045 | 5|ondiofm) | 1045 | 5|archosondiofm) |
1046 | target_id=8 | 1046 | target_id=8 |
1047 | modelname="ondiofm" | 1047 | modelname="archosondiofm" |
1048 | target="-DARCHOS_ONDIOFM" | 1048 | target="-DARCHOS_ONDIOFM" |
1049 | shcc | 1049 | shcc |
1050 | tool="$rootdir/tools/scramble -ofm" | 1050 | tool="$rootdir/tools/scramble -ofm" |
@@ -1062,9 +1062,9 @@ fi | |||
1062 | t_model="ondio" | 1062 | t_model="ondio" |
1063 | ;; | 1063 | ;; |
1064 | 1064 | ||
1065 | 6|av300) | 1065 | 6|archosav300) |
1066 | target_id=38 | 1066 | target_id=38 |
1067 | modelname="av300" | 1067 | modelname="archosav300" |
1068 | target="-DARCHOS_AV300" | 1068 | target="-DARCHOS_AV300" |
1069 | memory=16 # always | 1069 | memory=16 # always |
1070 | arm7tdmicc | 1070 | arm7tdmicc |
@@ -1084,9 +1084,9 @@ fi | |||
1084 | t_model="av300" | 1084 | t_model="av300" |
1085 | ;; | 1085 | ;; |
1086 | 1086 | ||
1087 | 10|h120) | 1087 | 10|iriverh120) |
1088 | target_id=9 | 1088 | target_id=9 |
1089 | modelname="h120" | 1089 | modelname="iriverh120" |
1090 | target="-DIRIVER_H120" | 1090 | target="-DIRIVER_H120" |
1091 | memory=32 # always | 1091 | memory=32 # always |
1092 | coldfirecc | 1092 | coldfirecc |
@@ -1108,9 +1108,9 @@ fi | |||
1108 | t_model="h100" | 1108 | t_model="h100" |
1109 | ;; | 1109 | ;; |
1110 | 1110 | ||
1111 | 11|h300) | 1111 | 11|iriverh300) |
1112 | target_id=10 | 1112 | target_id=10 |
1113 | modelname="h300" | 1113 | modelname="iriverh300" |
1114 | target="-DIRIVER_H300" | 1114 | target="-DIRIVER_H300" |
1115 | memory=32 # always | 1115 | memory=32 # always |
1116 | coldfirecc | 1116 | coldfirecc |
@@ -1131,9 +1131,9 @@ fi | |||
1131 | t_model="h300" | 1131 | t_model="h300" |
1132 | ;; | 1132 | ;; |
1133 | 1133 | ||
1134 | 12|h100) | 1134 | 12|iriverh100) |
1135 | target_id=11 | 1135 | target_id=11 |
1136 | modelname="h100" | 1136 | modelname="iriverh100" |
1137 | target="-DIRIVER_H100" | 1137 | target="-DIRIVER_H100" |
1138 | memory=16 # always | 1138 | memory=16 # always |
1139 | coldfirecc | 1139 | coldfirecc |
@@ -1155,9 +1155,9 @@ fi | |||
1155 | t_model="h100" | 1155 | t_model="h100" |
1156 | ;; | 1156 | ;; |
1157 | 1157 | ||
1158 | 13|ifp7xx) | 1158 | 13|iriverifp7xx) |
1159 | target_id=19 | 1159 | target_id=19 |
1160 | modelname="ifp7xx" | 1160 | modelname="iriverifp7xx" |
1161 | target="-DIRIVER_IFP7XX" | 1161 | target="-DIRIVER_IFP7XX" |
1162 | memory=1 | 1162 | memory=1 |
1163 | arm7tdmicc short | 1163 | arm7tdmicc short |
@@ -1176,9 +1176,9 @@ fi | |||
1176 | t_model="iriver-ifp7xx" | 1176 | t_model="iriver-ifp7xx" |
1177 | ;; | 1177 | ;; |
1178 | 1178 | ||
1179 | 14|h10) | 1179 | 14|iriverh10) |
1180 | target_id=22 | 1180 | target_id=22 |
1181 | modelname="h10" | 1181 | modelname="iriverh10" |
1182 | target="-DIRIVER_H10" | 1182 | target="-DIRIVER_H10" |
1183 | memory=32 # always | 1183 | memory=32 # always |
1184 | arm7tdmicc | 1184 | arm7tdmicc |
@@ -1200,9 +1200,9 @@ fi | |||
1200 | t_model="h10" | 1200 | t_model="h10" |
1201 | ;; | 1201 | ;; |
1202 | 1202 | ||
1203 | 15|h10_5gb) | 1203 | 15|iriverh10_5gb) |
1204 | target_id=24 | 1204 | target_id=24 |
1205 | modelname="h10_5gb" | 1205 | modelname="iriverh10_5gb" |
1206 | target="-DIRIVER_H10_5GB" | 1206 | target="-DIRIVER_H10_5GB" |
1207 | memory=32 # always | 1207 | memory=32 # always |
1208 | arm7tdmicc | 1208 | arm7tdmicc |
@@ -1247,9 +1247,9 @@ fi | |||
1247 | t_model="color" | 1247 | t_model="color" |
1248 | ;; | 1248 | ;; |
1249 | 1249 | ||
1250 | 21|ipodnano) | 1250 | 21|ipodnano1g) |
1251 | target_id=14 | 1251 | target_id=14 |
1252 | modelname="ipodnano" | 1252 | modelname="ipodnano1g" |
1253 | target="-DIPOD_NANO" | 1253 | target="-DIPOD_NANO" |
1254 | memory=32 # always | 1254 | memory=32 # always |
1255 | arm7tdmicc | 1255 | arm7tdmicc |
@@ -1338,9 +1338,9 @@ fi | |||
1338 | t_model="4g" | 1338 | t_model="4g" |
1339 | ;; | 1339 | ;; |
1340 | 1340 | ||
1341 | 25|ipodmini) | 1341 | 25|ipodmini1g) |
1342 | target_id=18 | 1342 | target_id=18 |
1343 | modelname="ipodmini" | 1343 | modelname="ipodmini1g" |
1344 | target="-DIPOD_MINI" | 1344 | target="-DIPOD_MINI" |
1345 | memory=32 # always | 1345 | memory=32 # always |
1346 | arm7tdmicc | 1346 | arm7tdmicc |
@@ -1431,9 +1431,9 @@ fi | |||
1431 | t_model="ipodnano2g" | 1431 | t_model="ipodnano2g" |
1432 | ;; | 1432 | ;; |
1433 | 1433 | ||
1434 | 30|x5) | 1434 | 30|iaudiox5) |
1435 | target_id=12 | 1435 | target_id=12 |
1436 | modelname="x5" | 1436 | modelname="iaudiox5" |
1437 | target="-DIAUDIO_X5" | 1437 | target="-DIAUDIO_X5" |
1438 | memory=16 # always | 1438 | memory=16 # always |
1439 | coldfirecc | 1439 | coldfirecc |
@@ -1455,9 +1455,9 @@ fi | |||
1455 | t_model="x5" | 1455 | t_model="x5" |
1456 | ;; | 1456 | ;; |
1457 | 1457 | ||
1458 | 31|m5) | 1458 | 31|iaudiom5) |
1459 | target_id=28 | 1459 | target_id=28 |
1460 | modelname="m5" | 1460 | modelname="iaudiom5" |
1461 | target="-DIAUDIO_M5" | 1461 | target="-DIAUDIO_M5" |
1462 | memory=16 # always | 1462 | memory=16 # always |
1463 | coldfirecc | 1463 | coldfirecc |
@@ -1524,9 +1524,9 @@ fi | |||
1524 | t_model="cowond2" | 1524 | t_model="cowond2" |
1525 | ;; | 1525 | ;; |
1526 | 1526 | ||
1527 | 34|m3) | 1527 | 34|iaudiom3) |
1528 | target_id=37 | 1528 | target_id=37 |
1529 | modelname="m3" | 1529 | modelname="iaudiom3" |
1530 | target="-DIAUDIO_M3" | 1530 | target="-DIAUDIO_M3" |
1531 | memory=16 # always | 1531 | memory=16 # always |
1532 | coldfirecc | 1532 | coldfirecc |
@@ -1546,9 +1546,9 @@ fi | |||
1546 | t_model="m3" | 1546 | t_model="m3" |
1547 | ;; | 1547 | ;; |
1548 | 1548 | ||
1549 | 40|gigabeatf) | 1549 | 40|gigabeatfx) |
1550 | target_id=20 | 1550 | target_id=20 |
1551 | modelname="gigabeatf" | 1551 | modelname="gigabeatfx" |
1552 | target="-DGIGABEAT_F" | 1552 | target="-DGIGABEAT_F" |
1553 | memory=32 # always | 1553 | memory=32 # always |
1554 | arm9tdmicc | 1554 | arm9tdmicc |
@@ -1664,9 +1664,9 @@ fi | |||
1664 | t_model="logikdax" | 1664 | t_model="logikdax" |
1665 | ;; | 1665 | ;; |
1666 | 1666 | ||
1667 | 90|creativezvm30gb) | 1667 | 90|zenvisionm30gb) |
1668 | target_id=35 | 1668 | target_id=35 |
1669 | modelname="creativezvm30" | 1669 | modelname="zenvisionm30gb" |
1670 | target="-DCREATIVE_ZVM" | 1670 | target="-DCREATIVE_ZVM" |
1671 | memory=64 | 1671 | memory=64 |
1672 | arm926ejscc | 1672 | arm926ejscc |
@@ -1687,9 +1687,9 @@ fi | |||
1687 | t_model="creative-zvm" | 1687 | t_model="creative-zvm" |
1688 | ;; | 1688 | ;; |
1689 | 1689 | ||
1690 | 91|creativezvm60gb) | 1690 | 91|zenvisionm60gb) |
1691 | target_id=40 | 1691 | target_id=40 |
1692 | modelname="creativezvm60" | 1692 | modelname="creativezvm60gb" |
1693 | target="-DCREATIVE_ZVM60GB" | 1693 | target="-DCREATIVE_ZVM60GB" |
1694 | memory=64 | 1694 | memory=64 |
1695 | arm926ejscc | 1695 | arm926ejscc |
@@ -1710,9 +1710,9 @@ fi | |||
1710 | t_model="creative-zvm" | 1710 | t_model="creative-zvm" |
1711 | ;; | 1711 | ;; |
1712 | 1712 | ||
1713 | 92|creativezenvision) | 1713 | 92|zenvision) |
1714 | target_id=39 | 1714 | target_id=39 |
1715 | modelname="creativezv" | 1715 | modelname="zenvision" |
1716 | target="-DCREATIVE_ZV" | 1716 | target="-DCREATIVE_ZV" |
1717 | memory=64 | 1717 | memory=64 |
1718 | arm926ejscc | 1718 | arm926ejscc |
@@ -1733,9 +1733,9 @@ fi | |||
1733 | t_model="creative-zvm" | 1733 | t_model="creative-zvm" |
1734 | ;; | 1734 | ;; |
1735 | 1735 | ||
1736 | 50|e200) | 1736 | 50|sansae200) |
1737 | target_id=23 | 1737 | target_id=23 |
1738 | modelname="e200" | 1738 | modelname="sansae200" |
1739 | target="-DSANSA_E200" | 1739 | target="-DSANSA_E200" |
1740 | memory=32 # supposedly | 1740 | memory=32 # supposedly |
1741 | arm7tdmicc | 1741 | arm7tdmicc |
@@ -1757,12 +1757,12 @@ fi | |||
1757 | t_model="sansa-e200" | 1757 | t_model="sansa-e200" |
1758 | ;; | 1758 | ;; |
1759 | 1759 | ||
1760 | 51|e200r) | 1760 | 51|sansae200r) |
1761 | # the e200R model is pretty much identical to the e200, it only has a | 1761 | # the e200R model is pretty much identical to the e200, it only has a |
1762 | # different option to the scramble tool when building a bootloader and | 1762 | # different option to the scramble tool when building a bootloader and |
1763 | # makes the bootloader output file name in all lower case. | 1763 | # makes the bootloader output file name in all lower case. |
1764 | target_id=27 | 1764 | target_id=27 |
1765 | modelname="e200r" | 1765 | modelname="sansae200r" |
1766 | target="-DSANSA_E200" | 1766 | target="-DSANSA_E200" |
1767 | memory=32 # supposedly | 1767 | memory=32 # supposedly |
1768 | arm7tdmicc | 1768 | arm7tdmicc |
@@ -1784,9 +1784,9 @@ fi | |||
1784 | t_model="sansa-e200" | 1784 | t_model="sansa-e200" |
1785 | ;; | 1785 | ;; |
1786 | 1786 | ||
1787 | 52|c200) | 1787 | 52|sansac200) |
1788 | target_id=30 | 1788 | target_id=30 |
1789 | modelname="c200" | 1789 | modelname="sansac200" |
1790 | target="-DSANSA_C200" | 1790 | target="-DSANSA_C200" |
1791 | memory=32 # supposedly | 1791 | memory=32 # supposedly |
1792 | arm7tdmicc | 1792 | arm7tdmicc |
@@ -1808,9 +1808,9 @@ fi | |||
1808 | t_model="sansa-c200" | 1808 | t_model="sansa-c200" |
1809 | ;; | 1809 | ;; |
1810 | 1810 | ||
1811 | 53|m200) | 1811 | 53|sansam200) |
1812 | target_id=48 | 1812 | target_id=48 |
1813 | modelname="m200" | 1813 | modelname="sansam200" |
1814 | target="-DSANSA_M200" | 1814 | target="-DSANSA_M200" |
1815 | memory=1 # always | 1815 | memory=1 # always |
1816 | arm946cc | 1816 | arm946cc |
@@ -1832,9 +1832,9 @@ fi | |||
1832 | t_model="m200" | 1832 | t_model="m200" |
1833 | ;; | 1833 | ;; |
1834 | 1834 | ||
1835 | 54|c100) | 1835 | 54|sansac100) |
1836 | target_id=42 | 1836 | target_id=42 |
1837 | modelname="c100" | 1837 | modelname="sansac100" |
1838 | target="-DSANSA_C100" | 1838 | target="-DSANSA_C100" |
1839 | memory=2 | 1839 | memory=2 |
1840 | arm946cc | 1840 | arm946cc |
@@ -1856,9 +1856,9 @@ fi | |||
1856 | t_model="c100" | 1856 | t_model="c100" |
1857 | ;; | 1857 | ;; |
1858 | 1858 | ||
1859 | 55|Clip|clip) | 1859 | 55|sansaclip) |
1860 | target_id=50 | 1860 | target_id=50 |
1861 | modelname="clip" | 1861 | modelname="sansaclip" |
1862 | target="-DSANSA_CLIP" | 1862 | target="-DSANSA_CLIP" |
1863 | memory=2 | 1863 | memory=2 |
1864 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" | 1864 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" |
@@ -1877,9 +1877,9 @@ fi | |||
1877 | ;; | 1877 | ;; |
1878 | 1878 | ||
1879 | 1879 | ||
1880 | 56|e200v2) | 1880 | 56|sansae200v2) |
1881 | target_id=51 | 1881 | target_id=51 |
1882 | modelname="e200v2" | 1882 | modelname="sansae200v2" |
1883 | target="-DSANSA_E200V2" | 1883 | target="-DSANSA_E200V2" |
1884 | memory=8 | 1884 | memory=8 |
1885 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" | 1885 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" |
@@ -1898,9 +1898,9 @@ fi | |||
1898 | ;; | 1898 | ;; |
1899 | 1899 | ||
1900 | 1900 | ||
1901 | 57|m200v4) | 1901 | 57|sansam200v4) |
1902 | target_id=52 | 1902 | target_id=52 |
1903 | modelname="m200v4" | 1903 | modelname="sansam200v4" |
1904 | target="-DSANSA_M200V4" | 1904 | target="-DSANSA_M200V4" |
1905 | memory=2 | 1905 | memory=2 |
1906 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" | 1906 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" |
@@ -1919,9 +1919,9 @@ fi | |||
1919 | ;; | 1919 | ;; |
1920 | 1920 | ||
1921 | 1921 | ||
1922 | 58|fuze) | 1922 | 58|sansafuze) |
1923 | target_id=53 | 1923 | target_id=53 |
1924 | modelname="fuze" | 1924 | modelname="sansafuze" |
1925 | target="-DSANSA_FUZE" | 1925 | target="-DSANSA_FUZE" |
1926 | memory=8 | 1926 | memory=8 |
1927 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" | 1927 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" |
@@ -1940,9 +1940,9 @@ fi | |||
1940 | ;; | 1940 | ;; |
1941 | 1941 | ||
1942 | 1942 | ||
1943 | 59|c200v2) | 1943 | 59|sansac200v2) |
1944 | target_id=55 | 1944 | target_id=55 |
1945 | modelname="c200v2" | 1945 | modelname="sansac200v2" |
1946 | target="-DSANSA_C200V2" | 1946 | target="-DSANSA_C200V2" |
1947 | memory=2 # as per OF diagnosis mode | 1947 | memory=2 # as per OF diagnosis mode |
1948 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" | 1948 | bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" |
@@ -1963,11 +1963,11 @@ fi | |||
1963 | arm9tdmicc | 1963 | arm9tdmicc |
1964 | ;; | 1964 | ;; |
1965 | 1965 | ||
1966 | 60|Clipv2|clipv2) | 1966 | 60|sansaclipv2) |
1967 | echo "Sansa Clipv2 is not yet supported !" | 1967 | echo "Sansa Clipv2 is not yet supported !" |
1968 | exit 1 | 1968 | exit 1 |
1969 | target_id=60 | 1969 | target_id=60 |
1970 | modelname="clipv2" | 1970 | modelname="sansaclipv2" |
1971 | target="-DSANSA_CLIPV2" | 1971 | target="-DSANSA_CLIPV2" |
1972 | memory=8 | 1972 | memory=8 |
1973 | arm926ejscc | 1973 | arm926ejscc |
@@ -1985,11 +1985,11 @@ fi | |||
1985 | t_model="sansa-clipv2" | 1985 | t_model="sansa-clipv2" |
1986 | ;; | 1986 | ;; |
1987 | 1987 | ||
1988 | 61|view) | 1988 | 61|sansaview) |
1989 | echo "Sansa View is not yet supported!" | 1989 | echo "Sansa View is not yet supported!" |
1990 | exit 1 | 1990 | exit 1 |
1991 | target_id=63 | 1991 | target_id=63 |
1992 | modelname="view" | 1992 | modelname="sansaview" |
1993 | target="-DSANSA_VIEW" | 1993 | target="-DSANSA_VIEW" |
1994 | memory=32 | 1994 | memory=32 |
1995 | arm1176jzscc | 1995 | arm1176jzscc |
@@ -2009,10 +2009,10 @@ fi | |||
2009 | t_model="sansa-view" | 2009 | t_model="sansa-view" |
2010 | ;; | 2010 | ;; |
2011 | 2011 | ||
2012 | 150|tpj1022) | 2012 | 150|tatungtpj1022) |
2013 | target_id=25 | 2013 | target_id=25 |
2014 | modelname="tpj1022" | 2014 | modelname="tatungtpj1022" |
2015 | target="-DELIO_TPJ1022" | 2015 | target="-DTATUNG_TPJ1022" |
2016 | memory=32 # always | 2016 | memory=32 # always |
2017 | arm7tdmicc | 2017 | arm7tdmicc |
2018 | tool="$rootdir/tools/scramble -add tpj2" | 2018 | tool="$rootdir/tools/scramble -add tpj2" |
@@ -2033,9 +2033,9 @@ fi | |||
2033 | t_model="tpj1022" | 2033 | t_model="tpj1022" |
2034 | ;; | 2034 | ;; |
2035 | 2035 | ||
2036 | 100|sa9200) | 2036 | 100|gogearsa9200) |
2037 | target_id=41 | 2037 | target_id=41 |
2038 | modelname="sa9200" | 2038 | modelname="gogearsa9200" |
2039 | target="-DPHILIPS_SA9200" | 2039 | target="-DPHILIPS_SA9200" |
2040 | memory=32 # supposedly | 2040 | memory=32 # supposedly |
2041 | arm7tdmicc | 2041 | arm7tdmicc |
@@ -2057,9 +2057,9 @@ fi | |||
2057 | t_model="sa9200" | 2057 | t_model="sa9200" |
2058 | ;; | 2058 | ;; |
2059 | 2059 | ||
2060 | 101|hdd1630) | 2060 | 101|gogearhdd1630) |
2061 | target_id=43 | 2061 | target_id=43 |
2062 | modelname="hdd1630" | 2062 | modelname="gogearhdd1630" |
2063 | target="-DPHILIPS_HDD1630" | 2063 | target="-DPHILIPS_HDD1630" |
2064 | memory=32 # supposedly | 2064 | memory=32 # supposedly |
2065 | arm7tdmicc | 2065 | arm7tdmicc |
@@ -2235,9 +2235,9 @@ fi | |||
2235 | t_model="onda_vx747" | 2235 | t_model="onda_vx747" |
2236 | ;; | 2236 | ;; |
2237 | 2237 | ||
2238 | 130|lyre_proto1) | 2238 | 130|lyreproto1) |
2239 | target_id=56 | 2239 | target_id=56 |
2240 | modelname="lyre_proto1" | 2240 | modelname="lyreproto1" |
2241 | target="-DLYRE_PROTO1" | 2241 | target="-DLYRE_PROTO1" |
2242 | memory=64 | 2242 | memory=64 |
2243 | arm926ejscc | 2243 | arm926ejscc |
@@ -2257,9 +2257,9 @@ fi | |||
2257 | t_model="lyre_proto1" | 2257 | t_model="lyre_proto1" |
2258 | ;; | 2258 | ;; |
2259 | 2259 | ||
2260 | 140|yh820) | 2260 | 140|samsungyh820) |
2261 | target_id=57 | 2261 | target_id=57 |
2262 | modelname="yh820" | 2262 | modelname="samsungyh820" |
2263 | target="-DSAMSUNG_YH820" | 2263 | target="-DSAMSUNG_YH820" |
2264 | memory=32 # always | 2264 | memory=32 # always |
2265 | arm7tdmicc | 2265 | arm7tdmicc |
@@ -2281,9 +2281,9 @@ fi | |||
2281 | t_model="yh820" | 2281 | t_model="yh820" |
2282 | ;; | 2282 | ;; |
2283 | 2283 | ||
2284 | 141|yh920) | 2284 | 141|samsungyh920) |
2285 | target_id=58 | 2285 | target_id=58 |
2286 | modelname="yh920" | 2286 | modelname="samsungyh920" |
2287 | target="-DSAMSUNG_YH920" | 2287 | target="-DSAMSUNG_YH920" |
2288 | memory=32 # always | 2288 | memory=32 # always |
2289 | arm7tdmicc | 2289 | arm7tdmicc |
@@ -2305,9 +2305,9 @@ fi | |||
2305 | t_model="yh920" | 2305 | t_model="yh920" |
2306 | ;; | 2306 | ;; |
2307 | 2307 | ||
2308 | 142|yh925) | 2308 | 142|samsungyh925) |
2309 | target_id=59 | 2309 | target_id=59 |
2310 | modelname="yh925" | 2310 | modelname="samsungyh925" |
2311 | target="-DSAMSUNG_YH925" | 2311 | target="-DSAMSUNG_YH925" |
2312 | memory=32 # always | 2312 | memory=32 # always |
2313 | arm7tdmicc | 2313 | arm7tdmicc |
@@ -2329,9 +2329,9 @@ fi | |||
2329 | t_model="yh925" | 2329 | t_model="yh925" |
2330 | ;; | 2330 | ;; |
2331 | 2331 | ||
2332 | 143|yps3) | 2332 | 143|samsungyps3) |
2333 | target_id=60 | 2333 | target_id=60 |
2334 | modelname="yps3" | 2334 | modelname="samsungyps3" |
2335 | target="-DSAMSUNG_YPS3" | 2335 | target="-DSAMSUNG_YPS3" |
2336 | memory=16 # always | 2336 | memory=16 # always |
2337 | arm940tbecc | 2337 | arm940tbecc |
@@ -2415,13 +2415,13 @@ fi | |||
2415 | # the ifp7x0 is the only platform that supports building a gdb stub like | 2415 | # the ifp7x0 is the only platform that supports building a gdb stub like |
2416 | # this | 2416 | # this |
2417 | case $modelname in | 2417 | case $modelname in |
2418 | ifp7xx) | 2418 | iriverifp7xx) |
2419 | gdbstub="(G)DB stub, " | 2419 | gdbstub="(G)DB stub, " |
2420 | ;; | 2420 | ;; |
2421 | e200r|e200) | 2421 | sansae200r|sansae200) |
2422 | gdbstub="(I)nstaller, " | 2422 | gdbstub="(I)nstaller, " |
2423 | ;; | 2423 | ;; |
2424 | c200) | 2424 | sansac200) |
2425 | gdbstub="(E)raser, " | 2425 | gdbstub="(E)raser, " |
2426 | ;; | 2426 | ;; |
2427 | *) | 2427 | *) |
@@ -2498,7 +2498,7 @@ fi | |||
2498 | appsdir='\$(ROOTDIR)/gdb' | 2498 | appsdir='\$(ROOTDIR)/gdb' |
2499 | apps="stub" | 2499 | apps="stub" |
2500 | case $modelname in | 2500 | case $modelname in |
2501 | ifp7xx) | 2501 | iriverifp7xx) |
2502 | output="stub.wma" | 2502 | output="stub.wma" |
2503 | ;; | 2503 | ;; |
2504 | *) | 2504 | *) |
@@ -2523,7 +2523,7 @@ fi | |||
2523 | echo "CheckWPS build selected" | 2523 | echo "CheckWPS build selected" |
2524 | ;; | 2524 | ;; |
2525 | *) | 2525 | *) |
2526 | if [ "$modelname" = "e200r" ]; then | 2526 | if [ "$modelname" = "sansae200r" ]; then |
2527 | echo "Do not use the e200R target for regular builds. Use e200 instead." | 2527 | echo "Do not use the e200R target for regular builds. Use e200 instead." |
2528 | exit 8 | 2528 | exit 8 |
2529 | fi | 2529 | fi |
@@ -2535,17 +2535,17 @@ fi | |||
2535 | esac | 2535 | esac |
2536 | # to be able running "make manual" from non-manual configuration | 2536 | # to be able running "make manual" from non-manual configuration |
2537 | case $modelname in | 2537 | case $modelname in |
2538 | fmrecorder) | 2538 | archosfmrecorder) |
2539 | manualdev="recorderv2fm" | 2539 | manualdev="archosrecorderv2fm" |
2540 | ;; | 2540 | ;; |
2541 | recorderv2) | 2541 | archosrecorderv2) |
2542 | manualdev="recorderv2fm" | 2542 | manualdev="archosrecorderv2fm" |
2543 | ;; | 2543 | ;; |
2544 | h1??) | 2544 | iriverh1??) |
2545 | manualdev="h100" | 2545 | manualdev="iriverh100" |
2546 | ;; | 2546 | ;; |
2547 | ipodmini2g) | 2547 | ipodmini2g) |
2548 | manualdev="ipodmini" | 2548 | manualdev="ipodmini1g" |
2549 | ;; | 2549 | ;; |
2550 | *) | 2550 | *) |
2551 | manualdev=$modelname | 2551 | manualdev=$modelname |