You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cpuid.py fixes and supported Intel platforms update (New) (#2346)
* fix(cpuid): change Lunar Lake quote formatting
For format consistency across the script.
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
* fix(cpuid): remove Amber Lake
Amber Lake is actually a low power version of Kaby Lake. These processors shares the same CPUID and thus should not be identified with CPUID.
Actually this also fix a duplicated CPUID in this script.
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
* fix(cpuid): reorganize CPU identifiers
Sorting by manufacturer and release order.
Forcing them in chronological order, should avoid regression issues in case same CPUID reappears in more recent CPU.
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
* feat(cpuid): Add Intel Apollo Lake
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
* feat(cpuid): Add Intel Gemini Lake
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
* feat(cpuid): Add Intel Elkhart Lake
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
* feat(cpuid): Add Intel Jasper Lake
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
* feat(cpuid): Add Intel Panther Lake
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
* feat(cpuid): Add Intel Amber Lake Y
There is only this CPUID identified as unique to Amber Lake Y for now.
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
---------
Signed-off-by: Alexandre Esse <alexandre.esse@canonical.com>
0 commit comments