[PATCH ipmi-fru-parser v2 0/3] Checking in the basic IPMI FRU Parser Library.
OpenBMC Patches
patches at stwcx.xyz
Fri Oct 16 23:20:11 AEDT 2015
Parser has just enough intelligence to parse Chassis, Board & Product info areas. No support for multi-record in this version.
This parser is a stripped down version of the parser in the FreeIPMI distribution.
https://github.com/openbmc/ipmi-fru-parser/pull/2
Hariharasubramanian R (3):
Checking in the basic IPMI FRU Parser Library. Parser has just
enough intelligence to parse Chassis, Board & Product info areas. No
support for multi-record in this version. This parser is a
stripped down version of the parser in the FreeIPMI distribution.
IPMI FRU Parser Interface.
Added interface function to parse wirte fru data message into a
dictionary.
Makefile | 19 ++
frup.c | 823 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
frup.h | 7 +
3 files changed, 849 insertions(+)
create mode 100644 Makefile
create mode 100644 frup.c
create mode 100644 frup.h
--
2.6.0
More information about the openbmc
mailing list