summaryrefslogtreecommitdiffstats
path: root/write.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Add .clang-format to repo for automated stylePatrick Venture2018-11-081-4/+3
| | | | | | | | Add .clang-format to repo for automated style. A consistent style across Openbmc makes the code easier to read and edit. Change-Id: I7c09792d2482f0be3e01776804347700f3e3e651 Signed-off-by: Patrick Venture <venture@google.com>
* inventory : implement VPD writeDeepak Kodihalli2016-12-081-0/+25
Define and implement API to write parsed OpenPOWER VPD for a FRU to the inventory. The API needs as input the FRU type, FRU object path and parsed VPD. It makes use of the inventory manager to then create the desired FRU object, populated with the VPD. Change-Id: I97ec7e1f0cd7b28b5ccb5d8e7dbeb2cad2a7093e Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
OpenPOWER on IntegriCloud