public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] UefiCpuPkg/CpuExceptionHandlerLib: Avoid calling PEI services from AP
@ 2018-08-31  8:36 Ruiyu Ni
  2018-08-31  8:36 ` [PATCH 1/2] CpuExceptionHandlerLib: Add comments to make code more readable Ruiyu Ni
  2018-08-31  8:36 ` [PATCH 2/2] UefiCpuPkg/CpuExceptionHandlerLib: Avoid calling PEI services from AP Ruiyu Ni
  0 siblings, 2 replies; 4+ messages in thread
From: Ruiyu Ni @ 2018-08-31  8:36 UTC (permalink / raw)
  To: edk2-devel

1st patch adds more comments to the code to make it more readable.
2nd patch fixes the real assertion issue.

Ruiyu Ni (2):
  CpuExceptionHandlerLib: Add comments to make code more readable
  UefiCpuPkg/CpuExceptionHandlerLib: Avoid calling PEI services from AP

 .../CpuExceptionHandlerLib/CpuExceptionCommon.h    |  7 +-
 .../Ia32/ArchExceptionHandler.c                    |  8 ++-
 .../CpuExceptionHandlerLib/PeiCpuException.c       | 77 +++++++++++++++-------
 .../CpuExceptionHandlerLib/PeiDxeSmmCpuException.c | 12 ++--
 .../X64/ArchExceptionHandler.c                     |  8 ++-
 5 files changed, 73 insertions(+), 39 deletions(-)

-- 
2.16.1.windows.1



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

end of thread, other threads:[~2018-09-03  2:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-31  8:36 [PATCH 0/2] UefiCpuPkg/CpuExceptionHandlerLib: Avoid calling PEI services from AP Ruiyu Ni
2018-08-31  8:36 ` [PATCH 1/2] CpuExceptionHandlerLib: Add comments to make code more readable Ruiyu Ni
2018-08-31  8:36 ` [PATCH 2/2] UefiCpuPkg/CpuExceptionHandlerLib: Avoid calling PEI services from AP Ruiyu Ni
2018-09-03  2:15   ` Wang, Jian J

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