#
a2fb20c3 |
| 05-Feb-2024 |
Patrick Williams <patrick@stwcx.xyz> |
meta-facebook: remove excess override syntaxes
When a bbappend file is already in a meta-machine layer, there is no reason for extra ":machine" override syntax usage. Remove them all.
Signed-off-b
meta-facebook: remove excess override syntaxes
When a bbappend file is already in a meta-machine layer, there is no reason for extra ":machine" override syntax usage. Remove them all.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I610e72633adb5bc36b63fe2b727e394c61070185
show more ...
|
#
18258f0c |
| 28-Dec-2023 |
Potin Lai <potin.lai@quantatw.com> |
meta-facebook: add ability to set remote-addr in ipmb config
Some platforms will need to assign different remote-addr for each channel. Add a IPMB_REMOTE_ADDR for assigning remote-addr for each corr
meta-facebook: add ability to set remote-addr in ipmb config
Some platforms will need to assign different remote-addr for each channel. Add a IPMB_REMOTE_ADDR for assigning remote-addr for each corresponding channel instead of assign fixed remote-addr to all channels.
If the size of IPMB_REMOTE_ADDR not consistent and less than the size of IPMB_CHANNEL, the remote-addr will be filled with 64 for the channels does not assigned.
Test results of tiogapass: ``` { "channels": [ { "type": "ipmb", "slave-path": "/dev/ipmb-4", "bmc-addr": 32, "remote-addr": "44", "devIndex": 0 }, { "type": "ipmb", "slave-path": "/dev/ipmb-9", "bmc-addr": 32, "remote-addr": "96", "devIndex": 1 } ] } ```
Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I785201c2c643cf6aa7b83e61df9601ae581f34ad
show more ...
|
#
5500d05b |
| 05-Aug-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meta-facebook: generate ipmb config
Rather than having each system provide a (possibly empty) IPMB config, generate the `ipmb_channels.json` in the Yocto recipe.
Signed-off-by: Patrick Williams <pa
meta-facebook: generate ipmb config
Rather than having each system provide a (possibly empty) IPMB config, generate the `ipmb_channels.json` in the Yocto recipe.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iab42f4aa7c3c91f610d99c3742aada82aa5b9138
show more ...
|