public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] [UefiCpuPkg] Support 64bit MMIO address in CPU Register Table
@ 2017-03-23  5:27 Jeff Fan
  2017-03-23  5:27 ` [PATCH 1/2] UefiCpuPkg/RegisterCpuFeaturesLib: Define Index to UINT64 Jeff Fan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Fan @ 2017-03-23  5:27 UTC (permalink / raw)
  To: edk2-devel

The current CPU_REGISTER_TABLE_ENTRY structure only defined UINT32 Index to
indicate MSR/MMIO address. It's ok for MSR because MSR address is UINT32 type
actually. But for MMIO address, UINT32 limits MMIO address exceeds 4GB.

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

Jeff Fan (2):
  UefiCpuPkg/RegisterCpuFeaturesLib: Define Index to UINT64
  UefiCpuPkg/AcpiCpuData.h: Support >4GB MMIO address

 UefiCpuPkg/Include/AcpiCpuData.h                             | 12 +++++++-----
 UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h          |  4 ++--
 .../Library/RegisterCpuFeaturesLib/CpuFeaturesInitialize.c   |  6 +++---
 .../Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c  |  9 +++++----
 UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c                            |  2 +-
 5 files changed, 18 insertions(+), 15 deletions(-)

-- 
2.9.3.windows.2



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

end of thread, other threads:[~2017-03-27  5:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23  5:27 [PATCH 0/2] [UefiCpuPkg] Support 64bit MMIO address in CPU Register Table Jeff Fan
2017-03-23  5:27 ` [PATCH 1/2] UefiCpuPkg/RegisterCpuFeaturesLib: Define Index to UINT64 Jeff Fan
2017-03-23  5:27 ` [PATCH 2/2] UefiCpuPkg/AcpiCpuData.h: Support >4GB MMIO address Jeff Fan
2017-03-27  5:30 ` [PATCH 0/2] [UefiCpuPkg] Support 64bit MMIO address in CPU Register Table Tian, Feng

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