summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hsu <Daniel-Hsu@quantatw.com>2024-06-21 11:19:05 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-06-28 18:14:36 +0300
commit815ecb1b558de2c7303654fc6d9cb0807671165e (patch)
tree5c581759d278a7e4b813b472d0e112e84e6fd837
parentc86db1a56464d03f7a044b40311f3fd649bea047 (diff)
downloadopenbmc-815ecb1b558de2c7303654fc6d9cb0807671165e.tar.xz
meta-facebook: harma: Update blacklist.json
Update blacklist.json for PSOC and SITV bus updates in DVT Add blacklist "Bus 9 address 0x20" for preventing BIC Crashes on AEGIS Del blacklist "Bus 11" for AEGIS FRU info Change-Id: I01f061e28629509b25592023da6753f9293c2e89 Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
-rw-r--r--meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json b/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json
index a000e689c9..f6789eb5d5 100644
--- a/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json
+++ b/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json
@@ -3,8 +3,7 @@
8,
{
"bus": 9,
- "addresses": ["0x30", "0x31", "0x3F", "0x43", "0x49", "0x4A", "0x4B", "0x4C", "0x71"]
- },
- 11
+ "addresses": [ "0x20", "0x30", "0x31", "0x3F", "0x43", "0x49", "0x4A", "0x4B", "0x4C", "0x71"]
+ }
]
}