diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-04-23 11:31:58 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-04-26 07:42:58 -0400 |
commit | 7d0d32dbc65a8332a49aeed3a97e24cb109958b2 (patch) | |
tree | 36ce03b1b8564bedfd8e3df0ec088a0fc6bdc06f /tools | |
parent | 3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb (diff) |
Nuke the never-functional iriver ifp-7xx port
It never worked, and hasn't compiled in something like a decade, Given
the HW capabilities (limited onboard flash, no expandability) there's
really no point in trying to fix/complete it.
Change-Id: I7d175089840396f8891645bd10010d730dd5bfdc
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builds.pm | 4 | ||||
-rwxr-xr-x | tools/configure | 41 |
2 files changed, 1 insertions, 44 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index ce8b3dd0a3..6fdf75cc26 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -187,10 +187,6 @@ $releasenotes="/wiki/ReleaseNotes315"; name => 'iriver H320/340', status => 3, }, - 'iriverifp7xx' => { - name => 'iriver iFP-7xx', - status => 1, - }, 'lyreproto1' => { name => 'Lyre Prototype 1', status => 1, diff --git a/tools/configure b/tools/configure index ee217a917d..f1aa03fd08 100755 --- a/tools/configure +++ b/tools/configure @@ -1554,7 +1554,7 @@ cat <<EOF 30) X5/X5V/X5L 10) H120/H140 20) Color/Photo 31) M5/M5L 11) H320/H340 21) Nano 1G 12) iHP-100/110/115 22) Video - 33) D2 13) iFP-790 23) 3G + 33) D2 23) 3G 34) M3/M3L 14) H10 20Gb 24) 4G Grayscale 15) H10 5/6Gb 25) Mini 1G ==Creative== 26) Mini 2G @@ -1733,27 +1733,6 @@ fi t_model="h100" ;; - 13|iriverifp7xx) - target_id=19 - modelname="iriverifp7xx" - target="IRIVER_IFP7XX" - memory=1 - arm7tdmicc short - tool="cp" - bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 0" - output="rockbox.wma" - appextra="recorder:gui:radio" - plugins="yes" - # toolset is the tools within the tools directory that we build for - # this particular target. - toolset=$genericbitmaptools - t_cpu="arm" - t_manufacturer="pnx0101" - t_model="iriver-ifp7xx" - sysfont="08-Rockfont" - ;; - 14|iriverh10) target_id=22 modelname="iriverh10" @@ -4198,12 +4177,7 @@ fi # Figure out build "type" # - # the ifp7x0 is the only platform that supports building a gdb stub like - # this case $modelname in - iriverifp7xx) - gdbstub=", (G)DB stub" - ;; sansae200r|sansae200) gdbstub=", (I)nstaller" ;; @@ -4280,19 +4254,6 @@ fi echo "Advanced build selected" whichadvanced $btype ;; - [Gg]) - extradefines="$extradefines -DSTUB" # for target makefile symbol EXTRA_DEFINES - appsdir='$(ROOTDIR)/gdb' - apps="stub" - case $modelname in - iriverifp7xx) - output="stub.wma" - ;; - *) - ;; - esac - echo "GDB stub build selected" - ;; [Cc]) uname=`uname` simcc "checkwps" |