summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-03-28 13:06:37 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-05-08 09:17:54 -0500
commit121d14a0a976efb17d94f09c239d0a89adc13cd8 (patch)
treeb1abe6f59b6531c2e6142e7178e74d41b96e7b51 /meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor
parentc4c2bed23218ce8e20a580b3e08a8f0651c4cda6 (diff)
downloadtalos-openbmc-121d14a0a976efb17d94f09c239d0a89adc13cd8.tar.gz
talos-openbmc-121d14a0a976efb17d94f09c239d0a89adc13cd8.zip
Witherspoon fan zone settings
This YAML defines properties of the Witherspoon fan zones. The actual fans in the zones will be obtained from a separate file, which will be generated from the MRW on systems that use it or else manually created. The two files will be taken as inputs by a python parser to generate C++ structures. The zone field is the fan zone number. The cooling_profiles field defines the profile that matches the profile in the MRW, so in addition to the zone number matching, the parser also has to check that the cooling profile matches before saying a fan is valid for this zone. The initial_speed field is the speed the fans should be set to on application startup. Future commits will add more functionality to the file. Change-Id: I579b2c44933e1dc7aa26209016c01f66b2cc1dff Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-zone-config/zones.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-zone-config/zones.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-zone-config/zones.yaml
new file mode 100644
index 000000000..ecabc03a9
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-zone-config/zones.yaml
@@ -0,0 +1,21 @@
+#Air cooled zones
+- zone_conditions:
+ - name: air_cooled_chassis
+
+ zones:
+ - zone: 0
+ cooling_profiles:
+ - air
+ - all
+ full_speed: 10500
+
+#Water cooled zones
+- zone_conditions:
+ - name: water_and_air_cooled_chassis
+
+ zones:
+ - zone: 0
+ cooling_profiles:
+ - water
+ - all
+ full_speed: 10500
OpenPOWER on IntegriCloud