summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2020-11-24 02:46:07 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-12-15 21:53:48 +0300
commite990547607bc06d1778fa4e16c1ac6c59a643c3d (patch)
tree8584079c3f4e6c91208c18f2187fb8feb216925e /meta-ibm/recipes-phosphor
parent9aa7f2444c47a9d41e6752f2dec93e4235e64bbc (diff)
downloadopenbmc-e990547607bc06d1778fa4e16c1ac6c59a643c3d.tar.xz
fans:rainier: Add fan control config files
This commit adds the fan control config files for the rainier type machines. The recipe updates to install these files into a rainier image will collectively be done after all fan application config files are added. (From meta-ibm rev: 5d8b514768c45eee76bd19bffc432dc5778ca075) Change-Id: I5fa1f5cc879d7f3a951f7972ac391767de3647f3 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor')
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/everest/fans.json26
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/everest/zones.json9
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/manager.json3
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier-2u/zones.json9
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier-4u/zones.json9
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier/fans.json38
6 files changed, 94 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/everest/fans.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/everest/fans.json
new file mode 100644
index 000000000..0e4e4d05a
--- /dev/null
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/everest/fans.json
@@ -0,0 +1,26 @@
+[
+ {
+ "name": "fan0",
+ "zone": "0",
+ "sensors": ["fan0_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ },
+ {
+ "name": "fan1",
+ "zone": "0",
+ "sensors": ["fan1_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ },
+ {
+ "name": "fan2",
+ "zone": "0",
+ "sensors": ["fan2_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ },
+ {
+ "name": "fan3",
+ "zone": "0",
+ "sensors": ["fan3_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ }
+]
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/everest/zones.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/everest/zones.json
new file mode 100644
index 000000000..2edfb3680
--- /dev/null
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/everest/zones.json
@@ -0,0 +1,9 @@
+[
+ {
+ "name": "0",
+ "full_speed": 10700,
+ "default_floor": 10700,
+ "increase_delay": 5,
+ "decrease_interval": 30
+ }
+]
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/manager.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/manager.json
new file mode 100644
index 000000000..1480aa30f
--- /dev/null
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/manager.json
@@ -0,0 +1,3 @@
+{
+ "power_on_delay": 15
+}
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier-2u/zones.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier-2u/zones.json
new file mode 100644
index 000000000..54d3f28ca
--- /dev/null
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier-2u/zones.json
@@ -0,0 +1,9 @@
+[
+ {
+ "name": "0",
+ "full_speed": 11200,
+ "default_floor": 8000,
+ "increase_delay": 5,
+ "decrease_interval": 30
+ }
+]
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier-4u/zones.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier-4u/zones.json
new file mode 100644
index 000000000..b2c96070b
--- /dev/null
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier-4u/zones.json
@@ -0,0 +1,9 @@
+[
+ {
+ "name": "0",
+ "full_speed": 6000,
+ "default_floor": 6000,
+ "increase_delay": 5,
+ "decrease_interval": 30
+ }
+]
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier/fans.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier/fans.json
new file mode 100644
index 000000000..10465a909
--- /dev/null
+++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan/rainier/rainier/fans.json
@@ -0,0 +1,38 @@
+[
+ {
+ "name": "fan0",
+ "zone": "0",
+ "sensors": ["fan0_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ },
+ {
+ "name": "fan1",
+ "zone": "0",
+ "sensors": ["fan1_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ },
+ {
+ "name": "fan2",
+ "zone": "0",
+ "sensors": ["fan2_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ },
+ {
+ "name": "fan3",
+ "zone": "0",
+ "sensors": ["fan3_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ },
+ {
+ "name": "fan4",
+ "zone": "0",
+ "sensors": ["fan4_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ },
+ {
+ "name": "fan5",
+ "zone": "0",
+ "sensors": ["fan5_0"],
+ "target_interface": "xyz.openbmc_project.Control.FanSpeed"
+ }
+]