Changeset 17228d13 in rtems


Ignore:
Timestamp:
04/28/05 17:26:47 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5670775
Parents:
03f655c
Message:

2005-04-28 Joel Sherrill <joel@…>

  • README.configure: Updated to account for removal of dmv177 and ppcn_60x as well as other additions and deletions.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r03f655c r17228d13  
     12005-04-28      Joel Sherrill <joel@OARcorp.com>
     2
     3        * README.configure: Updated to account for removal of dmv177 and
     4        ppcn_60x as well as other additions and deletions.
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • README.configure

    r03f655c r17228d13  
    119119Installation is done under $(prefix)/rtems.
    120120
    121 As an example, to build and install the mvme136 and dmv152 bsps for m68k do:
     121As an example, to build and install the mvme136 and mvme162 bsps for m68k do:
    122122
    123123        (path_to_rtems_src)/configure --target=m68k-rtems
    124124
    125         make RTEMS_BSP="mvme136 dmv152"
     125        make RTEMS_BSP="mvme136 mvme162"
    126126       
    127         make install RTEMS_BSP="mvme136 dmv152"
     127        make install RTEMS_BSP="mvme136 mvme162"
    128128
    129129The sample tests are built by 'make all', do a 'make test' to build the full
     
    177177host-based      : posix (on Linux, FreeBSD, Cygwin, Solaris, and HPUX)
    178178
    179 arm             : arm_bare_bsp armulator csb336 csb337 edb7312 vegaplus
     179arm             : arm_bare_bsp armulator csb336 csb337 edb7312 gp32 vegaplus
    180180
    181181c4x             : c3xsim c4xsim
     
    188188                        based solutions.
    189189
    190 m68k            : dmv152 csb360 gen68302 gen68340 gen68360 gen68360_040
     190m68k            : csb360 dmv152 gen68302 gen68340 gen68360 gen68360_040
    191191                  idp mcf5206elite mrm332 mvme136 mvme147 mvme147s
    192                   mvme162 mvme162lx ods68302 sim68000 simcpu32
     192                  mvme162 mvme162lx ods68302 sim68000 simcpu32 uC5282
    193193
    194194no_cpu          : no_bsp  (porting example)
    195195
    196 mips            : p4600 p4650 (p4000 port with either R4600 or R4650)
    197                   jmr3904 genmongoosev
    198 
    199 or32:           : orp
    200 
    201 powerpc         : dmv177 eth_comm gen405 helas403 mcp750 mbx8xx mtx603e
    202                   mpc8260ads mvme230x ppcn_60x psim score603e ss555
     196mips            : csb350 genmongoosev
     197                  p4600 p4650 (p4000 port with either R4600 or R4650)
     198                  jmr3904
     199
     200powerpc         : ep1a gen405 helas403 mcp750 mbx8xx mtx603e
     201                  mpc8260ads mvme230x mvme5500 psim score603e ss555
    203202
    204203                  NOTE: The "motorola_powerpc" BSP is a single BSP which
     
    213212
    214213The following ports were considered obsoleted after the 4.6 releases
    215 and were removed: a29k, hppa, i960, and mips64orion.
     214and were removed: a29k, hppa, i960, mips64orion, and or32.
    216215
    217216
Note: See TracChangeset for help on using the changeset viewer.