]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Disable MPC5200 bus pipelining as workaround for bus contention
authorwdenk <wdenk>
Tue, 16 Sep 2003 17:20:34 +0000 (17:20 +0000)
committerwdenk <wdenk>
Tue, 16 Sep 2003 17:20:34 +0000 (17:20 +0000)
cpu/mpc5xxx/pci_mpc5200.c

index a54c5f4b2a9548a2ec8f3927d0ced6562c305fe3..48f41cfc610e828b49ecf3999e03ec0bbe7f9799 100644 (file)
@@ -129,8 +129,10 @@ void pci_mpc5xxx_init (struct pci_controller *hose)
        *(vu_long *)(MPC5XXX_XLBARB + 0x40) &= ~((7 << 8) | (3 << 5));
        *(vu_long *)(MPC5XXX_XLBARB + 0x40) |= (3 << 8) | (3 << 5);
 
+#if 0
        /* Enable piplining */
        *(vu_long *)(MPC5XXX_XLBARB + 0x40) &= ~(1 << 31);
+#endif
        
        /* Disable interrupts from PCI controller */
        *(vu_long *)MPC5XXX_PCI_GSCR &= ~(7 << 12);