commit | a559c2d6715269b4769b90c154661aac2ed0575f | [log] [tgz] |
---|---|---|
author | Sunny Srivastava <sunnsr25@in.ibm.com> | Mon May 02 11:56:45 2022 -0500 |
committer | Santosh Puranik <santosh.puranik@in.ibm.com> | Fri May 20 06:00:39 2022 +0000 |
tree | a1c9174c4e249cfad65b5a05dcb9072ed7a47687 | |
parent | a6181e2202d85ed10fffcc1c9a577606c7017cb9 [diff] |
System vpd restore list modification New record keyword pair added in the list of system vpd restore map. VSYS/RG - Field core override. UTIL/DO - AMM(memory mirroring) setting persistently in the backplane VPD. Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: I8a7513dcdc48ae79137faa945ab0db91b5bdf220
This repository hosts code for OpenPower and IBM IPZ format VPD parsers. Both OpenPower VPD and IPZ VPD formats are structured binaries that consist of records and keywords. A record is a collection of multiple keywords. More information about the format can be found here.
The repository consists of two distinct applications, which are:
This is a build-time YAML driven application that parses the OpenPower VPD format and uses the YAML configuration (see extra-properties-example.yaml and writefru.yaml) to determine:
The application instance must be passed in the file path to the VPD (this can, for example, be a sysfs path exposed by the EEPROM device driver) and also the D-Bus object path(s) that EEPROM data needs to be published under.
This parser is can be built by passing in the --enable-ibm-parser
configure option. This parser differs from the OpenPower VPD parser in the following ways:
#
and are > 255 bytes in length).Making the application runtime JSON driven allows us to support multiple systems (with different FRU configurations) to be supported in a single code image as well as making the application more flexible for future improvements.