source: rtems/bsps/powerpc/motorola_powerpc/README.MVME2400 @ 762fa62

5
Last change on this file since 762fa62 was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1The generic motorla_powerpc BSP was adapted to work on a MVME2432 by
2Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>.
3
4The main steps needed were adaptions to the "Hawk" controller, which
5replaces the MVME2300 Raven and Falcon chips.
6
7This board now runs with the same BSP configuration as the MCP750, so
8select the mcp750 BSP.
9
10The following settings in the PPCBUG's ENV were also important (taken
11from the "README.MVME2300" file:)
12
13VME3PCI Master Master Enable [Y/N] = Y?
14PCI Slave Image 0 Control                = 00000000?   <-----
15PCI Slave Image 0 Base Address Register  = 00000000?
16PCI Slave Image 0 Bound Address Register = 00000000?
17PCI Slave Image 0 Translation Offset     = 00000000?
18PCI Slave Image 1 Control                = 00000000?   <-----
19PCI Slave Image 1 Base Address Register  = 01000000?
20PCI Slave Image 1 Bound Address Register = 20000000?
21PCI Slave Image 1 Translation Offset     = 00000000?
22PCI Slave Image 2 Control                = 00000000?   <-----
23PCI Slave Image 2 Base Address Register  = 20000000?
24PCI Slave Image 2 Bound Address Register = 22000000?
25PCI Slave Image 2 Translation Offset     = D0000000?
26PCI Slave Image 3 Control                = 00000000?   <-----
27PCI Slave Image 3 Base Address Register  = 2FFF0000?
28PCI Slave Image 3 Bound Address Register = 30000000?
29PCI Slave Image 3 Translation Offset     = D0000000?       
Note: See TracBrowser for help on using the repository browser.