Lines Matching full:ipmb
16 As detailed below the hosts are connected in the IPMB interface, all host
17 related communication is based on IPMB. The OpenBMC uses ipmbbridged to manage
18 IPMB buses and the IPMB messages are routed to ipmid.
21 does not have the information on which IPMB channel the request has come from.
27 IPMI and IPMB System architecture:
54 Hosts are connected with IPMB interface, the hosts can be 1 to N. The IPMB
55 request coming from the hosts are routed to ipmid by the ipmbbridged. The IPMB
57 outgoing IPMB requests are routed by ipmbbridged to IPMB interface.
77 While routing the IPMB requests coming from the host channel, We will be adding
80 ipmid.This can be used to get the information on which IPMB bus the message
83 The json file looks like below. Each devIndex can have one "me" and "ipmb"
87 { "type": "me", "slave-path": "/dev/ipmb-1", "bmc-addr": 32, "remote-addr": 64,
88 "devIndex": 0 }, { "type": "ipmb", "slave-path": "/dev/ipmb-2", "bmc-addr": 32,
89 "remote-addr": 64, "devIndex": 0 }, { "type": "me", "slave-path": "/dev/ipmb-3",
90 "bmc-addr": 32, "remote-addr": 64, "devIndex": 1 }, { "type": "ipmb",
91 "slave-path": "/dev/ipmb-4", "bmc-addr": 32, "remote-addr": 64, "devIndex": 1 },
187 are host specific data.When the request coming from the host as IPMB command,