summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2500/recipes-phosphor/configuration/entity-manager/0001-Blacklist-DIMM-Bus.patch
blob: e84e798843cd57b4dc45e7d6f565cb514ab4d050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From c64c2d05ebd9dcb9b161320087ce205a8a674a45 Mon Sep 17 00:00:00 2001
From: James Feist <james.feist@linux.intel.com>
Date: Wed, 11 Dec 2019 10:20:40 -0800
Subject: [PATCH 1/1] Blacklist DIMM Bus

The dimms error when being scanned, blacklist the bus.

Change-Id: I797d144dc89b49ef7ac4f68b106a492014a4d086
Signed-off-by: James Feist <james.feist@linux.intel.com>
---
 blacklist.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/blacklist.json b/blacklist.json
index f112a7b..1ae6deb 100644
--- a/blacklist.json
+++ b/blacklist.json
@@ -1,3 +1,4 @@
 {
-    "buses": []
+    "buses": [9]
 }
+
-- 
2.17.1