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

OpenBMC Patches openbmc-patches at stwcx.xyz
Sat Nov 21 03:00: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        |  21 +++++++---
 argument.C      |  62 +++++++++++++++++++++++++++++
 argument.H      |  27 +++++++++++++
 readeeprom.C    |  73 ++++++++++++++++++++++++++++++++++
 strgfnhandler.C | 100 ++++++++++++++++++++++++++++++++++++++++++++++
 writefrudata.C  | 120 +++++++-------------------------------------------------
 writefrudata.H  |   2 +
 7 files changed, 294 insertions(+), 111 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