On Friday, September 16, 2016 12:39:25 PM CEST Cédric Le Goater wrote: > From: Alistair Popple <alist...@popple.id.au> > > This patch adds a simple device driver to expose the iBT interface on > Aspeed SOCs (AST2400 and AST2500) as a character device. Such SOCs are > commonly used as BMCs (BaseBoard Management Controllers) and this > driver implements the BMC side of the BT interface. > > The BT (Block Transfer) interface is used to perform in-band IPMI > communication between a host and its BMC. Entire messages are buffered > before sending a notification to the other end, host or BMC, that > there is data to be read. Usually, the host emits requests and the BMC > responses but the specification provides a mean for the BMC to send > SMS Attention (BMC-to-Host attention or System Management Software > attention) messages. > > For this purpose, the driver introduces a specific ioctl on the > device: 'BT_BMC_IOCTL_SMS_ATN' that can be used by the system running > on the BMC to signal the host of such an event. > > The device name defaults to '/dev/ipmi-bt-host' > > Signed-off-by: Alistair Popple <alist...@popple.id.au> > Signed-off-by: Jeremy Kerr <j...@ozlabs.org> > Signed-off-by: Joel Stanley <j...@jms.id.au> >
Acked-by: Arnd Bergmann <a...@arndb.de> ------------------------------------------------------------------------------ _______________________________________________ Openipmi-developer mailing list Openipmi-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openipmi-developer