commit | bee6243a981156409c7504fe7ce7f72b78b43c08 | [log] [tgz] |
---|---|---|
author | Thang Tran <thuutran@amperecomputing.com> | Mon Mar 14 22:18:38 2022 +0700 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Tue Mar 22 19:34:03 2022 +0000 |
tree | 27fcd0f084cf708bc0b15a3e0e84df7061db9a3e | |
parent | 554757b9a876b4b1d1757191c5744fb17c5c7f23 [diff] |
Create ActivationBlocksTransition before write HOST BIOS image Currently, Host can be turned on and the BMC can reboot during HOST BIOS image is flashing. it can make the flashing fails. Enable ActivationBlocksTransition before write HOST BIOS image to block turning on HOST or reboot BMC when flashing did not complete. Tested: 1. Request to write new Host bios image via Redfish. 2. Turn on HOST. 3. HOST still is off until flashing completed. 4. New HOST BIOS image is flashed. Signed-off-by: Thang Tran <thuutran@amperecomputing.com> Change-Id: Ifa8ec1a96bc9c1ecf0dbdcc5d11435c0f594d66b
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.