summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Creating a generic OpenBMC FRU VPD templateMichael Y. Lim2017-08-306-0/+289
| | | | | | | bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
* Remove UD keyword from OSYS record in system VPD templateMichael Y. Lim2017-08-301-9/+3
| | | | | | | | | Revert commit ec7ec2b13bcaa30dc85c454479a60d5b7631d019 bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
* Add UD keyword to OSYS RecordMichael Y. Lim2017-08-151-1/+10
| | | | | | | | | | OpenBMC team requests UD keyword to store UUID (aka Machine ID) RTC story 178386 bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
* Merge pull request #9 from youhour/masterJason Albert2017-07-051-1/+8
|\ | | | | Add NV keyword to VNDR record per hostboot request
| * Add NV keyword to VNDR RecordMichael Y. Lim2017-07-051-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Hostboot has the need to add nvlink configuration data to support multiple nvlink on a system planar. NV keyword was created and include in VNDR record to meet this requirement. bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
| * Update P9 memd record to meet P9SO_FRU-VPD_Oct3.pdfMichael Y. Lim2016-10-041-1/+78
| | | | | | | | | | | | | | | | | | Add CK, Q0-Q9 keyword to memd record for P9 system planar bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
* | Comment cleanup and bug fixes from new testcaseJason Albert2016-10-184-0/+58
| | | | | | | | | | - Cleaned up comments throughout file - Added new testcase and fixed bugs in createVpd.py it exposed
* | Added example for ktvpdfileJason Albert2016-10-182-0/+30
| |
* | Update P9 memd record to meet P9SO_FRU-VPD_Oct3.pdfMichael Y. Lim2016-10-061-1/+78
|/ | | | | | | | | Add CK, Q0-Q9 keyword to memd record for P9 system planar bug: NA branch: master Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
* Added another level of comment supportJason Albert2016-08-311-5/+9
| | | | - This was needed after merging the mixed-data branch into master
* Merge branch 'master' into comment-supportJason Albert2016-08-311-0/+35
|\
| * Added support for "mixed" kwformat typeJason Albert2016-08-301-0/+35
| | | | | | | | | | | | | | | | - Mixed type allows for hex or ascii tags in kwdata tag - Added checking of new xml structure - Added example of mixed data usage - Fixed a bug with hex input data with white space that resulted in data not being padded out to the length of the kw
* | Added support for comment preservation in output filesJason Albert2016-08-301-0/+28
|/ | | | | - Put a smaller wrapper on the normal parser to handle comment preservation - Added code to handle new comment tag on all parsing levels
* Add openPower Power9 FRU VPD templateMichael Y. Lim2016-06-2083-8/+964
| | | | | | | | | | Add Power9 FRU VPD template. Also move Power8 FRU VPD template to p8 directory. bug: na branch: p9v1 Signed-off-by: Michael Y. Lim <youhour@us.ibm.com>
* Removed old examples and added new ones provided by Michael LimJason Albert2015-07-2067-10/+1798
| | | | | | - Removed old memcard and sysplanar examples - Added new, more specific examples provided by Michael Lim - Added a new README that describes what each of the examples are for
* Reworked the organization of the examplesJason Albert2015-07-1649-1/+2247
| | | | | | | | | | Examples were previously just a symlink to passing tests. This symlink didn't show well in github. Instead examples is now the directory and pass is the symbolic link. - removed examples link - moved tests/pass directory to examples - creates tests/pass -> examples link
* Fix the release scripts and added top level examples link to tests/pass so ↵Jason Albert2015-03-261-0/+1
help examples are callable from git repo
OpenPOWER on IntegriCloud