[Skiboot] [PATCH v4 0/2] opal: Add opal call to handle abnormal system reboots.

Mahesh J Salgaonkar mahesh at linux.vnet.ibm.com
Thu Jul 30 03:58:22 AEST 2015


This patchset adds:
 1. New OPAL call OPAL_CEC_REBOOT2 which will be used to handle abnormal
    reboot.
 2. doc/opal-api/opal-cec-reboot-6-116.txt file to add description
   for OPAL_CEC_REBOOT* OPAL call.

This patchset addresses github issue 129
 https://github.com/open-power/tyan-openpower/issues/129

Changes in v4:
- This patch now depends on Sam's elog simplification patch at
  https://lists.ozlabs.org/pipermail/skiboot/2015-July/001745.html
- Changed 'diag' argument to 'char *' type and removed 'size' argument.
  Comment from BenH.

Changes in v3:
- Added OPAL_CEC_REBOOT2 opal call instead of OPAL_TRIGGER_XSTOP

Changes in v2:
 - Changed xstop_xscom global variables to a struct
 - Used PPC_BIT macro for FIR bit expansion
---

Vipin K Parashar (2):
      opal-api: Add OPAL call to handle abnormal reboots.
      doc/opal-api: Add OPAL_CEC_REBOOT2 OPAL call description


 core/platform.c                        |   39 +++++++++++++++++++++++
 doc/opal-api/opal-cec-reboot-6-116.txt |   54 ++++++++++++++++++++++++++++++++
 hw/xscom.c                             |   32 +++++++++++++++++++
 include/errorlog.h                     |    3 ++
 include/opal-api.h                     |    9 +++++
 include/xscom.h                        |    1 +
 6 files changed, 137 insertions(+), 1 deletion(-)
 create mode 100644 doc/opal-api/opal-cec-reboot-6-116.txt

--
Signature



More information about the Skiboot mailing list