diff options
author | Ubuntu <ubuntu@cert-jenkins-slave-1-201406-15260.maas> | 2021-09-27 08:45:45 +0000 |
---|---|---|
committer | Ubuntu <ubuntu@cert-jenkins-slave-1-201406-15260.maas> | 2021-09-27 08:45:45 +0000 |
commit | fe69df3838d902a0d46afc9ed20dd738f9090cd0 (patch) | |
tree | f40445a47c415f62d9ad1bea69fb0094b8a94388 /bin | |
parent | 5d9b74b71d0e883bce1b1300e580f79ada78a7e7 (diff) | |
parent | e5632f780aca5bf2cdf30d762f9b98f156da27c1 (diff) |
Merge #408827 from ~mreed8855/plainbox-provider-checkbox:cpuid_rocketlake
The purpose of this patch is to provide support for the Rocket Lake CPU in the CPUID test. CPUID: 0xa0671
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cpuid.py | 1 |
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'], |