Skip to content

Commit

Permalink
ipmi: Split out BT-specific code from ISA BT code
Browse files Browse the repository at this point in the history
Get ready for PCI and other BT interfaces.

No functional changes, just split the code into generic BT code
and ISA-specific BT code.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
  • Loading branch information
cminyard committed Sep 20, 2019
1 parent 0f310cd commit 1739d54
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 421 deletions.
2 changes: 1 addition & 1 deletion hw/ipmi/Makefile.objs
@@ -1,4 +1,4 @@
common-obj-$(CONFIG_IPMI) += ipmi.o ipmi_kcs.o
common-obj-$(CONFIG_IPMI) += ipmi.o ipmi_kcs.o ipmi_bt.o
common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o
common-obj-$(CONFIG_IPMI_EXTERN) += ipmi_bmc_extern.o
common-obj-$(CONFIG_ISA_IPMI_KCS) += isa_ipmi_kcs.o
Expand Down

0 comments on commit 1739d54

Please sign in to comment.