1This .so file is designed to support the OpenPOWER's BIOS OEM commands. 2Documentation can be found by contacting the OpenPOWER mailing list @ https://github.com/open-power/op-build 3 4## To Build 5``` 6To build this package, do the following steps: 7 8 1. ./bootstrap.sh 9 2. ./configure ${CONFIGURE_FLAGS} 10 3. make 11 12To full clean the repository again run `./bootstrap.sh clean`. 13``` 14 15## Supported Commands 16- Partial Add 17- Prepare for host update 18 19