Comment 14 for bug 2009676

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

So the focal upload adds support for:

- raptor lake: 0xb7, 0xba
--- thermald-1.9.1.orig/src/thd_engine.cpp
+++ thermald-1.9.1/src/thd_engine.cpp
@@ -696,6 +696,8 @@ static supported_ids_t id_table[] = {
               { 6, 0x9c }, // Jasper Lake
               { 6, 0x97 }, // Alderlake
               { 6, 0x9a }, // Alderlake
+ { 6, 0xb7 }, // Raptorlake
+ { 6, 0xba }, // Raptorlake
               { 0, 0 } // Last Invalid entry
 };

- raptor lake S on top of the above: 0xbf
--- thermald-1.9.1.orig/src/thd_engine.cpp
+++ thermald-1.9.1/src/thd_engine.cpp
@@ -698,6 +698,7 @@ static supported_ids_t id_table[] = {
        { 6, 0x9a }, // Alderlake
        { 6, 0xb7 }, // Raptorlake
        { 6, 0xba }, // Raptorlake
+ { 6, 0xbf }, // Raptorlake S
        { 0, 0 } // Last Invalid entry
 };

This is contradicting comment #9, but I tend to agree with Colin in comment #5.

The question that remains is the test plan. Is it possible to test this thermald support in focal for the two CPU types that are being added here? @koba, would you be able to test focal as well, given the above?