diff options
| author | Brian Silver <bsilver@us.ibm.com> | 2014-09-30 08:22:11 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-10-23 04:51:02 -0500 |
| commit | a9010ccc1130b81e45d1151bb5de9453d31c08a5 (patch) | |
| tree | ecc60da4bd3623cc97851dfa75e98293f9c77bdd /src/usr/ipmi/HBconfig | |
| parent | a6b67089037c83373f548749a463dfd769938b77 (diff) | |
| download | talos-hostboot-a9010ccc1130b81e45d1151bb5de9453d31c08a5.tar.gz talos-hostboot-a9010ccc1130b81e45d1151bb5de9453d31c08a5.zip | |
IPMI Block Transfer implementation
Change-Id: I8f6a590b29d9171389d10abc5b6e68f91ac94d16
RTC: 114907
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13721
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi/HBconfig')
| -rw-r--r-- | src/usr/ipmi/HBconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/ipmi/HBconfig b/src/usr/ipmi/HBconfig new file mode 100644 index 000000000..0980a3eb2 --- /dev/null +++ b/src/usr/ipmi/HBconfig @@ -0,0 +1,10 @@ +config BMC_IPMI + default y if BMC_BT_LPC_IPMI + help + Determines if Hostboot communicates to the BMC using IPMI + +config BMC_BT_LPC_IPMI + default n + depends on BMC_IPMI + help + Determines if the BMC uses the LPC bus for block-transfer IPMI traffic |

