summaryrefslogtreecommitdiff
path: root/bin
diff options
authorMichael Reed <Michael.Reed@canonical.com>2021-09-02 15:12:17 -0500
committerMichael Reed <Michael.Reed@canonical.com>2021-09-02 15:12:17 -0500
commite5632f780aca5bf2cdf30d762f9b98f156da27c1 (patch)
tree3fcde2ad3bf28c2fbad07fe4575cb4b5fee63a71 /bin
parent7c67b54a18ed141f557d90ac0f5334f085ec0f36 (diff)
Add support for Rocket Lake CPU
BugLink: https://launchpad.net/bugs/1942471
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cpuid.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py
index 05a9629..9536075 100755
--- a/bin/cpuid.py
+++ b/bin/cpuid.py
@@ -123,6 +123,7 @@ CPUIDS = {
"Nehalem": ['0x106a', '0x106e5', '0x206e'],
"Pineview": ['0x106ca'],
"Penryn": ['0x1067a'],
+ "Rocket Lake": ['0xa0671'],
"Sandy Bridge": ['0x206a', '0x206d6', '0x206d7'],
"Skylake": ['0x406e3', '0x506e3', '0x50654', '0x50652'],
"Tiger Lake": ['0x806c1'],