Skip to content
Permalink
Browse files
ipmi: ssif_bmc: Add SSIF BMC driver
The SMBus system interface (SSIF) IPMI BMC driver can be used to perform
in-band IPMI communication with their host in management (BMC) side.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
  • Loading branch information
Quan Nguyen authored and intel-lab-lkp committed Jul 13, 2021
1 parent 77d34a4 commit cf593040967f887f9c4957726fcdccc8fbaa6f9e
Show file tree
Hide file tree
Showing 4 changed files with 899 additions and 0 deletions.
@@ -160,6 +160,17 @@ config ASPEED_BT_IPMI_BMC
found on Aspeed SOCs (AST2400 and AST2500). The driver
implements the BMC side of the BT interface.

config SSIF_IPMI_BMC
tristate "SSIF IPMI BMC driver"
select I2C
select I2C_SLAVE
help
This enables the IPMI SMBus system interface (SSIF) at the
management (BMC) side.

The driver implements the BMC side of the SMBus system
interface (SSIF).

config IPMB_DEVICE_INTERFACE
tristate 'IPMB Interface handler'
depends on I2C
@@ -29,3 +29,4 @@ obj-$(CONFIG_ASPEED_BT_IPMI_BMC) += bt-bmc.o
obj-$(CONFIG_ASPEED_KCS_IPMI_BMC) += kcs_bmc_aspeed.o
obj-$(CONFIG_NPCM7XX_KCS_IPMI_BMC) += kcs_bmc_npcm7xx.o
obj-$(CONFIG_IPMB_DEVICE_INTERFACE) += ipmb_dev_int.o
obj-$(CONFIG_SSIF_IPMI_BMC) += ssif_bmc.o

0 comments on commit cf59304

Please sign in to comment.