From 51f639a6b98102769d806ec1b58ff29a7c1d1ecc Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 17 Jul 2024 19:55:12 -0600 Subject: [PATCH] Add support for second fan without a dGPU Decouple the fan logic from the dGPU logic. Firmware now supports a second fan on systems without a dGPU, such as darp10. Behavioral changes: - ectool: Fans are now indexed from 1 instead of 0 - Linux: darp10 now reports details about the second fan Signed-off-by: Tim Crawford --- CHANGELOG.md | 1 + coreboot | 2 +- ec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1f1a4..4f0cf4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ features apply to your model and firmware version, see the - cml-h: Updated CSME to 14.1.74.2355v6 (14.1.72.2287) - cml-u: Updated CSME to 14.1.74.2355v6 (14.1.74.2373) - Reverted unlock prompt change to restore intended behavior +- darp10: Fixed reporting of the second fan ## 2024-07-01 diff --git a/coreboot b/coreboot index d98ae80..bb712a7 160000 --- a/coreboot +++ b/coreboot @@ -1 +1 @@ -Subproject commit d98ae8039d943f13816578142eba13084619bc76 +Subproject commit bb712a7fabe5713d1024ddd82a2f2bf1f24945bf diff --git a/ec b/ec index 5b0766a..face381 160000 --- a/ec +++ b/ec @@ -1 +1 @@ -Subproject commit 5b0766a2099f11e6082fd5d8c5462a0e7f05ce80 +Subproject commit face3813542392df35e232b867d888a69e6789c4