commit | 00b3cae1883a6b6cc923352657af3af0621538e4 | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Tue Nov 26 17:32:33 2024 +0100 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Thu Jan 30 14:21:18 2025 +0100 |
tree | ea397c87cf5e79eb995113496bd205aef03b7a39 | |
parent | 5c7c841f372189155b49dc18472317e62de02ea5 [diff] |
fw update: pldm package parser The code is taken from 'pldm' repo, but there is an ongoing effort to make it part of libpldm [1]. The intent of this patch is to provide a few high-level functions to parse a PLDM fw update package. If/when the package parser is available in libpldm, this code can be dropped. References: - [1] https://gerrit.openbmc.org/c/openbmc/libpldm/+/77095 Tested: next patch in series Change-Id: I8212d88702e59d9d78965baf4e8c2243b8035b42 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.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:
meson build
ninja -C build
To clean the repository run rm -r build
.