commit | d0a7fcd5f0f8792788d9723a261182ae1b7f2811 | [log] [tgz] |
---|---|---|
author | Chanh Nguyen <chanh@os.amperecomputing.com> | Fri Jul 16 22:59:28 2021 +0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Sep 01 15:44:39 2021 +0000 |
tree | a6effd6e0adacaef5bbe598d81d53380c94c3204 | |
parent | 03d7a4beb2af037168af6c040880c599ade6ace5 [diff] |
chassishandler: Support Hard Reset command Follow the IPMI spec v2.0 and the OpenBMC state management design, Support the Hard Reset IPMI command correspond the BMC transition to A ForceWarmReboot. The full mapping of Redfish and IPMI to xyz.openbmc_project.State.* is as follows: https://github.com/openbmc/docs/blob/master/designs/state-management-and-external-interfaces.md Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com> Change-Id: I6c26e7c70c1792498b17d3800d80343b19193c41
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
.