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

Changes between Version 8 and Version 9 of TBR/BSP/Mvme2700


Ignore:
Timestamp:
01/27/09 06:04:48 (15 years ago)
Author:
Mrippa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Mvme2700

    v8 v9  
    3939= Issuing bsp_reset() does not reset the board =
    4040
    41 There'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 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.
     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.
    4242
    4343Tests performed: