public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/6] Fixed bugs in MpInitLib
@ 2016-08-24 14:45 Jeff Fan
  2016-08-24 14:45 ` [Patch 1/6] UefiCpuPkg/MpInitLib: Move timeout delay to WakupAp() Jeff Fan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jeff Fan @ 2016-08-24 14:45 UTC (permalink / raw)
  To: edk2-devel

Jeff Fan (6):
  UefiCpuPkg/MpInitLib: Move timeout delay to WakupAp()
  UefiCpuPkg/MpInitLib: Move allocating reserved memory for AP loop code
  UefiCpuPkg/MpInitLib: Rename EndOfPeiFlag to SaveRestoreFlag
  UefiCpuPkg/MpInitLib: Fix function header comments typo
  UefiCpuPkg/MpInitLib: Move two functions location
  UefiCpuPkg/MpInitLib: Don't allocate reset vector in Exit Boot Service

 UefiCpuPkg/Library/MpInitLib/DxeMpLib.c  | 96 ++++++++++++++++++--------------
 UefiCpuPkg/Library/MpInitLib/Microcode.c |  2 +-
 UefiCpuPkg/Library/MpInitLib/MpLib.c     | 52 +++++++++++++++--
 UefiCpuPkg/Library/MpInitLib/MpLib.h     | 24 +++++++-
 UefiCpuPkg/Library/MpInitLib/PeiMpLib.c  | 45 +--------------
 5 files changed, 127 insertions(+), 92 deletions(-)

-- 
2.7.4.windows.1



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

end of thread, other threads:[~2016-08-25  5:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24 14:45 [Patch 0/6] Fixed bugs in MpInitLib Jeff Fan
2016-08-24 14:45 ` [Patch 1/6] UefiCpuPkg/MpInitLib: Move timeout delay to WakupAp() Jeff Fan
2016-08-24 14:45 ` [Patch 2/6] UefiCpuPkg/MpInitLib: Move allocating reserved memory for AP loop code Jeff Fan
2016-08-24 14:45 ` [Patch 3/6] UefiCpuPkg/MpInitLib: Rename EndOfPeiFlag to SaveRestoreFlag Jeff Fan
2016-08-24 14:45 ` [Patch 4/6] UefiCpuPkg/MpInitLib: Fix function header comments typo Jeff Fan
2016-08-24 14:45 ` [Patch 5/6] UefiCpuPkg/MpInitLib: Move two functions location Jeff Fan
2016-08-24 14:45 ` [Patch 6/6] UefiCpuPkg/MpInitLib: Don't allocate reset vector in Exit Boot Service Jeff Fan
2016-08-25  5:21 ` [Patch 0/6] Fixed bugs in MpInitLib Tian, Feng

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