summaryrefslogtreecommitdiffstats
path: root/msl_verify_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* msl_verify: Create error log when verify failsAdriana Kobylak2018-10-171-1/+13
| | | | | | | | | | | | | | | | | | Create a Version::Incompatible error log when the verification fails to make the failure more visible to the user. Tested: Verified a new error log was created with the metadata. "/xyz/openbmc_project/logging/entry/4": { "AdditionalData": [ "_PID=1540", "ACTUAL_VERSION=IPCS-FP5295G2-OP9-v2.0.8-2.8", "MIN_VERSION=v2.2", "VERSION_PURPOSE=xyz.openbmc_project.Software.Version.VersionPurpose.Host" ], "Message": "xyz.openbmc_project.Software.Version.Error.Incompatible", Change-Id: I3d13265b4a7e6a9a58cbd7cd619a162fb11da164 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* msl_verify: Initial commitAdriana Kobylak2018-10-171-0/+16
Create a new binary that checks the msl (minimum ship level) of the PNOR and logs an error message if the version on the system is older. The msl can be specified via a config flag. Change-Id: I6f477400f7a8cf56557bd0caf5d6e08d73320028 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPOWER on IntegriCloud