public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove AP waking vector in Reset Vector
@ 2023-07-10  3:17 Zhiguang Liu
  2023-07-10  3:17 ` [PATCH 1/4] BaseTools: Remove logic to create AP waking vector in GenFv Zhiguang Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Zhiguang Liu @ 2023-07-10  3:17 UTC (permalink / raw)
  To: devel; +Cc: Zhiguang Liu

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4494

Today for SEC core(not VTF-0), GenFv finds free 4K aligned space in
FV for AP waking vector and JMP to 4G-30h in the waking vector.
There is no usage of this today. Remove the logic to avoid confusing
and save spaces in reset vector.


Zhiguang Liu (4):
  BaseTools: Remove logic to create AP waking vector in GenFv
  UefiCpuPkg/SecCore: Remove AP waking Vector logic in SecCore
  OvmfPkg: Remove applicationProcessorEntryPoint
  UefiCpuPk/ResetVector: Remove AP waking vector from ResetVector

 BaseTools/Source/C/GenFv/GenFvInternalLib.c   | 199 ------------------
 OvmfPkg/ResetVector/Ia16/ResetVectorVtf0.asm  |  15 +-
 .../XenResetVector/Ia16/ResetVectorVtf0.asm   |  16 +-
 UefiCpuPkg/ResetVector/Vtf0/Ia16/Init16.asm   |   7 -
 .../ResetVector/Vtf0/Ia16/ResetVectorVtf0.asm |  15 +-
 UefiCpuPkg/SecCore/Ia32/ResetVec.nasmb        |  36 +---
 6 files changed, 12 insertions(+), 276 deletions(-)

-- 
2.31.1.windows.1


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

end of thread, other threads:[~2023-07-24 10:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10  3:17 [PATCH 0/4] Remove AP waking vector in Reset Vector Zhiguang Liu
2023-07-10  3:17 ` [PATCH 1/4] BaseTools: Remove logic to create AP waking vector in GenFv Zhiguang Liu
2023-07-10 11:38   ` 回复: [edk2-devel] " gaoliming
2023-07-10  3:17 ` [PATCH 2/4] UefiCpuPkg/SecCore: Remove AP waking Vector logic in SecCore Zhiguang Liu
2023-07-10  3:17 ` [PATCH 3/4] OvmfPkg: Remove applicationProcessorEntryPoint Zhiguang Liu
2023-07-24 10:17   ` [edk2-devel] " Anthony PERARD via groups.io
2023-07-10  3:17 ` [PATCH 4/4] UefiCpuPk/ResetVector: Remove AP waking vector from ResetVector Zhiguang Liu
2023-07-10  3:35 ` [edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vector Ni, Ray
     [not found] ` <1770634CE62FBB6D.7145@groups.io>
2023-07-24  2:47   ` [edk2-devel] [PATCH 3/4] OvmfPkg: Remove applicationProcessorEntryPoint Zhiguang Liu

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