commit | 35e1485f76a1562d0782a3a0dc003d0a7ac76ed9 | [log] [tgz] |
---|---|---|
author | Ed Tanous <etanous@nvidia.com> | Tue Apr 22 06:54:57 2025 -0700 |
committer | Ed Tanous <ed@tanous.net> | Tue Apr 22 06:55:47 2025 -0700 |
tree | c7929eefb95c3378e4557a3351242a7f5e5c50d1 | |
parent | b922c2d564cdb7c961d5e2596060005b7d35766e [diff] |
Add dependency on boost::context Boost 1.87 now seems to require this. Change-Id: I439b9d0bb66a989ce6acb43fbc058cc29324e511 Signed-off-by: Ed Tanous <etanous@nvidia.com>
Sample config options available to configure :
{ "channels": [ { "type": "me", "slave-path": "/dev/ipmb-4", "bmc-addr": 32, "remote-addr": 44 }, { "type": "ipmb", "slave-path": "/dev/ipmb-9", "bmc-addr": 32, "remote-addr": 96 } ] }
{ "channels": [ { "type": "me", "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": 0 }, { "type": "me", "slave-path": "/dev/ipmb-5", "bmc-addr": 32, "remote-addr": 64, "devIndex": 1 }, { "type": "ipmb", "slave-path": "/dev/ipmb-7", "bmc-addr": 32, "remote-addr": 64, "devIndex": 1 } ] }
Config fields : type : This points to the ChannelType. It can be ME or ipmb channel. slave-path : The ipmb device path. bmc-addr : This is BMC target address to communicate between BMC and device. remote-addr : This is Remote/requester target address to communicate between BMC and device. devIndex : This devIndex used to identify the particular device/host.