From cb8f048ce4f8d46dddb6e30fd3cf91a5dd68a6a7 Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Mon, 22 Apr 2019 08:11:23 -0700 Subject: 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 Signed-off-by: Brad Bishop --- .../ipmi/phosphor-ipmi-config/channel_config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config') 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 } -- cgit v1.2.3