[Skiboot] [PATCH 0/2] Add EPOW event support in OPAL

Vipin K Parashar vipin at linux.vnet.ibm.com
Tue Mar 31 02:50:45 AEDT 2015


This patchset adds EPOW event support in OPAL.
It consists of two patches which adds below functionality.
1. Depricates existing EPOW driver and associated OPAL_GET_EPOW_STATUS API
2. Adds new EPOW event driver in OPAL and new OPAL_GET_EPOW_EVENT_INFO API
   for getting EPOW event details

Vipin K Parashar (2):
  FSP/EPOW: Depricate OPAL_GET_EPOW_STATUS API
  FSP/EPOW: Add EPOW event driver in OPAL

 hw/fsp/Makefile.inc        |   4 +-
 hw/fsp/fsp-epow-event.c    | 272 +++++++++++++++++++++++++++++++++++++++++++++
 hw/fsp/fsp-epow-event.h    |  41 +++++++
 include/fsp.h              |   2 +-
 include/opal.h             |  67 ++++-------
 platforms/ibm-fsp/common.c |   6 +-
 6 files changed, 338 insertions(+), 54 deletions(-)
 create mode 100644 hw/fsp/fsp-epow-event.c
 create mode 100644 hw/fsp/fsp-epow-event.h

--
1.9.3



More information about the Skiboot mailing list