1. 04 8月, 2008 1 次提交
  2. 09 10月, 2007 2 次提交
  3. 25 8月, 2007 1 次提交
    • A
      [POWERPC] cell: Support pinhole-reset on IBM cell blades · 3addf55c
      Arnd Bergmann 提交于
      The Cell Broadband Engine has a method of injecting a
      system-reset-exception from an external source into the
      operating system, which should trigger the regular behaviour
      of entering xmon or kdump.
      
      Unfortunately, the exception handler cannot distinguish it from
      other interrupt causes by the SRR1 register, which gets used
      for this on Power 6 and others.
      
      IBM Blade servers that want to support triggering the
      system reset exception using a pinhole button in the front
      panel therefore use an extra register to determine the
      reset cause.
      Signed-off-by: NArnd Bergmann <arnd.bergmann@de.ibm.com>
      
      --
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      3addf55c
  4. 24 4月, 2007 1 次提交
  5. 04 12月, 2006 3 次提交
  6. 25 10月, 2006 3 次提交
  7. 21 6月, 2006 1 次提交
    • B
      [POWERPC] cell: add RAS support · acf7d768
      Benjamin Herrenschmidt 提交于
      This is a first version of support for the Cell BE "Reliability,
      Availability and Serviceability" features.
      
      It doesn't yet handle some of the RAS interrupts (the ones described in
      iic_is/iic_irr), I'm still working on a proper way to expose these. They
      are essentially a cascaded controller by themselves (sic !) though I may
      just handle them locally to the iic driver. I need also to sync with
      David Erb on the way he hooked in the performance monitor interrupt.
      
      So that's all for 2.6.17 and I'll do more work on that with my rework of
      the powerpc interrupt layer that I'm hacking on at the moment.
      Signed-off-by: NArnd Bergmann <arnd.bergmann@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      acf7d768