Hello build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39697
to look at the new patch set (#3).
Change subject: nb/amd/agesa/family14: Improve HTC threshold handling ......................................................................
nb/amd/agesa/family14: Improve HTC threshold handling
According to BKDGs HTC temperature limit field indicates the threshold where HTC becomes active. HTC active state means that processor is limiting its power consumption and maximum P-State. Using this threshold as _CRT is incorrect, since HTC active is designed to prevent overheating, not causing immediate shutdown.
Change the behavior of temperature limit to act as a passive cooling threshold. Make the passive cooling threshold a reference value for critical and hot temperature with 5 degrees step.
TEST=boot FreeBSD on PC Engines apu2 and check the thermal zone temperature using sysctl
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: Ife64c3aab76f8e125493ecc8183a6e87fb012e3b --- M src/northbridge/amd/agesa/family14/acpi/thermal_mixin.asl 1 file changed, 12 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/39697/3