[Skiboot] [PATCH v2 0/2] Add OPAL call OPAL_TRIGGER_XSTOP to invoke xstop

Vipin K Parashar vipin at linux.vnet.ibm.com
Fri Jul 24 05:49:47 AEST 2015


This patchset adds:
 1. New OPAL call OPAL_TRIGGER_XSTOP which will be used to invoke xstop.
 2. doc/opal-api/opal-trigger-xstop-116.txt file to add description
   for OPAL_TRIGGER_XSTOP OPAL call.

Created to address github issue 129
 https://github.com/open-power/tyan-openpower/issues/129

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 OPAL_TRIGGER_XSTOP to invoke xstop
  doc/opal-api: Add OPAL_TRIGGER_XSTOP OPAL call description

 doc/opal-api/opal-trigger-xstop-116.txt | 16 ++++++++++++++++
 hw/xscom.c                              | 33 +++++++++++++++++++++++++++++++++
 include/opal-api.h                      |  3 ++-
 3 files changed, 51 insertions(+), 1 deletion(-)
 create mode 100644 doc/opal-api/opal-trigger-xstop-116.txt

-- 
1.9.3



More information about the Skiboot mailing list