Lines Matching refs:libpldm
1 # Checklist for making changes to `libpldm`
97 - **Public API**: Any definitions and declarations under `include/libpldm`.
126 title: libpldm symbol lifecycle
150 Applications and libraries that depend on `libpldm` can identify how to migrate
158 `libpldm`. The work is thus in two parts:
160 1. Add the required APIs to `libpldm`
161 2. Use the new APIs from `libpldm` in the dependent application or library
208 functions marked testing inside of libpldm. If we remove or change the prototype
223 `libpldm`. Meson's subprojects are a relatively painless way of managing
225 Use of `libpldm` as a subproject is both supported and encouraged.
227 `libpldm`'s ABI can be controlled from a parent project through meson's
298 - Prefer [defining iterators][libpldm-iterator] over the message buffer to
304 [libpldm-iterator]:
305 https://github.com/openbmc/libpldm/commit/3a2c6589c5660d2066b612bae28ca393a8aa1c2b
413 libpldm developers.
418 - Changes to the public headers under `include/libpldm`
424 - Doesn't change the public headers under `include/libpldm`
433 `include/libpldm/oem/${OEM_NAME}/`, and installed them to the same
506 - [ ] There has been at least one tagged release of `libpldm` subsequent to