summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorKumar Thangavel <thangavel.k@hcl.com>2020-07-10 17:07:38 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-12-17 06:07:51 +0300
commitfb4f9aeefa175165794bd83eade0bfa3b75f3437 (patch)
tree4b75b1e2077782995c8c1c38625f930388bbf75e /meta-facebook
parent3f877c75b73e6d18a12f1ce2179b358fe7f92f36 (diff)
downloadopenbmc-fb4f9aeefa175165794bd83eade0bfa3b75f3437.tar.xz
meta-facebook: yosemitev2: Add json config for more than two channels support in ipmbbridge.
Added json configurations to support multi host channels or more than two channels in ipmbbridge. TESTED : Built Facebook YosemiteV2 images and loaded on the target hardware. We are able to see BMC to all host communications through Ipmb (From meta-facebook rev: 2d70e814173a16d601e9b829669a766182776551) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: I79c960fa3940afdb6d1b69807d206480be875f8d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-facebook')
-rwxr-xr-xmeta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json
new file mode 100755
index 000000000..fd552e4b2
--- /dev/null
+++ b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json
@@ -0,0 +1,32 @@
+{
+ "channels": [
+ {
+ "type": "ipmb",
+ "slave-path": "/dev/ipmb-1",
+ "bmc-addr": 32,
+ "remote-addr": 64,
+ "devIndex": 0
+ },
+ {
+ "type": "ipmb",
+ "slave-path": "/dev/ipmb-3",
+ "bmc-addr": 32,
+ "remote-addr": 64,
+ "devIndex": 1
+ },
+ {
+ "type": "ipmb",
+ "slave-path": "/dev/ipmb-5",
+ "bmc-addr": 32,
+ "remote-addr": 64,
+ "devIndex": 2
+ },
+ {
+ "type": "ipmb",
+ "slave-path": "/dev/ipmb-7",
+ "bmc-addr": 32,
+ "remote-addr": 64,
+ "devIndex": 3
+ }
+ ]
+}