commit | 3503fdc911c5a76dc5a3323daa78f42716449c46 | [log] [tgz] |
---|---|---|
author | Tom Joseph <tomjoseph@in.ibm.com> | Thu Jan 10 11:25:27 2019 +0530 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Mon Jan 28 12:55:34 2019 +0530 |
tree | bad9f9bd4d564e73213e6e6b1e6cd74c6f5af125 | |
parent | 02261c0c55e308869e1e1fab089a4ff49562cf5f [diff] |
eSEL : Handle logging of eSEL in OpenPower OEM library The eSEL sent from host is logged as D-Bus error object only when Add SEL command is from the host. Since the eSEL is an OpenPower error representation, this should not be handled in the phosphor implementation of the Add SEL command. The eSEL is logged as D-Bus error object when the progress indicator in the Partial Add eSEL data indicates last portion of the eSEL data. Change-Id: I85c91e3c4819fb610ccf5ef27c2878e836c0f70e 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`.