commit | ad588bf51c3acb8ec6e4fc4ee6ff81688a166045 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Thu Jan 30 16:18:33 2020 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Nov 23 01:14:12 2021 +0000 |
tree | 48043ba691bde871e9d89b9ae950a9d9d8bc0d58 | |
parent | 664e1c31f7981fceb1b0a05c19229859631b7e6f [diff] |
Add Chassis State Transition interface This adds the Chassis State Transition interface in preparation to support the mapping defined in the design document below. ref: https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/22358 Tested: Compiles. Since this adds a new function that is not used yet, there is not much in the way of testing that can be done on this individual commit. But the next commit that calls it does do the testing of this new function. Change-Id: I6acfb795a9a33ff5227a5d6e1830774ab732ac0c Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
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
.