summaryrefslogtreecommitdiffstats
path: root/frup.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Inventory: Add chassis fru dataRatan Gupta2017-02-201-2/+1
| | | | | Change-Id: Idc83199d584ffe6d1b66debcb36244dd393495d0 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Fix bug in FRU data processing logicDeepak Kodihalli2017-02-141-165/+31
| | | | | | | | The logic assumed IPMI FRU data is encoded in ascii always, but the data could be ascii or binary. Handle both encodings. Change-Id: Ie89bb077fd32a23bb96bd4cda78b66d2ccdd9774 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* rename frup.h -> frup.hppRatan Gupta2017-02-111-1/+1
| | | | | | | This header contains c++ code. Change-Id: I4bc6cf0ddfbdc6ac4d93580a5203bb59537bbb04 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Re-factor to use MRW and Inventory interfacesRatan Gupta2017-02-011-81/+17
| | | | | | | | | The write FRU command now figures out properties to be written for a FRU via a generated header file, which in turn is generated via scrips deriving their inputs from MRW and Inventory d-bus interfaces. Change-Id: I9939aeec24566cf518f4e63dc6ae344b236a541f Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Change c->cpp.Ratan Gupta2017-02-011-0/+1126
It is required as we would be using c++ containers. Change-Id: Ifefc468ac7b2e94d1b9948a6aeb7f8d42d8e6555 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
OpenPOWER on IntegriCloud