History log of /openbmc/libmctp/libmctp-cmds.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4058b2cb 07-Nov-2024 Matt Johnston <matt@codeconstruct.com.au>

control: Add basic MCTP Control Protocol handler

This will respond to the 4 mandatory MCTP Control Protocol commands.
Applications can register supported types using mctp_control_add_type().

Change

control: Add basic MCTP Control Protocol handler

This will respond to the 4 mandatory MCTP Control Protocol commands.
Applications can register supported types using mctp_control_add_type().

Change-Id: Ia904bcbe118626adf9254ffa71dd8e17fbdfc9b7
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>

show more ...


# f7749dc3 06-Nov-2024 Matt Johnston <matt@codeconstruct.com.au>

core: Remove completion_code field from mctp_ctrl_msg_hdr

That field is only applicable for response messages, not request
messages.

Change-Id: I74d0cc206c78d162e5cd210a45d398334e1cdf52
Signed-off-

core: Remove completion_code field from mctp_ctrl_msg_hdr

That field is only applicable for response messages, not request
messages.

Change-Id: I74d0cc206c78d162e5cd210a45d398334e1cdf52
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>

show more ...


Revision tags: v0.11
# 8737538e 19-Jun-2020 Andrew Jeffery <andrew@aj.id.au>

clang-format: Enable AlignConsecutiveMacros

clang-format-10 has been adopted in CI, so enable some of the more
useful recent features.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I92

clang-format: Enable AlignConsecutiveMacros

clang-format-10 has been adopted in CI, so enable some of the more
useful recent features.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I9293bacb049b97c0a9abdf7188ea2eea66e43092

show more ...


Revision tags: v0.10
# ba6727e6 13-Mar-2020 Wiktor Gołgowski <wiktor.golgowski@linux.intel.com>

core: Support transport control commands

This change introduces a control message request handler for MCTP
bindings. If a handler is provided, transport control messages will be
forwarded to the han

core: Support transport control commands

This change introduces a control message request handler for MCTP
bindings. If a handler is provided, transport control messages will be
forwarded to the handler, otherwise they will be forwarded to the
default handler.

Change-Id: I62266d6bf2d512ec97759c0b8a3477c5e433d609
Signed-off-by: Wiktor Gołgowski <wiktor.golgowski@linux.intel.com>
[AJ: Split out general control message handler, formatting]
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...