fw update: tests for software updateTests for the software update flow.Minimal PLDM packages are constructed in testcases and the update flowis run on software instance.These tests should chec
fw update: tests for software updateTests for the software update flow.Minimal PLDM packages are constructed in testcases and the update flowis run on software instance.These tests should check that the common code behaves as outlined in thedesign [1]References:[1] https://github.com/openbmc/docs/blob/master/designs/code-update.mdChange-Id: Ibf473999b692a85dd86e4ab57a9a4c322257fc40Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
show more ...
phosphor-bmc-code-mgmt: Migrate to pldm_edac_crc32()crc32 is deprecated in the libpldm API due to a lack of a common symbolprefix. Migrate to pldm_edac_crc32().Change-Id: Id3e0996452dc26d1dae2c6
phosphor-bmc-code-mgmt: Migrate to pldm_edac_crc32()crc32 is deprecated in the libpldm API due to a lack of a common symbolprefix. Migrate to pldm_edac_crc32().Change-Id: Id3e0996452dc26d1dae2c635361e38e737a01efcSigned-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
meson: reformat with meson formatterApply the `meson format` results.Change-Id: Ifc60fd8e7091d83202753a57f215667613f1691cSigned-off-by: Patrick Williams <patrick@stwcx.xyz>
clang-format: update latest spec and reformatCopy the latest format file from the docs repository and apply.Change-Id: I4a9d4410fcf7c9e87481d7d962fbcc92d071c913Signed-off-by: Patrick Williams <p
clang-format: update latest spec and reformatCopy the latest format file from the docs repository and apply.Change-Id: I4a9d4410fcf7c9e87481d7d962fbcc92d071c913Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
fw update: library to create pldm fw packageImplement some helper functions to easily create a pldm fw package in afew lines of user code.This is helpful for unit testing the code update flow.
fw update: library to create pldm fw packageImplement some helper functions to easily create a pldm fw package in afew lines of user code.This is helpful for unit testing the code update flow.The package created is for testing purpose. The library is notfully-featured or complete and should not be relied upon for anythingother than the tests in this repo.https://github.com/openbmc/docs/blob/master/designs/code-update.mdTested: next few patches in seriesChange-Id: If899e5537a2e5ac641544ca80e8876d83549da28Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>