commit | 43d840e7efaaf313755aa867b7600f8777321c47 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:33 2025 -0500 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Fri Feb 28 19:33:15 2025 +0000 |
tree | d7fd02a65508a023bd695a1aa51babf27823e0fc | |
parent | 80070bbf891ff9ad4c67a701329231ad3108de65 [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: Ia4274f5a4406e8d6806ddbf08b04e7c8a241e625 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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.