public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Add SecPerformancePpiCallBack to get SEC performance data in SecCore
@ 2017-07-31  3:31 Star Zeng
  2017-07-31  3:31 ` [PATCH 1/3] UefiCpuPkg SecCore: Adjust PeiTemporaryRamBase&Size to be 8byte aligned Star Zeng
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Star Zeng @ 2017-07-31  3:31 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Liming Gao, Jeff Fan

Current SEC performance data getting code in FirmwarePerformancePei
may get wrong SEC performance data if FirmwarePerformancePei executes
after memory discovered, it can be removed after SecPerformancePpiCallBack
is added in SecCore.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Jeff Fan <jeff.fan@intel.com>

Star Zeng (3):
  UefiCpuPkg SecCore: Adjust PeiTemporaryRamBase&Size to be 8byte
    aligned
  UefiCpuPkg SecCore: Add SecPerformancePpiCallBack
  MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting code

 .../FirmwarePerformancePei.c                       | 39 ++--------------
 .../FirmwarePerformancePei.inf                     |  9 +---
 .../FirmwarePerformancePei.uni                     |  6 +--
 UefiCpuPkg/SecCore/SecCore.inf                     |  7 +++
 UefiCpuPkg/SecCore/SecMain.c                       | 53 +++++++++++++++++++++-
 UefiCpuPkg/SecCore/SecMain.h                       | 25 +++++++++-
 6 files changed, 89 insertions(+), 50 deletions(-)

-- 
2.7.0.windows.1



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

end of thread, other threads:[~2017-08-01  9:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31  3:31 [PATCH 0/3] Add SecPerformancePpiCallBack to get SEC performance data in SecCore Star Zeng
2017-07-31  3:31 ` [PATCH 1/3] UefiCpuPkg SecCore: Adjust PeiTemporaryRamBase&Size to be 8byte aligned Star Zeng
2017-07-31  4:55   ` Fan, Jeff
2017-07-31  3:31 ` [PATCH 2/3] UefiCpuPkg SecCore: Add SecPerformancePpiCallBack Star Zeng
2017-07-31  4:56   ` Fan, Jeff
2017-07-31  3:31 ` [PATCH 3/3] MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting code Star Zeng
2017-08-01  9:01 ` [PATCH 0/3] Add SecPerformancePpiCallBack to get SEC performance data in SecCore Gao, Liming

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