commit | 6046c3729eb18f1ee32be4ddf897abe47f9ed10c | [log] [tgz] |
---|---|---|
author | Sunny Srivastava <sunnsr25@in.ibm.com> | Fri Jun 06 12:13:19 2025 +0530 |
committer | SunnySrivastava <sunnsr25@in.ibm.com> | Tue Jun 10 09:27:07 2025 +0000 |
tree | b2ffb04a66cffcd3a33d82b11183ae18d5a96625 | |
parent | ec7f8869750c60563e57da8f95c8cfd30a192da7 [diff] |
Add inventory call out in PEL In case there is any ECC mismatch found while processing a record, a predictive PEL is being logged. To detect the FRU for which this happened along with next action to be performed, inventory call out is being added to the PEL and description is being updated with next action to be performed. Change-Id: I92e507fca3b724a42f37ada6fe05b41750a04072 Signed-off-by: Sunny Srivastava <sunnsr25@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.