-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add EC config for automatic/manual fan control. In automatic mode, EC is responsible for controlling fan duty as part of thermal management. This is the existing behavior. In manual mode, EC does not control fan duty target. The OS is responsible for controlling duty for thermal management. Control by system firmware is not yet implemented. This allows users to control fan duty via ACPI. RPM target is not supported. Signed-off-by: Tim Crawford <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule coreboot
updated
4 files
+1 −1 | 3rdparty/intel-microcode | |
+1 −0 | src/ec/system76/ec/acpi/ec_ram.asl | |
+55 −1 | src/ec/system76/ec/acpi/s76.asl | |
+1 −1 | src/soc/intel/alderlake/Makefile.mk |
Submodule ec
updated
86 files