Changeset b812f84 in rtems


Ignore:
Timestamp:
08/01/00 20:01:14 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9bb1a93
Parents:
499d443
Message:

Added sim68000 BSP for the BSVC simulator. This BSP includes the
alias simcpu32 that supports the CPU32 simulator in BSVC. At this
point, it is still under development.

Files:
29 added
4 edited

Legend:

Unmodified
Added
Removed
  • aclocal/bsp-alias.m4

    r499d443 rb812f84  
    88[# account for "aliased" bsps which share source code
    99  case $1 in
     10    simcpu32)     $2=sim68000         ;; # BSVC CPU32 variant
    1011    c3xsim)       $2=c4xsim           ;; # TI C3x Simulator in gdb
    1112    mcp750)       $2=motorola_powerpc ;; # Motorola PPC board variant
  • aclocal/check-bsps.m4

    r499d443 rb812f84  
    2828        motorola_powerpc)  rtems_bsp="$rtems_bsp mvme2307 mcp750";;
    2929        pc386)             rtems_bsp="$rtems_bsp pc386 pc486 pc586 pc686";;
     30        sim68000)          rtems_bsp="$rtems_bsp simcpu32";;
    3031        *) $1="[$]$1 $file";;
    3132      esac;
  • c/ACKNOWLEDGEMENTS

    r499d443 rb812f84  
    169169  support and the rxgen960 board support package.
    170170
    171 + Joel Sherrill <joel@OARcorp.com> for the i960sim BSP that works
    172   with the i960 instruction set simulator in gdb.
     171+ Joel Sherrill <joel@OARcorp.com> for the BSPs that work with
     172  numerous simulators including psim, i960sim, c4xsim, h8sim, armulator,
     173  sim68000, and simcpu32.  Most of these BSPs work with instruction
     174  set simulators in gdb.
    173175
    174176+ Darlene Stewart <Darlene.Stewart@nrc.ca> and Charles Gauthier
  • c/TESTED

    r499d443 rb812f84  
    3333   i960   i960rp     rxgen960                     (note 1)
    3434   m68k    mfc5200   no BSP                       (note 9)
     35   m68k    m68000    sim68000 (BSVC)              (note 5 -- under development)
     36   m68k    cpu32     simcpu32 (BSVC)              (note 5 -- under development)
    3537   m68k    m68000    efi68k                       (note 1)
    3638   m68k    m68020    Motorola MVME136             (note 1, 6)
Note: See TracChangeset for help on using the changeset viewer.