commit | a257693a639a33a7ec1f6dbe8ddf5f969b6b8d39 | [log] [tgz] |
---|---|---|
author | Chirag Sharma <chirshar@in.ibm.com> | Sat Dec 05 23:17:41 2020 -0600 |
committer | Ramesh Iyyar <rameshi1@in.ibm.com> | Fri Dec 11 07:51:05 2020 -0600 |
tree | d34936eb2ed57561cc88dad0aa46d36787c3d70f | |
parent | 31228b9b4bc4310c97846bb35730fa96c060d47b [diff] |
phal: Added proc-pre-poweroff support Changes: -Adding new service which will be called during chassis poweroff. Test: -Did poweroff to check, if the service file is getting picked up or not and new added procedure is getting called. Signed-off-by: Chirag Sharma <chirshar@in.ibm.com> Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: Ic533433c4771216e5681b61cccf154f7ed029457
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.