summaryrefslogtreecommitdiff
path: root/board/eldrid/thermal.c
Commit message (Collapse)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-210/+0
| | | | | | | | | | | | | | | | | | | | | | In the interest of making long-term branch maintenance incur as little technical debt on us as possible, we should not maintain any files on the branch we are not actually using. This has the added effect of making it extremely clear when merging CLs from the main branch when changes have the possibility to affect us. The follow-on CL adds a convenience script to actually pull updates from the main branch and generate a CL for the update. BUG=b:204206272 BRANCH=ish TEST=make BOARD=arcada_ish && make BOARD=drallion_ish Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I17e4694c38219b5a0823e0a3e55a28d1348f4b18 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3262038 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
* eldrid: only logged when the fan speed level is changedScott Chao2021-03-031-3/+10
| | | | | | | | | | | | BUG=b:181695381 BRANCH=firmware-volteer-13672.B-master TEST=make buildall Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: Id16c9cef804a5d14ab35500e5fa18172c474710f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2731167 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
* eldrid: update thermal tableScott Chao2021-02-021-14/+14
| | | | | | | | | | | | | | Update thermal table for settings provided by thermal team on 2021-01-29. BUG=b:178768749 BRANCH=firmware-volteer-13672.B-master TEST=make buildall TEST=test pass by thermal team Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: I60c3211b80ede4877c3469820519b2d62f2efbe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2620719 Reviewed-by: Keith Short <keithshort@chromium.org>
* eldrid: fix customized thermal policyScott Chao2021-01-121-1/+1
| | | | | | | | | | | | | | | Fix fan rpm won't change when DUT cool down. Because current_level will equal to num_fan_levels when temperature reach to the highest level. BUG=b:176875592 BRANCH=firmware-volteer-13672.B-main TEST=make buildall TEST=make sure fan will speed down when DUT cool down. Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: I2e4c55e103674a35690ce2f9360a976afe624a2a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2612242 Reviewed-by: Keith Short <keithshort@chromium.org>
* eldrid: modify thermal tableScott Chao2020-10-161-28/+16
| | | | | | | | | | | | | | | BUG=b:170143672 BRANCH=none TEST=make -j BOARD=eldrid TEST=make buildall TEST=verify by thermal team Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: If5d97126d156f45ff36315179733d9e7abb423c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2465606 Reviewed-by: Casper Chang <casper_chang@wistron.corp-partner.google.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
* volteer: move thermal setting to variantScott Chao2020-10-071-0/+54
| | | | | | | | | | | | | | | Since each variant may have different thermal sensor placement. Move thermal params and configs from baseboard to variant. BUG=b:170143672 BRANCH=none TEST=make -j BOARD=eldrid TEST=make buildall Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: Ie12f4cecad5f93c491e51a5fadfe856829f5b2e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2449510 Reviewed-by: Keith Short <keithshort@chromium.org>
* eldrid: add custom fan controlScott Chao2020-09-151-0/+161
This is an initial version. Also disable fan when enter S0ix. BUG=b:167931578 BRANCH=none TEST=make -j BOARD=volteer TEST=make buildall TEST=verify by thermal team Change-Id: I146caf056486709763d2793e9c43b6e713bf87e0 Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2393408 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>