base: Update thermald to use P44 thermal zones and coretempd (P47)

Replace the old hardcoded /scheme/acpi/thermal_zone/{n} paths with
proper discovery of /scheme/acpi/thermal/ zones and /scheme/coretemp/
CPU temperatures. Logs per-zone and per-CPU temps with max tracking.
This commit is contained in:
2026-05-20 17:23:19 +03:00
parent 1a0a684765
commit ad2e85079d
2 changed files with 112 additions and 0 deletions
+2
View File
@@ -93,6 +93,8 @@ patches = [
"P45-net-msix-adoption.patch",
# P46: Migrate ahcid and ac97d to MSI-X via pci_allocate_interrupt_vector
"P46-storage-audio-msix.patch",
# P47: Update thermald to read from P44 thermal zones and coretempd
"P47-thermald-backend.patch",
]
[package]