summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add API to provide access to parsed OpenPOWER VPDDeepak Kodihalli2016-12-072-0/+75
| | | | | | | | | This change adds the Store class, which serves as a store for parsed OpenPOWER VPD, as well as provides access to the VPD specified by a record:keyword combination. Change-Id: Ie9efe5825a3e799d78b59333c06955b0214a6823 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Add enums for OpenPOWER records and keywordsDeepak Kodihalli2016-12-071-0/+35
| | | | | | | | | OpenPOWER VPD is represented in a record/keyword format. This change adds enum definitions for records and record-contained keywords that the BMC is interested to parse out from an OpenPOWER VPD eeprom. Change-Id: I3ee0d85e509de15d192e795cb9b253688cad70a5 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Initial commitPatrick Williams2016-11-201-0/+201
OpenPOWER on IntegriCloud