Fix spelling mistakes using codespellThis commit corrects various spelling mistakes throughout therepository. The corrections were made automatically using `codespell`[1]tool.[1]: https://githu
Fix spelling mistakes using codespellThis commit corrects various spelling mistakes throughout therepository. The corrections were made automatically using `codespell`[1]tool.[1]: https://github.com/codespell-project/codespellChange-Id: I965f52f9eae78bcad39a8d711f99bef7be4cbde0Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
MCTP.Endpoint: Document configured_by associationThe `configured_by` / `configures` association for MCTP endpoints ishosted by mctpreactor[1]. It provides a mechanism to traverse backwardsto Enti
MCTP.Endpoint: Document configured_by associationThe `configured_by` / `configures` association for MCTP endpoints ishosted by mctpreactor[1]. It provides a mechanism to traverse backwardsto Entity Manager configuration objects from the D-Bus objects hostedby mctpd[2].[1]: https://gerrit.openbmc.org/c/openbmc/dbus-sensors/+/69111[2]: https://github.com/codeconstruct/mctpChange-Id: I33b9887cf26519a3d3ac4d6c084e5852ba134163Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
MCTP: modify the type of Network ID and EIDModify the data type of Network ID to uint32 to align with unsigned int from the Linux implementation (which uses the LP64 data model):https://git.kernel
MCTP: modify the type of Network ID and EIDModify the data type of Network ID to uint32 to align with unsigned int from the Linux implementation (which uses the LP64 data model):https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/mctp.h?h=v6.5#n25The data size of Endpoint ID is 8 bits that was defined in document:DSP0236. Correct the data type of EID to byte.Change-Id: I31c98a82c126ace00e01dcb6ad557b6d5ca765d4Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
reformat with latest settingsReformat with the latest settings from openbmc-build-scripts (andcopy latest config files where appropriate). Fix a few minormarkdownlint issues.Signed-off-by: Pat
reformat with latest settingsReformat with the latest settings from openbmc-build-scripts (andcopy latest config files where appropriate). Fix a few minormarkdownlint issues.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
doc: format with markdownlintSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: Id1efc27791e219e5fbfe08023143be2f59037307
yaml: format with prettierSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
MCTP: Define interface for MCTP endpoint enumerationThis interface will be implemented by an MCTP control message protocolprocess[1] that discovers MCTP communication terminuses that arediscovera
MCTP: Define interface for MCTP endpoint enumerationThis interface will be implemented by an MCTP control message protocolprocess[1] that discovers MCTP communication terminuses that arediscoverable by BMC. D-Bus discovery of this interface triggers higherlevel protocols like PLDM to complete the PLDM discovery for the MCTPdevices.[1] https://github.com/openbmc/docs/blob/master/designs/mctp/mctp-kernel.mdSigned-off-by: Tom Joseph <rushtotom@gmail.com>Change-Id: I240bd3e7d300dfbc0a74ed71eb5a466e1d4a1db4