linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for access through an IPMB bus
@ 2021-10-05  0:40 minyard
  2021-10-05  0:40 ` [PATCH 1/5] ipmi: Export ipmb_checksum() minyard
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: minyard @ 2021-10-05  0:40 UTC (permalink / raw)
  To: openipmi-developer; +Cc: Andrew Manley, linux-kernel

This patch sets lets a devices that is sitting on an IPMB bus talk to
the BMC as a normal system interfaces.

It also adds the ability to message other MCs directly on the IPMB, and
it can receive commands and respond on the IPMB, too.

This is not meant as a replacement for ipmi_dev_int.c.  If you are doing
a full BMC, that's probably a better choice.  These changes are for
devices talking on the IPMB to BMCs or other MCs that might get some
commands to handle.

-corey



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-10-05 11:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  0:40 [PATCH 0/5] Add support for access through an IPMB bus minyard
2021-10-05  0:40 ` [PATCH 1/5] ipmi: Export ipmb_checksum() minyard
2021-10-05  0:40 ` [PATCH 2/5] ipmi: Add support for IPMB direct messages minyard
2021-10-05  0:40 ` [PATCH 3/5] ipmi:ipmb: Add initial support for IPMI over IPMB minyard
2021-10-05  1:27   ` Randy Dunlap
2021-10-05 11:43     ` Corey Minyard
2021-10-05  0:40 ` [PATCH 4/5] ipmi: Add docs for IPMB direct addressing minyard
2021-10-05  0:40 ` [PATCH 5/5] ipmi: Add docs for the IPMI IPMB driver minyard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).