summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-04-22 18:11:23 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-23 16:01:57 +0300
commitcb8f048ce4f8d46dddb6e30fd3cf91a5dd68a6a7 (patch)
treedcf009a74aec10dd46f879261aab87734c4a4379 /meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config
parent348af1a90b8b2f01788436daa4f02ce474b0cd31 (diff)
downloadopenbmc-cb8f048ce4f8d46dddb6e30fd3cf91a5dd68a6a7.tar.xz
Add internal ipmi channel
This configures a channel for the internal communication via the native D-Bus channel. This is what the internal copy of ipmitool would run commands as. So if any command run by the internal ipmitool uses the special channel 0x0E, it will be reported as 0x08 (INTRABMC). (From meta-phosphor rev: 593ac2ebb5ff779356de676865b37bd6f067b0c5) Change-Id: Ieba0af1f3f7bd5ac85df8286349170f618379756 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
index e9e981b24..7f26c247e 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json
@@ -88,12 +88,12 @@
}
},
"8" : {
- "name" : "RESERVED",
- "is_valid" : false,
+ "name" : "INTRABMC",
+ "is_valid" : true,
"active_sessions" : 0,
"channel_info" : {
- "medium_type" : "reserved",
- "protocol_type" : "na",
+ "medium_type" : "oem",
+ "protocol_type" : "oem",
"session_supported" : "session-less",
"is_ipmi" : true
}