Commit log entry if the eSEL record type is OCC metrics

Hostboot sends OCC metrics data like CPU temperature, memory
bandwidth etc on a periodic basis. The OCC metrics is sent
to BMC as eSEL record. The progress field in the Partial Add
eSEL command indicates the complete eSEL record is sent.
On receiving the complete eSEL record a logging entry is made,
with the additional data containing the eSEL record.

Change-Id: I2476d7fc2bb375a8d18be3495fc9680333ca85fb
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
2 files changed
tree: 7eabb5d94b2d7c23461520e78a8f31c83b2dc67d
  1. org/
  2. .gitignore
  3. bootstrap.sh
  4. configure.ac
  5. elog-errors.hpp
  6. host-interface.cpp
  7. host-interface.hpp
  8. LICENSE
  9. Makefile.am
  10. oemhandler.cpp
  11. oemhandler.hpp
  12. README.md
README.md

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

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.

Supported Commands

  • Partial Add
  • Prepare for host update