From 532026d8994ffc70352ecc9b056e9f89c97ca0fd Mon Sep 17 00:00:00 2001 From: lakotamm Date: Wed, 3 Aug 2022 16:54:19 +0200 Subject: [PATCH] Enabled Tiger Lake for testing --- throttled.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/throttled.py b/throttled.py index ac1b037..86e3efd 100755 --- a/throttled.py +++ b/throttled.py @@ -147,8 +147,8 @@ supported_cpus = { #(6, 122, 8): 'GoldmontPlus', #(6, 126, 5): 'IceLakeY', #(6, 138, 1): 'Lakefield', - #(6, 140, 1): 'TigerLake', - #(6, 141, 1): 'TigerLake', + (6, 140, 1): 'TigerLake', + (6, 141, 1): 'TigerLake', #(6, 142, 9): 'Kabylake', #(6, 142, 10): 'Kabylake', #(6, 142, 11): 'WhiskeyLake',