[Skiboot] [PATCH v3 0/2] opal: Add opal call to handle abnormal system reboots.
Mahesh J Salgaonkar
mahesh at linux.vnet.ibm.com
Wed Jul 29 04:04:06 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 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 | 37 ++++++++++++++++++++++
doc/opal-api/opal-cec-reboot-6-116.txt | 55 ++++++++++++++++++++++++++++++++
hw/xscom.c | 32 +++++++++++++++++++
include/errorlog.h | 3 ++
include/opal-api.h | 9 +++++
include/xscom.h | 1 +
6 files changed, 136 insertions(+), 1 deletion(-)
create mode 100644 doc/opal-api/opal-cec-reboot-6-116.txt
--
- Mahesh
More information about the Skiboot
mailing list