[Skiboot] [PATCH 0/5] Add support to report EEH errors to BMC/FSP (eSEL)

Mahesh Salgaonkar mahesh at linux.ibm.com
Wed Jul 29 13:00:38 AEST 2020


This patch series implements a support to send an error log to BMC/FSP on
EEH errors. First 2 patches enhances existing errorlog framework to able to
generate serviceable errorlog event with FRU callout details. Next 2
patches gathers required data and generates/sends an EEH error log event.
The last patch adds the tests to run-pel to verify errorlog generation with
FRU callout section.

---

Mahesh Salgaonkar (5):
      opal/errorlog: Allow generation of Serviceable attention events
      opal/errorlog: Add support to include callout section in error log.
      opal: Get chip part-number and serial-number.
      opal/eeh: Send an error callout on EEH error.
      run-pel: Add additional tests with FRU callout section.


 core/chip.c         |   13 ++++
 core/errorlog.c     |   46 ++++++++++++++++
 core/pci-opal.c     |   49 +++++++++++++++++
 core/pel.c          |  151 +++++++++++++++++++++++++++++++++++++++++++++++++++
 core/test/run-pel.c |   48 ++++++++++++++++
 hw/phb3.c           |    6 ++
 hw/phb4.c           |    6 ++
 include/chip.h      |   28 +++++++++
 include/errorlog.h  |   20 +++++++
 include/pci.h       |    5 ++
 include/pel.h       |   70 +++++++++++++++++++++++-
 11 files changed, 440 insertions(+), 2 deletions(-)

--
Thanks,
-Mahesh



More information about the Skiboot mailing list