[PATCH phosphor-host-ipmid v2 0/8] Moved to sdbus and more

OpenBMC Patches patches at stwcx.xyz
Wed Oct 14 04:47:59 AEDT 2015


Fixed sdbus memory leak.
Added commands to allow a Palmetto to IPL further.  Created shared libraries on a per netfunction basis.  Not sure if that is the best approach since swapping of functions for other ones is not likely on an explicit NetFN basis.

A lot of TODO's added to fill in when different dbus objects become available.  I marked them with a "TODO" to help draw attention.   

https://github.com/openbmc/phosphor-host-ipmid/pull/3

Chris Austen (8):
  Convert to SDBus
  Set response bit returning from the ipmi call
  Reset the lib path string per .so
  Reduced MAX_IPMI_BUFFER to support ast2400 FIFO
  Add more ipmi commands for app function
  Add sensor ipmi commands
  Add storage ipmi commands
  Add support for the the dcmi package

 Makefile         |  18 +--
 apphandler.C     | 137 +++++++++++++++++++++--
 apphandler.h     |   6 +
 dcmihandler.C    |  40 +++++++
 dcmihandler.h    |  12 ++
 ipmid-api.h      |   1 +
 ipmid.C          | 330 ++++++++++++++++++++++++++++++++++++-------------------
 ipmid.H          |   6 +-
 sensorhandler.C  | 213 +++++++++++++++++++++++++++++++++++
 sensorhandler.h  |  13 +++
 storagehandler.C | 200 +++++++++++++++++++++++++++++++++
 storagehandler.h |  16 +++
 12 files changed, 860 insertions(+), 132 deletions(-)
 create mode 100644 dcmihandler.C
 create mode 100644 dcmihandler.h
 create mode 100644 sensorhandler.C
 create mode 100644 sensorhandler.h
 create mode 100644 storagehandler.C
 create mode 100644 storagehandler.h

-- 
2.6.0




More information about the openbmc mailing list