mirror of
https://github.com/erpalma/throttled.git
synced 2025-12-06 07:01:59 +01:00
Adding Alder Lake -U + 6 core -S as supported
As specified in the Intel 12th gen spec sheet, page 7: https://cdrdv2.intel.com/v1/dl/getContent/682436
This commit is contained in:
parent
cc5948b6f4
commit
b14295910b
|
|
@ -154,8 +154,10 @@ supported_cpus = {
|
|||
(6, 142, 10): 'Kabylake',
|
||||
(6, 142, 11): 'WhiskeyLake',
|
||||
(6, 142, 12): 'Comet Lake-U',
|
||||
(6, 151, 2): 'AlderLake-S',
|
||||
(6, 151, 2): 'AlderLake-S/HX',
|
||||
(6, 151, 5): 'AlderLake-S',
|
||||
(6, 154, 3): 'AlderLake-P/H',
|
||||
(6, 154, 4): 'AlderLake-U',
|
||||
(6, 156, 0): 'JasperLake',
|
||||
(6, 158, 9): 'KabylakeG',
|
||||
(6, 158, 10): 'Coffeelake',
|
||||
|
|
|
|||
Loading…
Reference in a new issue