summaryrefslogtreecommitdiffstats
path: root/src/ipmiblob/ipmi_handler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ipmi: pull the netfn and command into parametersPatrick Venture2019-05-311-6/+4
| | | | | | | | | Pull the netfn and cmd into parameters instead of hard-coding them for blob commands. Tested: Only ran unit-tests. Change-Id: I1a73de32e14cc78ece94a26f6c447824af88c984 Signed-off-by: Patrick Venture <venture@google.com>
* ipmi_handler: provide unique creatorPatrick Venture2019-05-131-0/+6
| | | | | | | | Ideally ipmi handler objects should not be shared between objects, therefore provide a convenient unique creator. Change-Id: Iaaf9b4b37676699f0a7ecf6d2550b07e1080742e Signed-off-by: Patrick Venture <venture@google.com>
* cleanup: delete blob byte printingPatrick Venture2019-05-101-6/+0
| | | | | | | | Delete extra debug printing now that the code is verified as functioning as it should for a sufficient variety of commands. Change-Id: I885640c7c8cc049532b0dd42d587995c69a0d673 Signed-off-by: Patrick Venture <venture@google.com>
* namespace: s/host_tool/ipmiblob/gPatrick Venture2019-03-061-2/+2
| | | | | | | Renamed the namespace to encapsulate the library. Change-Id: I3deb82df5cf6916c505b57864e22a412542c9b6c Signed-off-by: Patrick Venture <venture@google.com>
* initial commitPatrick Venture2019-03-061-0/+165
Add initial code from phosphor-ipmi-flash/tools that was not specific to firmware update over ipmi-blobs. Change-Id: I360537a7392347fe989397a699f6a712bc36e62c Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud