commit | bdf2d6ce874a22522dc30e0e9f68ca1221185c5f | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Wed Dec 15 14:05:01 2021 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Mon Mar 14 13:48:50 2022 +0800 |
tree | 78e1d29c054c196437c5d9ae5d6c439d4ed96fcc | |
parent | 531fbc25ac603d76401361e16f29d6aa582d9284 [diff] |
dual-image: Set priority for primary and secondary flash Set priority to 0 for primary and 1 for secondary, whatever the BMC is running on which flash. This is done by checking the running slot and the functional state, where: * If the image is functional and the running slot is 0, it's primary; * If the image is not function and the running slot is 1, it's primary; * Other cases, it's secondary. Tested: Verify the above behavior when BMC is running in primary flash and in secondary flash. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ifee67377c15f7f92772ccde34d8abffb986c5f1f
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
.