1. 01 9月, 2016 1 次提交
  2. 31 5月, 2015 1 次提交
  3. 02 1月, 2015 1 次提交
  4. 25 11月, 2013 1 次提交
  5. 19 4月, 2011 1 次提交
  6. 13 3月, 2010 1 次提交
    • P
      edac: mpc85xx mask ecc syndrome correctly · 21768639
      Peter Tyser 提交于
      With a 64-bit wide data bus only the lowest 8-bits of the ECC syndrome are
      relevant.  With a 32-bit wide data bus only the lowest 16-bits are
      relevant on most architectures.
      
      Without this change, the ECC syndrome displayed can be mildly confusing,
      eg:
      
        EDAC MPC85xx MC1: syndrome: 0x25252525
      
      When in reality the ECC syndrome is 0x25.
      
      A variety of Freescale manuals say a variety of different things about how
      to decode the CAPTURE_ECC (syndrome) register.  I don't have a system with
      a 32-bit bus to test on, but I believe the change is correct.  It'd be
      good to get an ACK from someone at Freescale about this change though.
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      Signed-off-by: NDoug Thompson <dougthompson@xmission.com>
      Cc: Kumar Gala <galak@gate.crashing.org>
      Cc: Dave Jiang <djiang@mvista.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      21768639
  7. 01 7月, 2009 1 次提交
  8. 08 2月, 2008 1 次提交