[PATCH ipmi-fru-parser v3] eeprom read CLI

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Nov 25 03:30:10 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        |  33 +++++++++++-----
 argument.C      |  62 +++++++++++++++++++++++++++++
 argument.H      |  27 +++++++++++++
 readeeprom.C    |  71 +++++++++++++++++++++++++++++++++
 strgfnhandler.C | 102 +++++++++++++++++++++++++++++++++++++++++++++++
 writefrudata.C  | 120 +++++++-------------------------------------------------
 writefrudata.H  |   3 ++
 7 files changed, 303 insertions(+), 115 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