summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/configuration/entity-manager
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-08-19 02:06:53 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-13 18:05:53 +0300
commitf55c875c26a532fd8dbd8d737c45a4f55a4b919f (patch)
tree84e6ff9a565081a57002aa27c4d4a18a0b053853 /meta-phosphor/recipes-phosphor/configuration/entity-manager
parent975aac9e45820b54340d1ae76c960d5697a69642 (diff)
downloadopenbmc-f55c875c26a532fd8dbd8d737c45a4f55a4b919f.tar.xz
meta-phosphor: fru-device: Enable on POWER images
There are a handful of tweaks required before fru-device can be installed in images supporting systems with Power processors. Skip the remote CFAM i2c buses on Power9 and Power10 to avoid kernel logs full of i2c related errors and nonfunctional buses. These buses will very likely not have EEPROMS with IPMI FRU format VPD on them for for the foreseeable future anyway. Don't launch fru-device automatically until additional verification occurs. (From meta-phosphor rev: c497f3535c8b7c0529f000e56f042943b5534322) Change-Id: I5aa6c5fe231337f61847db030293d6b907c4dd06 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/configuration/entity-manager')
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager/blocklist.json3
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power10-cpu/blocklist.json3
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power9-cpu/blocklist.json3
3 files changed, 9 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager/blocklist.json b/meta-phosphor/recipes-phosphor/configuration/entity-manager/blocklist.json
new file mode 100644
index 000000000..f112a7b6c
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager/blocklist.json
@@ -0,0 +1,3 @@
+{
+ "buses": []
+}
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power10-cpu/blocklist.json b/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power10-cpu/blocklist.json
new file mode 100644
index 000000000..e0f80f604
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power10-cpu/blocklist.json
@@ -0,0 +1,3 @@
+{
+ "buses": [100, 101, 110, 111, 112, 113, 114, 115, 202, 203, 210, 211, 214, 215, 216, 217, 300, 301, 310, 311, 312, 313, 314, 315, 402, 403, 410, 411, 414, 415, 416, 417]
+}
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power9-cpu/blocklist.json b/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power9-cpu/blocklist.json
new file mode 100644
index 000000000..2dbf22d5d
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power9-cpu/blocklist.json
@@ -0,0 +1,3 @@
+{
+ "buses": [100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214]
+}