]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
authorAnatolij Gustschin <agust@denx.de>
Fri, 20 Mar 2009 11:45:50 +0000 (12:45 +0100)
committerStefan Roese <sr@denx.de>
Fri, 20 Mar 2009 11:58:31 +0000 (12:58 +0100)
commitf8853d105da7d69bc92a5b4578f9b85234e558ec
treec0be224450d76a38b4d083e481b5c92cfc415a02
parent7a88601a34132548c3c591ea87ab3468b51121b0
ppc4xx: Fix bug in PCI outbound map configuration for canyonlands

PCI outbound address map configuration doesn't match the
PCI memory address range covered by appropriate TLB entry
configuration for canyonlands causing machine check
exceptions while accessing PCI memory regions. This patch
provides a fix for this issue.

Kazuaki Ichinohe observed and reported this issue while
testing display output with PCI ATI video card on canyonlands.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_pci.c