commit | 0abbb9c9ba2eab2fbd78843c96caafd53223904a | [log] [tgz] |
---|---|---|
author | jinuthomas <jinu.joy.thomas@in.ibm.com> | Fri May 05 01:37:07 2023 -0500 |
committer | jinuthomas <jinu.joy.thomas@in.ibm.com> | Fri May 05 01:51:41 2023 -0500 |
tree | 19d82e0fb7a1959299091a1696e6b1f9a5f3a2b9 | |
parent | 636391010b138d25165a35a0db31ab4fddd53f78 [diff] |
Fix compare check for 11S The compare check has an issue as it is not correctly coded Change-Id: I751cc529dff59ba04b43d6cb4dd9effd80b20d2d Signed-off-by: jinuthomas <jinu.joy.thomas@in.ibm.com>
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.