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>
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 e9e981b..7f26c24 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
     }