mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 21:03:23 +00:00
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 <tcrawford@system76.com>
This commit is contained in:
parent
bcc57b9d51
commit
763b9466af
2 changed files with 8 additions and 1 deletions
|
@ -12,6 +12,13 @@ features apply to your model and firmware version, see the
|
||||||
- Updated Intel microcode to microcode-20241112
|
- Updated Intel microcode to microcode-20241112
|
||||||
- meer9: Enabled NPU device
|
- meer9: Enabled NPU device
|
||||||
- meer9: Enabled support for `power_on_after_fail` CMOS option
|
- 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
|
## 2024-12-09
|
||||||
|
|
||||||
|
|
2
ec
2
ec
|
@ -1 +1 @@
|
||||||
Subproject commit 3d8204c3f40b4de1e3b94f2c1aaca5f29a80122e
|
Subproject commit 8ba926fd4efa920b261f4e9a8a5ae14a9a839a4c
|
Loading…
Add table
Add a link
Reference in a new issue