public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] Update CPUID & MSR header files with SDM (Sep.2016)
@ 2016-12-14  8:33 Hao Wu
  2016-12-14  8:33 ` [PATCH 1/4] UefiCpuPkg/Include: Update " Hao Wu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Hao Wu @ 2016-12-14  8:33 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Michael Kinney, Jeff Fan

https://bugzilla.tianocore.org/show_bug.cgi?id=176

According to the latest version (Sep.'16) of Intel(R) 64 and IA-32
Architectures Software Developer's Manual (SDM), this patch series will
update the MSR and CPUID related definitions in .h files under
UefiCpuPkg/Include/Register.

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Jeff Fan <jeff.fan@intel.com>

Hao Wu (4):
  UefiCpuPkg/Include: Update MSR header files with SDM (Sep.2016)
  UefiCpuPkg/Include: Update Skylake MSR header file with SDM (Sep.2016)
  UefiCpuPkg/Include: Add Goldmont MSR header file with SDM (Sep.2016)
  UefiCpuPkg/Cpuid.h: Update CPUID definitions with SDM (Sep.2016)

 UefiCpuPkg/Application/Cpuid/Cpuid.c             |  115 +-
 UefiCpuPkg/Include/Register/ArchitecturalMsr.h   |  159 +-
 UefiCpuPkg/Include/Register/Cpuid.h              |  363 +++-
 UefiCpuPkg/Include/Register/Msr.h                |    3 +-
 UefiCpuPkg/Include/Register/Msr/AtomMsr.h        |  167 +-
 UefiCpuPkg/Include/Register/Msr/BroadwellMsr.h   |   43 +-
 UefiCpuPkg/Include/Register/Msr/Core2Msr.h       |  286 +--
 UefiCpuPkg/Include/Register/Msr/CoreMsr.h        |   64 +-
 UefiCpuPkg/Include/Register/Msr/GoldmontMsr.h    | 2515 ++++++++++++++++++++++
 UefiCpuPkg/Include/Register/Msr/HaswellEMsr.h    |  451 ++--
 UefiCpuPkg/Include/Register/Msr/HaswellMsr.h     |   62 +-
 UefiCpuPkg/Include/Register/Msr/IvyBridgeMsr.h   |  416 ++--
 UefiCpuPkg/Include/Register/Msr/NehalemMsr.h     |  340 +--
 UefiCpuPkg/Include/Register/Msr/P6Msr.h          |    6 +-
 UefiCpuPkg/Include/Register/Msr/Pentium4Msr.h    |  146 +-
 UefiCpuPkg/Include/Register/Msr/PentiumMMsr.h    |   26 +-
 UefiCpuPkg/Include/Register/Msr/PentiumMsr.h     |    8 +-
 UefiCpuPkg/Include/Register/Msr/SandyBridgeMsr.h |  537 ++---
 UefiCpuPkg/Include/Register/Msr/SilvermontMsr.h  |  411 ++--
 UefiCpuPkg/Include/Register/Msr/SkylakeMsr.h     | 1189 +++++++++-
 UefiCpuPkg/Include/Register/Msr/Xeon5600Msr.h    |    2 +-
 UefiCpuPkg/Include/Register/Msr/XeonDMsr.h       |  456 +---
 UefiCpuPkg/Include/Register/Msr/XeonE7Msr.h      |   74 +-
 UefiCpuPkg/Include/Register/Msr/XeonPhiMsr.h     |  314 +--
 24 files changed, 5323 insertions(+), 2830 deletions(-)
 create mode 100644 UefiCpuPkg/Include/Register/Msr/GoldmontMsr.h

-- 
1.9.5.msysgit.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-15 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-14  8:33 [PATCH 0/4] Update CPUID & MSR header files with SDM (Sep.2016) Hao Wu
2016-12-14  8:33 ` [PATCH 1/4] UefiCpuPkg/Include: Update " Hao Wu
2016-12-14  8:33 ` [PATCH 2/4] UefiCpuPkg/Include: Update Skylake MSR header file " Hao Wu
2016-12-14  8:33 ` [PATCH 3/4] UefiCpuPkg/Include: Add Goldmont " Hao Wu
2016-12-14  8:33 ` [PATCH 4/4] UefiCpuPkg/Cpuid.h: Update CPUID definitions " Hao Wu
2016-12-15 18:16 ` [PATCH 0/4] Update CPUID & MSR header files " Kinney, Michael D

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox