Lines Matching +full:openbmc +full:- +full:project
1 # PLDM - Platform Level Data Model
3 [](LICENSE)
7 PLDM (Platform Level Data Model) is a key component of the OpenBMC project,
12 The OpenBMC PLDM project aims to implement the specifications defined by the
18 - **Standardized Messaging:** Adheres to the DMTF's PLDM specifications,
21 - **Modularity:** Supports multiple PLDM types, including base, FRU,Firmware
23 - **Extensibility:** Easily extendable to support new PLDM types and custom OEM
25 - **Integration:** Seamlessly integrates with other OpenBMC components for
34 - `Meson`
35 - `Ninja`
37 Alternatively, source an OpenBMC ARM/x86 SDK.
41 To build the PLDM project, follow these steps:
44 meson setup build && meson compile -C build
52 meson test -C build
55 Alternatively, tests can be run in the OpenBMC CI docker container using
56 [these](https://github.com/openbmc/docs/blob/master/testing/local-ci-build.md)
61 pldm daemon accepts a command line argument `--verbose` or `--v` or `-v` to
66 echo 'PLDMD_ARGS="--verbose"' > /etc/default/pldmd