public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Wake up APs by a single SIPI.
@ 2023-03-27  3:17 Yuanhao Xie
  2023-03-27  3:17 ` [PATCH 1/2] UefiCpuPkg: Add SendStartupIpiAllExcludingSelf Yuanhao Xie
  2023-03-27  3:17 ` [PATCH 2/2] UefiCpuPkg: After reset, wake up APs by SIPI Yuanhao Xie
  0 siblings, 2 replies; 6+ messages in thread
From: Yuanhao Xie @ 2023-03-27  3:17 UTC (permalink / raw)
  To: devel

After a power-up or reset, all application processors (APs) are in a 
state where they are waiting for sipi. In this state, the bootstrap 
processor (BSP) send a single SIPI Inter-Processor Interrupt 
(IPI) to all the APs.

Yuanhao Xie (2):
  UefiCpuPkg: Add SendStartupIpiAllExcludingSelf
  UefiCpuPkg: After reset, wake up APs by SIPI.

 UefiCpuPkg/Include/Library/LocalApicLib.h     | 17 +++++++-
 .../Library/BaseXApicLib/BaseXApicLib.c       | 43 +++++++++++++------
 .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c   | 43 +++++++++++++------
 UefiCpuPkg/Library/MpInitLib/MpLib.c          |  9 +++-
 4 files changed, 84 insertions(+), 28 deletions(-)

-- 
2.36.1.windows.1


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

end of thread, other threads:[~2023-03-29 13:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-27  3:17 [PATCH 0/2] Wake up APs by a single SIPI Yuanhao Xie
2023-03-27  3:17 ` [PATCH 1/2] UefiCpuPkg: Add SendStartupIpiAllExcludingSelf Yuanhao Xie
2023-03-27  3:17 ` [PATCH 2/2] UefiCpuPkg: After reset, wake up APs by SIPI Yuanhao Xie
2023-03-27 11:02   ` [edk2-devel] " Gerd Hoffmann
2023-03-29  8:50     ` Yuanhao Xie
2023-03-29 13:29       ` Gerd Hoffmann

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