diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-04-23 11:09:49 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-04-26 07:41:51 -0400 |
commit | 3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb (patch) | |
tree | 2741885caf2393cf05ddd5fac7559df3abcd17dd /tools | |
parent | 77188e41f5c9966432a0fbb3bffd2069d53cc608 (diff) | |
download | rockbox-3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb.tar.gz rockbox-3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb.zip |
Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAX
They were never finished, never saw any release ever, and haven't
compiled for the better part of a decade. Given their HW capabilities [1],
they are not worth trying to fix.
[1] 1-2MB RAM, ~256MB onboard flash, no expandability
Change-Id: I7b2a5806d687114c22156bb0458d4a10a9734190
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builds.pm | 16 | ||||
-rwxr-xr-x | tools/configure | 106 |
2 files changed, 5 insertions, 117 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 7c4824398e..ce8b3dd0a3 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -103,10 +103,6 @@ $releasenotes="/wiki/ReleaseNotes315"; name => 'HiFiMAN HM-801', status => 2, }, - 'iaudio7' => { - name => 'iAudio 7', - status => 1, - }, 'iaudiom3' => { name => 'iAudio M3', status => 3, @@ -195,10 +191,6 @@ $releasenotes="/wiki/ReleaseNotes315"; name => 'iriver iFP-7xx', status => 1, }, - 'logikdax' => { - name => 'Logik DAX', - status => 1, - }, 'lyreproto1' => { name => 'Lyre Prototype 1', status => 1, @@ -271,10 +263,6 @@ $releasenotes="/wiki/ReleaseNotes315"; name => 'Samsung YP-S3', status => 1, }, - 'sansac100' => { - name => 'SanDisk Sansa c100', - status => 1, - }, 'sansac200' => { name => 'SanDisk Sansa c200', status => 3, @@ -324,10 +312,6 @@ $releasenotes="/wiki/ReleaseNotes315"; status => 3, icon => 'sansafuzeplus', }, - 'sansam200' => { - name => 'SanDisk Sansa m200', - status => 1, - }, 'sansam200v4' => { name => 'SanDisk Sansa m200 v4', status => 1, diff --git a/tools/configure b/tools/configure index b7cbfb0ba2..ee217a917d 100755 --- a/tools/configure +++ b/tools/configure @@ -1553,7 +1553,7 @@ cat <<EOF ==Cowon/iAudio== ==iriver== ==Apple iPod== 30) X5/X5V/X5L 10) H120/H140 20) Color/Photo 31) M5/M5L 11) H320/H340 21) Nano 1G - 32) 7 12) iHP-100/110/115 22) Video + 12) iHP-100/110/115 22) Video 33) D2 13) iFP-790 23) 3G 34) M3/M3L 14) H10 20Gb 24) 4G Grayscale 15) H10 5/6Gb 25) Mini 1G @@ -1566,8 +1566,8 @@ cat <<EOF 94) Zen X-Fi3 70) M:Robe 500 50) Sansa e200 96) Zen X-Fi 71) M:Robe 100 51) Sansa e200R 97) Zen Mozaic 52) Sansa c200 - 98) Zen ==Philips== 53) Sansa m200 - 100) GoGear SA9200 54) Sansa c100 + 98) Zen ==Philips== + 100) GoGear SA9200 ==Onda== 101) GoGear HDD1630/ 55) Sansa Clip 120) VX747 HDD1830 56) Sansa e200v2 121) VX767 102) GoGear HDD6330 57) Sansa m200v4 @@ -1581,8 +1581,8 @@ cat <<EOF 143) YP-S3 150) Elio TPJ-1022 65) Sansa Clip Zip 144) YP-Z5 66) Sansa Connect ==Packard Bell== - ==Application== 160) Vibe 500 ==Logik== - 200) SDL 80) DAX 1GB MP3/DAB + ==Application== 160) Vibe 500 + 200) SDL 201) Android ==MPIO== 202) Nokia N8xx 170) HD200 ==Lyre project== 203) Nokia N900 171) HD300 130) Lyre proto 1 @@ -2080,29 +2080,6 @@ fi t_model="m5" ;; - 32|iaudio7) - target_id=32 - modelname="iaudio7" - target="IAUDIO_7" - memory=16 # always - arm946cc - tool="$rootdir/tools/scramble -add=i7" - boottool="$rootdir/tools/scramble -tcc=crc" - bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 4" - output="rockbox.iaudio" - appextra="recorder:gui:radio" - plugins="yes" - bootoutput="I7_FW.BIN" - # toolset is the tools within the tools directory that we build for - # this particular target. - toolset="$tccbitmaptools" - # architecture, manufacturer and model for the target-tree build - t_cpu="arm" - t_manufacturer="tcc77x" - t_model="iaudio7" - ;; - 33|cowond2) target_id=34 modelname="cowond2" @@ -2238,30 +2215,6 @@ fi t_model="mrobe-100" ;; - 80|logikdax) - target_id=31 - modelname="logikdax" - target="LOGIK_DAX" - memory=2 # always - arm946cc - tool="$rootdir/tools/scramble -add=ldax" - boottool="$rootdir/tools/scramble -tcc=crc" - bootoutput="player.rom" - bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 0" - output="rockbox.logik" - appextra="recorder:gui:radio" - plugins="" - # toolset is the tools within the tools directory that we build for - # this particular target. - toolset=$tccbitmaptools - # architecture, manufacturer and model for the target-tree build - t_cpu="arm" - t_manufacturer="tcc77x" - t_model="logikdax" - sysfont="08-Rockfont" - ;; - 89|creativezenxfistyle) target_id=94 modelname="creativezenxfistyle" @@ -2537,54 +2490,6 @@ fi t_model="sansa-c200" ;; - 53|sansam200) - target_id=48 - modelname="sansam200" - target="SANSA_M200" - memory=1 # always - arm946cc - tool="$rootdir/tools/scramble -add=m200" - boottool="$rootdir/tools/scramble -tcc=crc" - bootoutput="player.rom" - bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 0" - output="rockbox.m200" - appextra="recorder:gui:radio" - plugins="" - # toolset is the tools within the tools directory that we build for - # this particular target. - toolset=$tccbitmaptools - # architecture, manufacturer and model for the target-tree build - t_cpu="arm" - t_manufacturer="tcc77x" - t_model="m200" - sysfont="08-Rockfont" - ;; - - 54|sansac100) - target_id=42 - modelname="sansac100" - target="SANSA_C100" - memory=2 - arm946cc - tool="$rootdir/tools/scramble -add=c100" - boottool="$rootdir/tools/scramble -tcc=crc" - bootoutput="player.rom" - bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 4" - output="rockbox.c100" - appextra="recorder:gui:radio" - plugins="" - # toolset is the tools within the tools directory that we build for - # this particular target. - toolset=$tccbitmaptools - # architecture, manufacturer and model for the target-tree build - t_cpu="arm" - t_manufacturer="tcc77x" - t_model="c100" - sysfont="08-Rockfont" - ;; - 55|sansaclip) target_id=50 modelname="sansaclip" @@ -2606,7 +2511,6 @@ fi arm9tdmicc ;; - 56|sansae200v2) target_id=51 modelname="sansae200v2" |