Skip to content

Commit 763b946

Browse files
committed
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 <[email protected]>
1 parent bcc57b9 commit 763b946

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ features apply to your model and firmware version, see the
1212
- Updated Intel microcode to microcode-20241112
1313
- meer9: Enabled NPU device
1414
- meer9: Enabled support for `power_on_after_fail` CMOS option
15+
- Changed dynamic keymap to load/save to last sector of EC flash instead of a
16+
hard-coded address of 128 KiB
17+
- Added persistent battery charging thresholds by writing them to EC flash
18+
- Changed fan update interval to 1 second
19+
- Changed fan duty calculations to use a moving average of temperatures over 1
20+
second instead of instantaneous reads
21+
- Added EC support for manual fan control via target PWM
1522

1623
## 2024-12-09
1724

ec

Submodule ec updated 86 files

0 commit comments

Comments
 (0)