From b0200d1781d4582ec0f650c3247f63272b0a3864 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 3 Mar 2025 13:04:41 -0500 Subject: [PATCH] patches/coreboot-24.12/0003-mb-lenovo-Add-ThinkPad-T480-and-ThinkPad-T480s.patch: re-comment thermal.asl to see all boards fail to build Signed-off-by: Thierry Laurion --- ...enovo-Add-ThinkPad-T480-and-ThinkPad-T480s.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/patches/coreboot-24.12/0003-mb-lenovo-Add-ThinkPad-T480-and-ThinkPad-T480s.patch b/patches/coreboot-24.12/0003-mb-lenovo-Add-ThinkPad-T480-and-ThinkPad-T480s.patch index c5b8acfd..108f688d 100644 --- a/patches/coreboot-24.12/0003-mb-lenovo-Add-ThinkPad-T480-and-ThinkPad-T480s.patch +++ b/patches/coreboot-24.12/0003-mb-lenovo-Add-ThinkPad-T480-and-ThinkPad-T480s.patch @@ -143,6 +143,19 @@ index d60720eb49..cc6b9b068a 100644 acpigen_write_rom(cbrom, cbrom_length); acpigen_pop_len(); /* pop scope */ } +diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl +index bc54d3b422..8f4a8e1986 100644 +--- a/src/ec/lenovo/h8/acpi/ec.asl ++++ b/src/ec/lenovo/h8/acpi/ec.asl +@@ -331,7 +331,7 @@ Device(EC) + #include "sleepbutton.asl" + #include "lid.asl" + #include "beep.asl" +-#include "thermal.asl" ++//#include "thermal.asl" + #include "systemstatus.asl" + #include "thinkpad.asl" + } diff --git a/src/ec/lenovo/h8/bluetooth.c b/src/ec/lenovo/h8/bluetooth.c index 16fc8dce39..be71a24ced 100644 --- a/src/ec/lenovo/h8/bluetooth.c