commit | 86ac49917a6a56f447e850f73c21b9cf07b24261 | [log] [tgz] |
---|---|---|
author | Chen Yugang <yugang.chen@linux.intel.com> | Fri Jun 25 08:14:52 2021 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jul 14 18:19:08 2021 +0000 |
tree | b5044bcc996f5673d26315a2887ffa40498f1eeb | |
parent | 7cb355018dd3d4eebcf5c8b4210084e2e3f11d33 [diff] |
support BMC boot flag valid bit clearing Set/Get system boot options commands don't support BMC boot flag valid bit clearing, add it. Tested: it test by ipmi commands: set BIOS boot option with parameter 3 ipmitool raw 0x00 0x08 0x03 xx get boot option with parameter 3 ipmitool raw 0x00 0x09 0x03 0 0 for example: ipmitool raw 0x00 0x08 0x03 2 no response, without error response ipmitool raw 0x00 0x09 0x03 0 0 01 03 02 the third response datum is the value by setting boot option. Change-Id: I7db3c7d9f52b107b5b07d94fe58f3c7ada761460 Signed-off-by: Chen Yugang <yugang.chen@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
.