commit | 8744123932837f4b941a1d846f29ba9847a2f7b1 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Sep 08 23:47:11 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Sep 12 06:10:40 2022 -0500 |
tree | 06f346326f6451a46e422b4c4e7fd8e78f7d2e19 | |
parent | 7fe1aba91a7ec923d59765d81a2aebc72d2f82cc [diff] |
util: api to get chassis power state Added function getChassisPowerState to get current chassis power state. Tested: manually verified. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I551d0cc0cf3aa038b1ffc14c5e359fa5fd88d883
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.