svn commit: r305520 - head/sys/powerpc/mpc85xx

Justin Hibbits jhibbits at FreeBSD.org
Wed Sep 7 04:13:29 UTC 2016


Author: jhibbits
Date: Wed Sep  7 04:13:28 2016
New Revision: 305520
URL: https://svnweb.freebsd.org/changeset/base/305520

Log:
  Disable the qoriq errata fix for now
  
  It hangs more often than it actually works it seems.  Further debugging is
  needed to determine why, but for now the system needs to be able to boot.

Modified:
  head/sys/powerpc/mpc85xx/platform_mpc85xx.c

Modified: head/sys/powerpc/mpc85xx/platform_mpc85xx.c
==============================================================================
--- head/sys/powerpc/mpc85xx/platform_mpc85xx.c	Wed Sep  7 04:07:43 2016	(r305519)
+++ head/sys/powerpc/mpc85xx/platform_mpc85xx.c	Wed Sep  7 04:13:28 2016	(r305520)
@@ -195,7 +195,9 @@ mpc85xx_attach(platform_t plat)
 	}
 	ccsrbar_va = pmap_early_io_map(ccsrbar, ccsrsize);
 
+#if 0
 	mpc85xx_fix_errata(ccsrbar_va);
+#endif
 	mpc85xx_enable_l3_cache();
 
 	return (0);


More information about the svn-src-all mailing list