commit | ee590c744d2bc28bbe0a3aaad1eb4c3568414f5b | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Sep 26 15:16:06 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 03 17:25:14 2017 +0000 |
tree | 5269d87106e50bd763b28467b75fa432d724b958 | |
parent | 021c365b73cd9d7d6ad437783821e6ea24bd648e [diff] |
Set Priority value of functional BMC version to 0 The priority values are saved on the BMC flash and in u-boot env variables as backup, but in the case where both copies are missing like when the BMC chip is reflashed using a programmer, set the Priority value of the functional (currently running) BMC version to 0 to indicate that's the image the BMC booted from. Resolves openbmc/openbmc#2373 Change-Id: I7cc8a7ae5b1c676891109c71686d7f9b18fde1ca Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
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: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To full clean the repository again run `./bootstrap.sh clean`.