[PATCH skeleton 0/8] Add fan control algorithm

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Mar 23 12:30:48 AEDT 2016



<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/skeleton/59)
<!-- Reviewable:end -->


https://github.com/openbmc/skeleton/pull/59

Ken (5):
  add i2craw tool and hdd status function
  Heartbeat Led function
  Setup FUNC_MODE[2:0]
  fix info memory leak
  Revert "Fill in the threshold settings for CPU and DIMM"

johnhcwang (3):
  Fill in the threshold settings for CPU and DIMM
  Add I2C-6 lm75 outlet temperature sensor
  Modify the hard-coded hwmon ID for PowerCap

 Makefile                        |  13 +-
 bin/Barreleye.py                | 186 +++++++++++++--------
 bin/Sensors.py                  |   2 +-
 bin/chassis_control.py          |   7 +-
 bin/sensor_manager2.py          |   4 +-
 bin/startup_hacks.sh            |   8 +
 objects/button_power_obj.c      |  17 +-
 objects/control_bmc_barreleye.c |   2 +-
 objects/control_bmc_obj.c       |  88 +++++-----
 objects/hwmons_barreleye.c      |  15 +-
 objects/i2c-dev.h               | 362 ++++++++++++++++++++++++++++++++++++++++
 objects/i2craw.c                | 245 +++++++++++++++++++++++++++
 objects/info.c                  | 358 +++++++++++++++++++++++++++++++++++++++
 objects/log.h                   |  59 +++++++
 14 files changed, 1231 insertions(+), 135 deletions(-)
 create mode 100644 objects/i2c-dev.h
 create mode 100644 objects/i2craw.c
 create mode 100644 objects/info.c
 create mode 100644 objects/log.h

-- 
2.7.1




More information about the openbmc mailing list