浏览代码

Disable MPC5200 bus pipelining as workaround for bus contention

wdenk 21 年之前
父节点
当前提交
373e6bec13
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cpu/mpc5xxx/pci_mpc5200.c

+ 2 - 0
cpu/mpc5xxx/pci_mpc5200.c

@@ -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);