[PATCH ipmi-fru-parser] eeprom read CLI
OpenBMC Patches
openbmc-patches at stwcx.xyz
Wed Nov 11 05:20:09 AEDT 2015
Moved write fru data registration onto a new .so due to an undefined "register_callback" in writefru.so
writefrudata.so now can be linked to both function:6 and also this readeeprom.
https://github.com/openbmc/ipmi-fru-parser/pull/5
vishwa (1):
eeprom read CLI
Makefile | 20 ++++++++----
argument.C | 59 +++++++++++++++++++++++++++++++++++
argument.H | 27 ++++++++++++++++
readeeprom.C | 45 ++++++++++++++++++++++++++
strgfnhandler.C | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
writefrudata.C | 90 ----------------------------------------------------
writefrudata.H | 1 +
7 files changed, 243 insertions(+), 96 deletions(-)
create mode 100644 argument.C
create mode 100644 argument.H
create mode 100644 readeeprom.C
create mode 100644 strgfnhandler.C
--
2.6.3
More information about the openbmc
mailing list