commit | 224dad216c01d958a85d8071cf408b4f7ac9b61c | [log] [tgz] |
---|---|---|
author | Ed Swarthout <Ed.Swarthout@freescale.com> | Wed Mar 31 15:52:40 2010 -0500 |
committer | Anatolij Gustschin <agust@denx.de> | Thu Apr 08 15:30:47 2010 +0200 |
tree | b22e61e55853364f7b2f818d2120e51708ab6fa8 | |
parent | 9303ab8eeab9666b854a2c905e6a7d2dde4b379a [diff] |
ati_radeon: Support PCI virtual not eq bus mapping. 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_PHYS_64BIT mode failure: "videoboot: Video ROM failed to map!" Tested on mpc8572ds with and without CONFIG_PHYS_64BIT. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>