]> Git Repo - J-u-boot.git/commit
mpc7448hpc2: Fix PCI I/O space mapping.
authorRandy Vinson <[email protected]>
Wed, 13 Aug 2008 18:44:57 +0000 (11:44 -0700)
committerWolfgang Denk <[email protected]>
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 <[email protected]>
Acked-by: Roy Zang <[email protected]>
board/freescale/mpc7448hpc2/tsi108_init.c
This page took 0.034045 seconds and 4 git commands to generate.