]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc7448hpc2: Fix PCI I/O space mapping.
authorRandy Vinson <rvinson@mvista.com>
Wed, 13 Aug 2008 18:44:57 +0000 (11:44 -0700)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Aug 2008 21:23:49 +0000 (23:23 +0200)
commit20220d22b9f41446288588cd2e457e0077a18bed
tree4f2e698af912359daa40102942213116d3ac3ebb
parentc5d11e79a260415448c152ed557c9bfb93759067
mpc7448hpc2: Fix PCI I/O space mapping.

PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
space such that 0xFA000000 in the processor's address space maps to 0
on the PCI I/O bus.

Signed-off-by Randy Vinson <rvinson@mvista.com>
Acked-by: Roy Zang <tie-fei.zang@freescale.com>
board/freescale/mpc7448hpc2/tsi108_init.c