1. 10 9月, 2009 1 次提交
  2. 06 11月, 2008 1 次提交
  3. 22 7月, 2008 1 次提交
  4. 09 7月, 2008 1 次提交
  5. 29 4月, 2008 1 次提交
  6. 24 4月, 2008 1 次提交
    • M
      [POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseries · 36f8a2c4
      Michael Ellerman 提交于
      Add a DEBUG config setting which turns on all (most) of the debugging
      under platforms/pseries.
      
      To have this take effect we need to remove all the #undef DEBUG's, in
      various files. We leave the #undef DEBUG in platforms/pseries/lpar.c,
      as this enables debugging printks from the low-level hash table routines,
      and tends to make your system unusable. If you want those enabled you
      still have to turn them on by hand.
      
      Also some of the RAS code has a DEBUG block which causes a functional
      change, so I've keyed this off a different (non-existant) debug #define.
      
      This is only enabled if you have PPC_EARLY_DEBUG enabled also.
      Signed-off-by: NMichael Ellerman <michael@ellerman.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      36f8a2c4
  7. 07 4月, 2008 1 次提交
  8. 17 1月, 2008 1 次提交
  9. 03 12月, 2007 2 次提交
  10. 08 11月, 2007 2 次提交
  11. 02 10月, 2007 1 次提交
  12. 17 8月, 2007 3 次提交
  13. 14 6月, 2007 4 次提交
  14. 10 5月, 2007 1 次提交
  15. 09 5月, 2007 2 次提交
  16. 08 5月, 2007 1 次提交
  17. 13 4月, 2007 1 次提交
  18. 22 3月, 2007 8 次提交
  19. 13 2月, 2007 1 次提交
  20. 07 2月, 2007 1 次提交
    • L
      [POWERPC] pSeries: EEH improperly enabled for some Power4 systems · 25c4a46f
      Linas Vepstas 提交于
      It appears that EEH is improperly enabled for some Power4 systems.
      On these systems, the ibm,set-eeh-option returns a value of success
      even when EEH is not supported on the given node. Thus, an explicit
      check for support is required.
      
      During boot, on power4, without this patch, one sees messages
      similar to:
      
      EEH: event on unsupported device, rc=0 dn=/pci@400000000110/IBM,sp@1
      EEH: event on unsupported device, rc=0 dn=/pci@400000000110/pci@2
      EEH: event on unsupported device, rc=0 dn=/pci@400000000110/pci@2,2
      etc.
      
      The patch makes these go away.
      
      Without this patch, EEH recovery does seem to work correctly for
      at least some devices (I tested ethernet e1000), but fails to
      recover others (the Emulex LightPulse LPFC, most notably).
      Off the top of my head, I don't remember why some devices are
      affected, but not others.
      
      The PAPR indicates that the correct way to test for EEH is as
      done in this patch; its not clear to me if this was in the PAPR
      all along, or recently added; if it was there all along, its not
      clear to me why this hadn't been fixed long ago. I suspect only
      certain firmware levels are affected.
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      25c4a46f
  21. 08 12月, 2006 1 次提交
  22. 26 9月, 2006 1 次提交
  23. 22 9月, 2006 1 次提交
  24. 21 9月, 2006 2 次提交