SHA256
1
0
forked from pool/cpuid

Accepting request 798720 from home:AndreasStieger:branches:utilities

cpuid 20200427

OBS-URL: https://build.opensuse.org/request/show/798720
OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=28
This commit is contained in:
2020-04-28 22:14:17 +00:00
committed by Git OBS Bridge
parent 65bd5eb928
commit 08a2c37c0c
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Apr 28 18:54:25 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 20200427:
* Add synth decoding for AMD Steppe Eagle/Crowned Eagle
(Puma 2014 G-Series), based on instlatx64 sample
* Add 7/0/edx SERIALIZE & TSXLDTRK bit descriptions
* Add 0xf/1/eax Counter width & overflow flag
* Add 0x10/3/ecx per-thread MBA controls flag
* Add 0x8000001f fields
* Add AMD 24594 & 40332 docs
* Correct field lengths in 14/0 and 14/1 subleafs so that
columns line up
* Add CC150 (Coffee Lake R0) synth decoding, based on
instlatx64 example
* Add Jasper Lake A0 stepping (from Coreboot*)
* Update 1/ebx "cpu count" to modern terminology: "maximum
addressible IDs for CPUs in pkg" to avoid user confusion
* Update 4/eax CPU & core count terminology in the same way
-------------------------------------------------------------------
Fri Mar 6 08:24:45 UTC 2020 - Jan Engelhardt <jengelh@inai.de>