[PATCH phosphor-host-ipmid] Moved to sdbus and more
OpenBMC Patches
patches at stwcx.xyz
Mon Oct 12 11:33:48 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 (1):
Moved from gdbus to sdbus. Fixed sdbus memory leak. Added commands
to get a Palmetto to IPL further
Makefile | 29 ++++-
apphandler.C | 151 ++++++++++++++++++++++++-
apphandler.h | 6 +
ipmid-api.h | 3 +-
ipmid.C | 334 ++++++++++++++++++++++++++++++++++++-------------------
ipmid.H | 2 +-
oemhandler.C | 105 +++++++++++++++++
oemhandler.h | 12 ++
sensorhandler.C | 225 +++++++++++++++++++++++++++++++++++++
sensorhandler.h | 13 +++
storagehandler.C | 222 ++++++++++++++++++++++++++++++++++++
storagehandler.h | 16 +++
12 files changed, 993 insertions(+), 125 deletions(-)
create mode 100644 oemhandler.C
create mode 100644 oemhandler.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