public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch v2 0/2] Change CpuS3Data memory type and address limitation
@ 2018-08-08  7:34 Eric Dong
  2018-08-08  7:34 ` [Patch 1/2] UefiCpuPkg/RegisterCpuFeaturesLib: Combine implementation Eric Dong
  2018-08-08  7:34 ` [Patch 2/2] UefiCpuPkg/CpuS3DataDxe: Change Memory Type and address limitation Eric Dong
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Dong @ 2018-08-08  7:34 UTC (permalink / raw)
  To: edk2-devel; +Cc: Marvin H�user, Fan Jeff, Laszlo Ersek, Ruiyu Ni

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1044 bytes --]

Because CpuS3Data memory will be copy to smram at SmmReadToLock point by
PiSmmCpuDxeSmm driver, so the memory type no need to be ACPI NVS type,
also the address not limit to below 4G.
This change remove the limit of ACPI NVS memory type and below 4G.

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

Cc: Marvin Häuser <Marvin.Haeuser@outlook.com>
Cc: Fan Jeff <vanjeff_919@hotmail.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Eric Dong (2):
  UefiCpuPkg/RegisterCpuFeaturesLib: Combine implementation.
  UefiCpuPkg/CpuS3DataDxe: Change Memory Type and address limitation.

 UefiCpuPkg/CpuS3DataDxe/CpuS3Data.c                |  60 ++--------
 UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf           |   1 +
 .../DxeRegisterCpuFeaturesLib.c                    |  67 -----------
 .../PeiRegisterCpuFeaturesLib.c                    | 131 ---------------------
 .../RegisterCpuFeaturesLib.c                       |  90 ++++++++++++++
 5 files changed, 104 insertions(+), 245 deletions(-)

-- 
2.15.0.windows.1



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

end of thread, other threads:[~2018-08-08  7:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-08  7:34 [Patch v2 0/2] Change CpuS3Data memory type and address limitation Eric Dong
2018-08-08  7:34 ` [Patch 1/2] UefiCpuPkg/RegisterCpuFeaturesLib: Combine implementation Eric Dong
2018-08-08  7:39   ` Dong, Eric
2018-08-08  7:34 ` [Patch 2/2] UefiCpuPkg/CpuS3DataDxe: Change Memory Type and address limitation Eric Dong
2018-08-08  7:39   ` Dong, Eric

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