commit | 8fb3f03c0d34cfe89acb3f373fa820a53dc5ba35 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Jul 27 16:45:44 2018 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Fri Jul 27 16:46:47 2018 +0930 |
tree | df0c593f7a48d0579b8988cedbc494b3054e8924 | |
parent | 9debcd66b9f6fb9cfe85308f3bb493650dab1da3 [diff] |
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>
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`.