diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2019-06-19 09:32:30 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2019-06-19 09:32:30 -0400 |
commit | 0e299eefa4aa4a1a31d7b67ed901a9c856ed1898 (patch) | |
tree | a366782078308c001b824990e978db0cfdffabf2 | |
parent | 48fd45a0477ace58b1215733da27b3b5315dab49 (diff) |
cpuid.py: update sandybridge fingerprints
-rwxr-xr-x | bin/cpuid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index 1fdd3aab..a434309a 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -93,7 +93,7 @@ CPUIDS = { "Nehalem": ['0x106a', '0x106e5', '0x206e'], "Pineview": ['0x106ca'], "Penryn": ['0x1067a'], - "Sandy Bridge": ['0x206a', '0x206d'], + "Sandy Bridge": ['0x206a', '0x206d6', '0x206d7'], "Skylake": ['0x406e3', '0x506e3', '0x50654', '0x50652'], "Westmere": ['0x2065', '0x206c', '0x206f'], "Whisky Lake": ['0x806eb', '0x806ec'], |