summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley1-187/+0
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-02-28Witherspoon processor overtemp path changesMatt Spinler1-16/+3
Make these changes in the phosphor-dbus-monitor rules that run when 3 processor cores reach 115C, resulting in a system shutdown: * Create the same CriticalHigh error, but now store the sensor paths and values of the cores that went over 115 in the metadata. * Remove the callback that makes journal entries, as the above change will now log which sensors/values went too high in the error log metadata which also shows up in the journal anyway. * Make this condition be a oneshot, meaning it will only do the callbacks once as long as 3 processors are over threshold, not on every properties changed call by any processor. Resolves openbmc/openbmc#2560 Change-Id: Iaa5207a80ca251c927ecb96b98c41adcb173175e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2017-10-25wspoon: Update fan/thermal shutdown targetMatthew Barth1-1/+1
A chassis hard poweroff should be used when too many cores are overtemp and when not enough fans are found functional or present. Change-Id: Ic472e2e7c2e0a49c0bf1869924491e743e3ed24d Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2017-09-27Create SystemShutdown error log on core overtempGunnar Mills1-0/+10
Create a SystemShutdown error log when 3 cores are over 115C. Resolves openbmc/openbmc#2190 Change-Id: If8e9241cfd0aec8ac84f6d8ca77d628a89c24442 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2017-08-29Create error log when cores are too hotGunnar Mills1-0/+14
Update the witherspoon thermal-policy PDM yaml to create an error log when more than 3 cores are > 115C. Change-Id: Icbf9125f922117dfece42f58e22d504fdcb58561 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2017-07-19Add Witherspoon thermal policyBrad Bishop1-0/+176
Add Witherspoon thermal policy rules for the Witherspoon system. Do not allow the system to remain running when three or more POWER9 cores have a temperature of gte 115 degrees C. Resolves: openbmc/openbmc#1186 Change-Id: Idaf7b78c06de543ada477059867d40df4c86d8c6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>