oemhandler: Rename constructor function for generality

Previously it was specific to one command that was being registered. It
already now registers two, and we're about to add a third. Rename it to
something more appropriately generic.

Change-Id: If6059847a130f15621155f05d87680d6cda868bd
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
1 file changed
tree: df0c593f7a48d0579b8988cedbc494b3054e8924
  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. MAINTAINERS
  10. Makefile.am
  11. oemhandler.cpp
  12. oemhandler.hpp
  13. 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 clean the repository run `./bootstrap.sh clean`.

Supported Commands

  • Partial Add
  • Prepare for host update