commit | 2d3b478fa0eaf8becbaefc956f2d32ecfa6fd6c1 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Wed Aug 10 01:05:05 2022 +0000 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 18 16:04:22 2022 +0000 |
tree | d40ffc02b623e504a2ffa8edadb620aa4f1c6838 | |
parent | 664ac9496b1a3aab79b12eed12eef4b80f687f9c [diff] |
meta-bletchley: enable IPMB for USB debug card 1. Add IPMB channel configuration for USB debug card. 2. Enable both phosphor-ipmi-ipmb and fb-ipmi-oem. This patch relies on the kernel patch below: https://lore.kernel.org/all/20220810004338.329832-2-potin.lai.pt@gmail.com/ Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I10c0a99530519e9533dbf0ac5b22a31051f91f98
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc b/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc index 1ce8907..8a51904 100644 --- a/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc +++ b/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc
@@ -9,4 +9,6 @@ phosphor-sel-logger \ phosphor-gpio-monitor-presence \ detect-sled-present \ + phosphor-ipmi-ipmb \ + fb-ipmi-oem \ "
diff --git a/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/bletchley/ipmb-channels.json b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/bletchley/ipmb-channels.json index e69de29..441e867 100644 --- a/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/bletchley/ipmb-channels.json +++ b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/bletchley/ipmb-channels.json
@@ -0,0 +1,11 @@ +{ + "channels": [ + { + "type": "ipmb", + "slave-path": "/dev/ipmb-13", + "bmc-addr": 32, + "remote-addr": 64, + "devIndex": 0 + } + ] +}