From fb4f9aeefa175165794bd83eade0bfa3b75f3437 Mon Sep 17 00:00:00 2001 From: Kumar Thangavel Date: Fri, 10 Jul 2020 19:37:38 +0530 Subject: 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 Change-Id: I79c960fa3940afdb6d1b69807d206480be875f8d Signed-off-by: Andrew Geissler --- .../yosemitev2/ipmb-channels.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/yosemitev2/ipmb-channels.json (limited to 'meta-facebook') 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 0000000000..fd552e4b2d --- /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 + } + ] +} -- cgit v1.2.3