Changeset c7f8bbea in rtems


Ignore:
Timestamp:
09/29/04 20:44:45 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
efab64d
Parents:
9fa21da0
Message:

2004-09-29 Joel Sherrill <joel@…>

  • MAINTAINERS, README.configure, c/ACKNOWLEDGEMENTS, c/TOOL_TARGETS: i960 obsoleted and all references removed.
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r9fa21da0 rc7f8bbea  
     12004-09-29      Joel Sherrill <joel@OARcorp.com>
     2
     3        * MAINTAINERS, README.configure, c/ACKNOWLEDGEMENTS,
     4        c/TOOL_TARGETS: i960 obsoleted and all references removed.
     5
    162004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • MAINTAINERS

    r9fa21da0 rc7f8bbea  
    2020===========
    2121
    22                         Blanket Write Privileges (alphabetical order)
     22                Blanket Write Privileges (alphabetical order)
    2323
    2424Jennifer Averett                                jennifer@oarcorp.com
    25 Ralf Corsepius                                  ralf.corsepius@rtems.com
     25Ralf Corsepius                                  ralf.corsepius@rtems.org
    2626Chris Johns                                     chris.johns@rtems.com
    2727Eric Norum                                      eric.norum@rtems.com
     
    3535
    3636arm                     Jay Monkman             jtm@lopingdog.com
     37avr                     Ralf Corsepius          ralf.corsepius@rtems.org
    3738c4x                     Joel Sherrill           joel.sherrill@OARcorp.com
    3839h8300                   NAME-TBD                EMAIL-TBD
    3940i386                    NAME-TBD                EMAIL-TBD
    40 i960                    NAME-TBD                EMAIL-TBD
    4141m68k                    NAME-TBD                EMAIL-TBD
    4242mips                    NAME-TBD                EMAIL-TBD
     
    5151
    5252CPU/BSP                 NAME-TBD                EMAIL-TBD
    53 edb7312                 Jay Monkman             jtm@lopingdog.com
     53arm/edb7312             Jay Monkman             jtm@lopingdog.com
  • README.configure

    r9fa21da0 rc7f8bbea  
    9696        h8300-rtems
    9797        i386-rtems
    98         i960-rtems
    9998        m68k-rtems
    10099        mips-rtems
     
    178177host-based      : posix (on Linux, FreeBSD, Cygwin, Solaris, and HPUX)
    179178
    180 arm             : arm_bare_bsp armulator edb7312 vegaplus
    181 
    182 c4x             : c4xsim
     179arm             : arm_bare_bsp armulator csb336 csb337 edb7312 vegaplus
     180
     181c4x             : c3xsim c4xsim
    183182
    184183h8300           : h8sim
     
    189188                        based solutions.
    190189
    191 i960            : cvme961 i960sim rxgen960
    192 
    193 m68k            : dmv152 gen68302 gen68340 gen68360 gen68360_040
    194                   idp mcf5206elite mrm332 mvme136 mvme147
    195                   mvme147s mvme162 mvme162lx ods68302
     190m68k            : dmv152 csb360 gen68302 gen68340 gen68360 gen68360_040
     191                  idp mcf5206elite mrm332 mvme136 mvme147 mvme147s
     192                  mvme162 mvme162lx ods68302 sim68000 simcpu32
    196193
    197194no_cpu          : no_bsp  (porting example)
     
    203200
    204201powerpc         : dmv177 eth_comm gen405 helas403 mcp750 mbx8xx mtx603e
    205                   mvme230x ppcn_60x psim score603e
     202                  mpc8260ads mvme230x ppcn_60x psim score603e ss555
    206203
    207204                  NOTE: The "motorola_powerpc" BSP is a single BSP which
     
    216213
    217214The following ports were considered obsoleted after the 4.6 releases
    218 and were removed: a29k, hppa, and mips64orion.
     215and were removed: a29k, hppa, i960, and mips64orion.
    219216
    220217
  • c/ACKNOWLEDGEMENTS

    r9fa21da0 rc7f8bbea  
    154154  it easier to support external interrupt controllers.
    155155
    156 + Mark Bronson <mark@ramix.com> of RAMIX for submitting i960RP
    157   support and the rxgen960 board support package.
    158 
    159156+ Joel Sherrill <joel@OARcorp.com> for the BSPs that work with
    160   numerous simulators including psim, i960sim, c4xsim, h8sim, armulator,
     157  numerous simulators including psim, c4xsim, h8sim, armulator,
    161158  sim68000, and simcpu32.  Most of these BSPs work with instruction
    162159  set simulators in gdb.
  • c/TOOL_TARGETS

    r9fa21da0 rc7f8bbea  
    1212        c4x-rtems               COFF           Requires patches
    1313
    14 hppa:
    15         hppa1.1-rtems           ELF
    16        
    17 
    1814h8300:
    1915        h8300-rtems             COFF
     
    2117i386:
    2218        i386-rtems              ELF
    23         i386-rtemself           ELF
    24         i386-rtemscoff          COFF            Obsoleted
    25         i386-go32-rtems         COFF            Obsoleted - no supporting BSP
    26 
    27 i960:
    28         i960-rtems              COFF            Switch to ELF when possible
    29         i960-rtemscoff          COFF
    30         i960-rtemself           ELF             Not currently in any tools
    31 
    32         NOTE: As of October 2002, i960 has been deprecated in gdb and gcc.
    3319
    3420m68k:
    35         m68k-rtems              COFF            Switch to ELF when possible
    36         m68k-rtemscoff          COFF
    37         m68k-rtemself           ELF             Not in all tools
     21        m68k-rtems              ELF
    3822
    39         NOTE: m68k-elf is in post egcs 1.1.2 snapshots.
    4023
    4124mips:
     
    6245sparc:
    6346        sparc-rtems             ELF
    64         sparc-rtemself          ELF
    65         sparc-rtemsaout         A.OUT
Note: See TracChangeset for help on using the changeset viewer.