summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme_config.json
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-10-12 04:01:19 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-24 20:42:50 +0300
commit2d6cab4481757731b2a19bb766993802edf51604 (patch)
tree7380e0df30e0d5f3599d77300bc8bec2005d2702 /meta-facebook/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme_config.json
parent83c294d2663b85741e21a8ad2f29d9a825245238 (diff)
downloadopenbmc-2d6cab4481757731b2a19bb766993802edf51604.tar.xz
meta-facebook: update bletchley nvme config
1. Move nvme_config.json to meta-facebook layer 2. Update nvme thermal sensor thresholds base as suggested by thermal team. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ia444afa2a27032c88302e913eb07909f7123c608
Diffstat (limited to 'meta-facebook/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme_config.json')
-rw-r--r--meta-facebook/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme_config.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-facebook/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme_config.json b/meta-facebook/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme_config.json
new file mode 100644
index 0000000000..937df5737a
--- /dev/null
+++ b/meta-facebook/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme_config.json
@@ -0,0 +1,38 @@
+{
+ "config": [
+ {
+ "NVMeDriveIndex": 1,
+ "NVMeDriveBusID": 0
+ },
+ {
+ "NVMeDriveIndex": 2,
+ "NVMeDriveBusID": 1
+ },
+ {
+ "NVMeDriveIndex": 3,
+ "NVMeDriveBusID": 2
+ },
+ {
+ "NVMeDriveIndex": 4,
+ "NVMeDriveBusID": 3
+ },
+ {
+ "NVMeDriveIndex": 5,
+ "NVMeDriveBusID": 4
+ },
+ {
+ "NVMeDriveIndex": 6,
+ "NVMeDriveBusID": 5
+ }
+ ],
+ "threshold": [
+ {
+ "criticalHigh": 68,
+ "criticalLow": 0,
+ "warningHigh": 67,
+ "warningLow": 1,
+ "maxValue": 127,
+ "minValue": -127
+ }
+ ]
+}