SHA256
1
0
forked from jengelh/cpuid

cpuid-20160814

OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=9
This commit is contained in:
2016-08-30 09:09:03 +00:00
committed by Git OBS Bridge
parent e67316c4a2
commit 4c97a4646f
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Aug 30 08:57:28 UTC 2016 - jengelh@inai.de
- Update to new upstream release 20160814
* cpuinfo2cpuid: Added a script that takes input from a /proc/cpuinfo
file and converts it into suitable input to cpuid. The information
that cpuid is capable of producing based on this very limited input
information is slight, but apparently there is interest in getting the
synthesized (synth) leaf from this.
* Support SGX, MPX, BNDLDX/BNDSTX, RDPID, and IA32_XSS PT state.
* Add information for Skylake, Broadwell, Broadwell-E and -EX
processors, Atom C2000 (Avoton) with A0/A1 steppings, Atom
Z3n00 (Bay Trail) stepping 1, Xeon D-1500 (Broadwell-DE) V2
stepping, corrected Atom Z8000 (Cherry Trail), added Atom S1200
(Centerton) and VIA Eden.
-------------------------------------------------------------------
Sat Nov 7 11:37:43 UTC 2015 - jengelh@inai.de