OSDN Git Service

Add support for IPMB driver
authorAsmaa Mnebhi <Asmaa@mellanox.com>
Mon, 10 Jun 2019 18:57:02 +0000 (14:57 -0400)
committerCorey Minyard <cminyard@mvista.com>
Mon, 10 Jun 2019 19:47:10 +0000 (14:47 -0500)
commit51bd6f291583684f495ea498984dfc22049d7fd2
tree09a1b4d6d20121b5212128914a5ff0fb318834ce
parent3559c3270aa3b8ac9afa3eac25f0c4e5bfb701b4
Add support for IPMB driver

Support receiving IPMB requests on a Satellite MC from the BMC.
Once a response is ready, this driver will send back a response
to the BMC via the IPMB channel.

Signed-off-by: Asmaa Mnebhi <Asmaa@mellanox.com>
Acked-by: vadimp@mellanox.com
Message-Id: <319690553a0da2a1e80b400941341081b383e5f1.1560192707.git.Asmaa@mellanox.com>
[Move the config option to outside the ipmi msghandler, as it's not
 dependent on that.  Fixed one small whitespace issue.]
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Documentation/IPMB.txt [new file with mode: 0644]
drivers/char/ipmi/Kconfig
drivers/char/ipmi/Makefile
drivers/char/ipmi/ipmb_dev_int.c [new file with mode: 0644]