LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] EEH Support for PHB3
@ 2013-09-06  0:59 Gavin Shan
  2013-09-06  1:00 ` [PATCH 1/6] powerpc/powernv: Enable EEH " Gavin Shan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gavin Shan @ 2013-09-06  0:59 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Gavin Shan

Naturally, EEH has been supported for PHB3, but we had some mask bits
to disable it because the firmware isn't ready. The series of patch
instends to remove those "mask bits" and enable EEH for PHB3. Besides,
the output messages from EEH has been reordered to reflect the correct
steps during EEH recovery. Also, we have dedicated data struct for PHB3
diag-data, which is similiar to the case of P7IOC.

Note: We can't recover fenced PHB3 this moment because the f/w still have
some problems, which I'm tracing down. However, the fix shouldn't affect
the logic we have in Linux side.

In order to force frozen PE, you need issue following command or similiar
one on different PHB#:

echo 0x8000000000000000 > /sys/kernel/debug/powerpc/PCI0003/err_injct_outbound

---

arch/powerpc/include/asm/opal.h              |   65 +++++++++++
arch/powerpc/kernel/eeh.c                    |    6 +-
arch/powerpc/platforms/powernv/eeh-ioda.c    |  153 ++++++++++++++++++++++----
arch/powerpc/platforms/powernv/eeh-powernv.c |    5 +-
arch/powerpc/platforms/powernv/pci.h         |    2 +-
5 files changed, 200 insertions(+), 31 deletions(-)

Thanks,
Gavin

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-09-06  1:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06  0:59 [PATCH 0/6] EEH Support for PHB3 Gavin Shan
2013-09-06  1:00 ` [PATCH 1/6] powerpc/powernv: Enable EEH " Gavin Shan
2013-09-06  1:00 ` [PATCH 2/6] powerpc/powernv: Support inbound error injection Gavin Shan
2013-09-06  1:00 ` [PATCH 3/6] powerpc/eeh: Output error number Gavin Shan
2013-09-06  1:00 ` [PATCH 4/6] powerpc/powernv: Double size of log blob Gavin Shan
2013-09-06  1:00 ` [PATCH 5/6] powerpc/eeh: Output PHB3 diag-data Gavin Shan
2013-09-06  1:00 ` [PATCH 6/6] powerpc/eeh: Reorder output messages Gavin Shan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox