[Skiboot] [PATCH V6 0/3] Add support for OCC inband sensors
Shilpasri G Bhat
shilpa.bhat at linux.vnet.ibm.com
Mon Jun 19 22:06:18 AEST 2017
This patch series provides support to parse and export the environment
sensors from inband sensors copied by OCC to main memory.
Changes from V5:
- Split the new changes to Patch2 and Patch3
- Patch2 adds a new DT compatible string for current(A) sensors
- Patch3 exports CSM min/max
Shilpasri G Bhat (3):
sensors: occ: Add support for OCC inband sensors
sensors: occ: Add DT compatible string for current(A) sensor
sensors: occ: Send CSM_{min/max} on min/max sensor read
core/init.c | 1 +
core/sensor.c | 4 +
hw/Makefile.inc | 2 +-
hw/occ-sensor.c | 600 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/sensor.h | 1 +
include/skiboot.h | 4 +
6 files changed, 611 insertions(+), 1 deletion(-)
create mode 100644 hw/occ-sensor.c
--
1.8.3.1
More information about the Skiboot
mailing list