commit | b61b107f82af4ee154ac051a2d32fa94f7f06ee4 | [log] [tgz] |
---|---|---|
author | Tom Joseph <tomjoseph@in.ibm.com> | Mon Jan 28 12:32:52 2019 +0530 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Fri Feb 01 18:54:09 2019 +0530 |
tree | 15d744eb959eb56bf3610b975a588f22fcae67cf | |
parent | 3503fdc911c5a76dc5a3323daa78f42716449c46 [diff] |
eSEL: Add severity and callout to the error metadata The sensor number in the eSEL data is mapped to the inventory object path and the callout association is added to the error metadata. The mappings are generated from the MRW. The severity of the eSEL is inferred from the eSEL data and the corresponding error level is updated in the metadata. This implementation is moved from phosphor-ipmi-host to this repository, since this is OpenPower specific. Change-Id: I0bf0fe3776b593c6d38a958a23a140aeae71e754 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
This .so file is designed to support the OpenPOWER's BIOS OEM commands. Documentation can be found by contacting the OpenPOWER mailing list @ https://github.com/open-power/op-build
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.