| a853d56c | 29-Nov-2007 |
Kumar Gala <galak@kernel.crashing.org> |
Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
We already had defines for LAWAR_TRGT_IF_* that we should use rather than creating new ones. Also, added some missing defines for PCIE tar
Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
We already had defines for LAWAR_TRGT_IF_* that we should use rather than creating new ones. Also, added some missing defines for PCIE targets.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|
| 56a92705 | 30-Aug-2007 |
Kumar Gala <galak@kernel.crashing.org> |
Fix ULI RTC support on MPC8544 DS
The RTC on the M1575 ULI chipset requires a dummy read before we are able to talk to the RTC. We accomplish this by adding a second memory region to the PHB the UL
Fix ULI RTC support on MPC8544 DS
The RTC on the M1575 ULI chipset requires a dummy read before we are able to talk to the RTC. We accomplish this by adding a second memory region to the PHB the ULI is on and read from it.
The second region is added to maintain compatiabilty with Linux's view of the PCI memory map.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|
| d64ee908 | 16-Aug-2007 |
Kumar Gala <galak@kernel.crashing.org> |
Update MPC8544 DS PCI memory map
The PCIe bus that the ULI M1575 is connected to has no possible way of needing more than the fixed amount of IO & Memory space needed by the ULI.
So make it use far
Update MPC8544 DS PCI memory map
The PCIe bus that the ULI M1575 is connected to has no possible way of needing more than the fixed amount of IO & Memory space needed by the ULI.
So make it use far less IO & memory space and have it use the shared LAW. This free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed by each bus.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|