[U-Boot] [PATCH] ati_radeon: Support PCI virtual not eq bus mapping.

2010-03-31 Thread Ed Swarthout
Use pci_bus_to_virt() to convert the bus address from the BARs to virtual address' to eliminate the direct mapping requirement. Rename variables to better match usage (_phys -> _bus or no-suffix) This fixes the mpc8572ds CONFIG_PYS_64BIT mode failure: "videoboot: Vidoe ROM failed to map!" Teste

Re: [U-Boot] [PATCH] ati_radeon: Support PCI virtual not eq bus mapping.

2010-03-31 Thread Anatolij Gustschin
On Wed, 31 Mar 2010 09:54:57 -0500 Ed Swarthout wrote: > Use pci_bus_to_virt() to convert the bus address from the BARs to > virtual address' to eliminate the direct mapping requirement. > > Rename variables to better match usage (_phys -> _bus or no-suffix) > > This fixes the mpc8572ds CONFIG_