summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json
diff options
context:
space:
mode:
authorVijay Khemka <vijaykhemka@fb.com>2020-03-04 22:29:09 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-05 04:44:19 +0300
commit001348a18193180988f6d1715be66f98e71b7f62 (patch)
tree702d3c812318e62954f1a49f12bbe53d01abd8dc /meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json
parent60329ae7948afad0113799469efa212bba60b9b7 (diff)
downloadopenbmc-001348a18193180988f6d1715be66f98e71b7f62.tar.xz
meta-facebook: Move recipes-phosphor to facebook layer
Moved recipe-phosphor to meta-facebook to support multiple facebook platform and make use of common code across platforms. (From meta-facebook rev: 2b00ba0327fcef6ae98243bc48367b395460805f) Change-Id: If3b847b60c60d1d93c3c26be0018eb8408e4f93e Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json')
-rw-r--r--meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json
new file mode 100644
index 000000000..690f9e733
--- /dev/null
+++ b/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json
@@ -0,0 +1,16 @@
+{
+ "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
+ }
+ ]
+}