Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28714
to look at the new patch set (#2).
Change subject: mb/asrock/g41m-vs3-r2: Allow to set the fixed duty cycle from rtc nvram ......................................................................
mb/asrock/g41m-vs3-r2: Allow to set the fixed duty cycle from rtc nvram
By default the SuperIO is strapped to set the fan duty cycle of the CPU fan to a 100%, which can be quite loud. This change makes it configurable.
This duty cycle will remain fixed afterwards but with w83627ehf linux module + the fancontrol tool you can gain fine grained control. No proper fan control can be implemented with the SuperIO's modes of operation as it seems that none of the temps are correlated with the CPU temp (even in vendor BIOS). Newer ACPI revisions might make this possible to implement this without the fancontrol daemon.
This also fixes sensors 2 to thermistor mode (not the default diode mode).
Change-Id: Ifb5bbb578182e88f4f7ba4e0e47404241b1a1962 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/asrock/g41c-gs/Makefile.inc M src/mainboard/asrock/g41c-gs/cmos.layout A src/mainboard/asrock/g41c-gs/variants/g41m-vs3-r2/Makefile.inc A src/mainboard/asrock/g41c-gs/variants/g41m-vs3-r2/mainboard.c 4 files changed, 95 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/28714/2