From 763b9466af9afdcbde89b83b95a87037b59575d0 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 4 Feb 2025 09:13:46 -0700 Subject: [PATCH] Update EC - Change dynamic keymap to load/save to last sector of EC flash instead of a hard-coded address of 128 KiB - Add persistent battery charging thresholds by writing them to EC flash - Change fan update interval to 1 second - Change fan duty calculations to use a moving average of temperatures over 1 second instead of instantaneous reads - Add EC support for manual fan control via target PWM Signed-off-by: Tim Crawford --- CHANGELOG.md | 7 +++++++ ec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfa8d7..1dcdb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ features apply to your model and firmware version, see the - Updated Intel microcode to microcode-20241112 - meer9: Enabled NPU device - meer9: Enabled support for `power_on_after_fail` CMOS option +- Changed dynamic keymap to load/save to last sector of EC flash instead of a + hard-coded address of 128 KiB +- Added persistent battery charging thresholds by writing them to EC flash +- Changed fan update interval to 1 second +- Changed fan duty calculations to use a moving average of temperatures over 1 + second instead of instantaneous reads +- Added EC support for manual fan control via target PWM ## 2024-12-09 diff --git a/ec b/ec index 3d8204c..8ba926f 160000 --- a/ec +++ b/ec @@ -1 +1 @@ -Subproject commit 3d8204c3f40b4de1e3b94f2c1aaca5f29a80122e +Subproject commit 8ba926fd4efa920b261f4e9a8a5ae14a9a839a4c