summaryrefslogtreecommitdiffstats
path: root/parser.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Add .clang-format to repo for automated stylePatrick Venture2018-11-081-1/+2
| | | | | | | | 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>
* Add API to parse OpenPOWER VPDDeepak Kodihalli2016-12-071-0/+20
This change defines an API to parse OpenPOWER format VPD. The API expects OpenPOWER binary VPD as input, parses the same and returns a Store object. The Store object stores parsed VPD, and makes it easy to access the same. Change-Id: Icfb62d848dd92205ab3ab49f05c6521297434c72 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
OpenPOWER on IntegriCloud