Add RaptorLake U SKU

This commit is contained in:
Francesco Palmarini 2024-07-24 08:11:53 +02:00 committed by GitHub
parent 596ad496e8
commit 06a1db99ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,6 +170,7 @@ supported_cpus = {
(6, 165, 5): 'Comet Lake-S', (6, 165, 5): 'Comet Lake-S',
(6, 166, 0): 'CometLake', (6, 166, 0): 'CometLake',
(6, 167, 1): 'RocketLake', (6, 167, 1): 'RocketLake',
(6, 186, 3): 'RaptorLake-U',
} }
TESTMSR = False TESTMSR = False