prettier: re-formatPrettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAMLfiles to have consistent formatting for these file types. Re-run theformatter on the whole repository.
prettier: re-formatPrettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAMLfiles to have consistent formatting for these file types. Re-run theformatter on the whole repository.Change-Id: I0d25f27a5e449578967915d9f570cc29246927d7Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
Fix json filesI accidentally tested pldm with a json linter and found a lotof json issues in pldm, this commit would try to fix all of them.The issues that are fixed in this commit are1. As per
Fix json filesI accidentally tested pldm with a json linter and found a lotof json issues in pldm, this commit would try to fix all of them.The issues that are fixed in this commit are1. As per nlohmann json, it only support // & /**/ for comments and those can be treated as spaces when we pass "true" for the skipcomments argument for the json::parse() function. Most of the places we used # for commenting.2. RFC 7159 does not support hexadecimal numbers in json,so replacing it with its decimal equivalent.3. This commit also adds the configuration files for eslint json linting as well the eslintignore configuration.Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>Change-Id: I909fae9ded93f47273276593fdf758449252f52f
fru: Fix typo in a json exampleThe root path of PIM is /xyz/openbmc_project/inventorySigned-off-by: John Wang <wangzqbj@inspur.com>Change-Id: I15fe343c2e9e49b756a8f7ff77fd34eb7ae62e95
Merge entity association PDRsThis commit enables merging entity association PDRs from the host intothe BMC's PDR repo. Entities from the host are inserted into theappropriate location in the enti
Merge entity association PDRsThis commit enables merging entity association PDRs from the host intothe BMC's PDR repo. Entities from the host are inserted into theappropriate location in the entity tree maintained by the BMC.Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>Change-Id: Ie9fa46d9f8512fad6c04069e4fc65785972fbf64
docs: Update documentation for FRU_Master.jsonSigned-off-by: Tom Joseph <tomjoseph@in.ibm.com>Change-Id: I0e9dba265e00f54342bd6e228f7b013135e6eb90
libpldmresponder: FRU: construct PDRsConstruct FRU record set and entity association PDRs for the FRUs forwhich the BMC collects VPD (FRU information off of an EEPROM).These PDRs are structured
libpldmresponder: FRU: construct PDRsConstruct FRU record set and entity association PDRs for the FRUs forwhich the BMC collects VPD (FRU information off of an EEPROM).These PDRs are structured as per PLDM spec DSP0248 v1.2.0.Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>Change-Id: I2c72d74dad449561b26c74482e00d1606546c5a2
pldm_fru: Add example config JSON for PLDM FRUChange-Id: Icb2cbe096b54eba5bdfa3411b6ac7cc0d84129b9Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>