From 4f1900e2d4f58b0606c0b89177d6b9aa7d02a61e Mon Sep 17 00:00:00 2001 From: lakotamm Date: Sun, 31 Jul 2022 23:02:48 +0200 Subject: [PATCH] Added a bypass to make Alder Lake testing possible Added "(6, 154, 3): 'AlderLake'," into a switch, making Alder Lake CPUs pass the initial test --- throttled.py | 1 + 1 file changed, 1 insertion(+) diff --git a/throttled.py b/throttled.py index e78838d..1590edf 100755 --- a/throttled.py +++ b/throttled.py @@ -153,6 +153,7 @@ supported_cpus = { (6, 142, 10): 'Kabylake', (6, 142, 11): 'WhiskeyLake', (6, 142, 12): 'Comet Lake-U', + (6, 154, 3): 'AlderLake', (6, 156, 0): 'JasperLake', (6, 158, 9): 'KabylakeG', (6, 158, 10): 'Coffeelake',