mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
99a88ebfa2
Use patchset 15 instead of 14:
config/coreboot/default/patches/0061-WIP-OptiPlex-3050-Micro-port.patch
Rebase the verb patch; patchset 15 modified the Makefile:
config/coreboot/default/patches/0064-dell-optiplex_3050-add-hda_verb.c.patch
We were using patchset 14 for the 3050 micro:
https://review.coreboot.org/c/coreboot/+/82053/14
Now we use patchset 15:
https://review.coreboot.org/c/coreboot/+/82053/15
Without this patch, the fans are always on a low setting, on
the Dell OptiPlex 3050 Micro, even under stress conditions. With
this patch, the fans change speed according to CPU temperature.
I had to rebase my verb patch, because Mate modified the Makefile
to add his sch5555 handler, on the same line where I add hda_verb.
Mate tells me he will merge my verb and vbt patches into a further
patchset later on. For now, I've simply rebased these patches on
top of Mate's newer work; I've told him he can use them in his port.
I'm probably going to now issue a new revision ROM image for
Libreboot 20241008, so that users can get this fix sooner.
Signed-off-by: Leah Rowe <leah@libreboot.org>
125 lines
4.4 KiB
Diff
125 lines
4.4 KiB
Diff
From 84f7622ea0c3a78742f129d2ec9f437e6c424839 Mon Sep 17 00:00:00 2001
|
|
From: Leah Rowe <leah@libreboot.org>
|
|
Date: Wed, 2 Mar 2022 21:50:01 +0000
|
|
Subject: [PATCH 12/65] set me_state=Disabled on all cmos.default files!
|
|
|
|
yeah. why the hell isn't this the default
|
|
|
|
Signed-off-by: Leah Rowe <leah@libreboot.org>
|
|
---
|
|
src/mainboard/lenovo/l520/cmos.default | 2 +-
|
|
src/mainboard/lenovo/t420/cmos.default | 2 +-
|
|
src/mainboard/lenovo/t420s/cmos.default | 2 +-
|
|
src/mainboard/lenovo/t430/cmos.default | 2 +-
|
|
src/mainboard/lenovo/t430s/cmos.default | 2 +-
|
|
src/mainboard/lenovo/t520/cmos.default | 2 +-
|
|
src/mainboard/lenovo/t530/cmos.default | 2 +-
|
|
src/mainboard/lenovo/x220/cmos.default | 2 +-
|
|
src/mainboard/protectli/vault_cml/cmos.default | 2 +-
|
|
src/mainboard/system76/tgl-u/cmos.default | 2 +-
|
|
10 files changed, 10 insertions(+), 10 deletions(-)
|
|
|
|
diff --git a/src/mainboard/lenovo/l520/cmos.default b/src/mainboard/lenovo/l520/cmos.default
|
|
index be08e0a342..b8970efa46 100644
|
|
--- a/src/mainboard/lenovo/l520/cmos.default
|
|
+++ b/src/mainboard/lenovo/l520/cmos.default
|
|
@@ -16,4 +16,4 @@ sticky_fn=Disable
|
|
trackpoint=Enable
|
|
backlight=Both
|
|
usb_always_on=Disable
|
|
-me_state=Normal
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/lenovo/t420/cmos.default b/src/mainboard/lenovo/t420/cmos.default
|
|
index 6fd26c5fe3..27a62d07b3 100644
|
|
--- a/src/mainboard/lenovo/t420/cmos.default
|
|
+++ b/src/mainboard/lenovo/t420/cmos.default
|
|
@@ -16,4 +16,4 @@ sticky_fn=Disable
|
|
trackpoint=Enable
|
|
hybrid_graphics_mode=Integrated Only
|
|
usb_always_on=Disable
|
|
-me_state=Normal
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/lenovo/t420s/cmos.default b/src/mainboard/lenovo/t420s/cmos.default
|
|
index 6fd26c5fe3..27a62d07b3 100644
|
|
--- a/src/mainboard/lenovo/t420s/cmos.default
|
|
+++ b/src/mainboard/lenovo/t420s/cmos.default
|
|
@@ -16,4 +16,4 @@ sticky_fn=Disable
|
|
trackpoint=Enable
|
|
hybrid_graphics_mode=Integrated Only
|
|
usb_always_on=Disable
|
|
-me_state=Normal
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/lenovo/t430/cmos.default b/src/mainboard/lenovo/t430/cmos.default
|
|
index c896eadec1..6d1e172056 100644
|
|
--- a/src/mainboard/lenovo/t430/cmos.default
|
|
+++ b/src/mainboard/lenovo/t430/cmos.default
|
|
@@ -17,4 +17,4 @@ trackpoint=Enable
|
|
backlight=Both
|
|
usb_always_on=Disable
|
|
hybrid_graphics_mode=Integrated Only
|
|
-me_state=Normal
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/lenovo/t430s/cmos.default b/src/mainboard/lenovo/t430s/cmos.default
|
|
index 286fb0ae8c..5a05c73721 100644
|
|
--- a/src/mainboard/lenovo/t430s/cmos.default
|
|
+++ b/src/mainboard/lenovo/t430s/cmos.default
|
|
@@ -18,4 +18,4 @@ backlight=Both
|
|
enable_dual_graphics=Disable
|
|
usb_always_on=Disable
|
|
f1_to_f12_as_primary=Enable
|
|
-me_state=Normal
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/lenovo/t520/cmos.default b/src/mainboard/lenovo/t520/cmos.default
|
|
index 4857f92f67..ab1be1a678 100644
|
|
--- a/src/mainboard/lenovo/t520/cmos.default
|
|
+++ b/src/mainboard/lenovo/t520/cmos.default
|
|
@@ -17,4 +17,4 @@ trackpoint=Enable
|
|
backlight=Both
|
|
hybrid_graphics_mode=Integrated Only
|
|
usb_always_on=Disable
|
|
-me_state=Normal
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/lenovo/t530/cmos.default b/src/mainboard/lenovo/t530/cmos.default
|
|
index 4857f92f67..ab1be1a678 100644
|
|
--- a/src/mainboard/lenovo/t530/cmos.default
|
|
+++ b/src/mainboard/lenovo/t530/cmos.default
|
|
@@ -17,4 +17,4 @@ trackpoint=Enable
|
|
backlight=Both
|
|
hybrid_graphics_mode=Integrated Only
|
|
usb_always_on=Disable
|
|
-me_state=Normal
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/lenovo/x220/cmos.default b/src/mainboard/lenovo/x220/cmos.default
|
|
index ef706c1303..b318ab9772 100644
|
|
--- a/src/mainboard/lenovo/x220/cmos.default
|
|
+++ b/src/mainboard/lenovo/x220/cmos.default
|
|
@@ -15,4 +15,4 @@ usb_always_on=Disable
|
|
fn_ctrl_swap=Disable
|
|
sticky_fn=Disable
|
|
trackpoint=Enable
|
|
-me_state=Normal
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/protectli/vault_cml/cmos.default b/src/mainboard/protectli/vault_cml/cmos.default
|
|
index d61046df6b..8c793fd1c3 100644
|
|
--- a/src/mainboard/protectli/vault_cml/cmos.default
|
|
+++ b/src/mainboard/protectli/vault_cml/cmos.default
|
|
@@ -2,4 +2,4 @@
|
|
|
|
boot_option=Fallback
|
|
debug_level=Debug
|
|
-me_state=Enable
|
|
+me_state=Disabled
|
|
diff --git a/src/mainboard/system76/tgl-u/cmos.default b/src/mainboard/system76/tgl-u/cmos.default
|
|
index d61046df6b..8c793fd1c3 100644
|
|
--- a/src/mainboard/system76/tgl-u/cmos.default
|
|
+++ b/src/mainboard/system76/tgl-u/cmos.default
|
|
@@ -2,4 +2,4 @@
|
|
|
|
boot_option=Fallback
|
|
debug_level=Debug
|
|
-me_state=Enable
|
|
+me_state=Disabled
|
|
--
|
|
2.39.5
|
|
|