summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-08-10 04:05:05 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-08-18 19:04:22 +0300
commit2d3b478fa0eaf8becbaefc956f2d32ecfa6fd6c1 (patch)
treed40ffc02b623e504a2ffa8edadb620aa4f1c6838 /meta-facebook
parent664ac9496b1a3aab79b12eed12eef4b80f687f9c (diff)
downloadopenbmc-2d3b478fa0eaf8becbaefc956f2d32ecfa6fd6c1.tar.xz
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
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc2
-rw-r--r--meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/bletchley/ipmb-channels.json11
2 files changed, 13 insertions, 0 deletions
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 1ce8907a4b..8a51904217 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 @@ OBMC_IMAGE_EXTRA_INSTALL:append = " \
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 e69de29bb2..441e867aac 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
+ }
+ ]
+}