Lines Matching +full:- +full:- +full:disable +full:- +full:docs
1 # PLDM - Platform Level Data Model
3 [](LICENSE)
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`
44 meson setup build && meson compile -C build
52 meson test -C build
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
70 ### To disable pldm verbosity
80 please refer to the [docs](docs) folder.