[PATCH openpower-host-ipmi-oem v3 0/7] B1 Added oem so and test program
OpenBMC Patches
patches at stwcx.xyz
Sat Oct 17 07:29:34 AEDT 2015
https://github.com/openbmc/openpower-host-ipmi-oem/pull/1
Chris Austen (7):
Support OpenPOWERs OEM commands on openbmc
Add a test framework for the .so
Fixes from Joel review
fixed #define issue with byte swapping
fix build break with array of pointers
Clean up Makefile
Fixed string pointer usage
Makefile | 27 ++++++++++++
README.md | 1 +
ipmid-api.h | 83 +++++++++++++++++++++++++++++++++++
ipmid.H | 15 +++++++
oemhandler.C | 91 ++++++++++++++++++++++++++++++++++++++
oemhandler.h | 32 ++++++++++++++
testit.C | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
testit.h | 14 ++++++
8 files changed, 404 insertions(+)
create mode 100644 Makefile
create mode 100644 README.md
create mode 100644 ipmid-api.h
create mode 100644 ipmid.H
create mode 100644 oemhandler.C
create mode 100644 oemhandler.h
create mode 100644 testit.C
create mode 100644 testit.h
--
2.6.0
More information about the openbmc
mailing list