Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 11 and Version 12 of TBR/BSP/Mvme2700


Ignore:
Timestamp:
12/14/10 21:05:45 (14 years ago)
Author:
JoelSherrill
Comment:

Reverted edits by JoelSherrill? (Talk?) to last revision by Mrippa?

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Mvme2700

    v11 v12  
    1010|Simulator    = No
    1111}}
    12 
    13 [[TOC(TBR/BSP/Mvme2700, depth=2)]]
    14 
    1512
    1613This is a Motorola VMEBus Board which uses the [wiki:TBR/BSP/Motorola_powerpc Motorola Shared BSP].
     
    4037 *  One VME slot, even when configured with PMC module
    4138= Known Issues =
    42 = Issuing bsp_reset() does not reset the board (pre-4.9) =
    43 
    44 There's a bug that likely occurs in mvme2300-2700 prior to RTEMS 4.9. A call in libbsp/powerpc/shared/console/reboot.c attempted to board reset via the keyboard port. This resulted in a NOOP (i.e., nothing happened and the board did not reset). [https://www.rtems.org/bugzilla/show_bug.cgi?id=1362 PR1362] with a proposed patch which sets bit 1, port 0x92. This successfully resets *only* the board and I've also verified it does not reset the VME bus as described below.
     39= Issuing bsp_reset() does not reset the board =
     40
     41There's a bug that likely occurs in mvme2300-2700. A call in libbsp/powerpc/shared/console/reboot.c attempted to board reset via the keyboard port. This resulted in a NOOP (i.e., nothing happened and the board did not reset). I have [https://www.rtems.org/bugzilla/show_bug.cgi?id=1362 submitted a PR] with a proposed patch which sets bit 1, port 0x92. This successfully resets *only* the board and I've also verified it does not reset the VME bus as described below.
    4542
    4643Tests performed:
     
    8784                         -enable-networking -enable-posix \
    8885                         -enable-rtemsbsp=mvme2700
     86}}}
     87= Test Reports =
     88
     89{{{
     90      VERSION: rtems-4.9.1
     91        TOOLS: rtems-4.9-powerpc-rtems4.9-gcc.i386
     92
     93        EPICS: * Runs example application from makeBaseApp.pl -t example
     94               * Channel Access (network) communications verified
     95               * VME access verified with vmic 5588 Reflective Memory
     96
    8997}}}
    9098= EPICS Channel Access Performance =
     
    259267
    260268}}}
    261 = Test Reports =
    262 
    263 {{{
    264       VERSION: rtems-4.9.1
    265         TOOLS: rtems-4.9-powerpc-rtems4.9-gcc.i386
    266 
    267         EPICS: * Runs example application from makeBaseApp.pl -t example
    268                * Channel Access (network) communications verified
    269                * VME access verified with vmic 5588 Reflective Memory
    270 
    271 }}}