[Skiboot] [PATCH V7 0/8] Add support for OCC sensors and cmd/rsp interface

Shilpasri G Bhat shilpa.bhat at linux.vnet.ibm.com
Thu Jul 20 04:22:33 AEST 2017


This patchset provides support for OCC inband sensors and shared
memory based command-reponse interface.

Shilpasri G Bhat (8):
  occ: Add support for OPAL-OCC command/response interface
  powercap: occ: Add a generic powercap framework
  occ: Add support to change power-shifting-ratio
  sensors: occ: Add support for OCC inband sensors
  sensors: occ: Send CSM_{min/max} on min/max sensor read
  occ: sensors: Fix the sensor label for core temperature
  occ: sensors: Skip the deconfigured core sensors
  sensor: occ: Add support to clear sensor groups

 core/Makefile.inc  |   2 +-
 core/init.c        |   1 +
 core/powercap.c    |  40 +++
 core/sensor.c      |  17 ++
 hw/Makefile.inc    |   2 +-
 hw/occ-sensor.c    | 614 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/occ.c           | 709 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 include/opal-api.h |   8 +-
 include/opal-msg.h |   2 +-
 include/powercap.h |  35 +++
 include/sensor.h   |   1 +
 include/skiboot.h  |   6 +
 12 files changed, 1429 insertions(+), 8 deletions(-)
 create mode 100644 core/powercap.c
 create mode 100644 hw/occ-sensor.c
 create mode 100644 include/powercap.h

-- 
1.8.3.1



More information about the Skiboot mailing list