[edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vector

Zhiguang Liu posted 4 patches 9 months, 3 weeks ago
Failed in applying to current master (apply log)
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(-)
[edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vector
Posted by Zhiguang Liu 9 months, 3 weeks ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106757): https://edk2.groups.io/g/devel/message/106757
Mute This Topic: https://groups.io/mt/100051787/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vector
Posted by Ni, Ray 9 months, 3 weeks ago
Reviewed-by: Ray Ni <ray.ni@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Zhiguang Liu
> Sent: Monday, July 10, 2023 11:17 AM
> To: devel@edk2.groups.io
> Cc: Liu, Zhiguang <zhiguang.liu@intel.com>
> Subject: [edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vector
> 
> 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
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106762): https://edk2.groups.io/g/devel/message/106762
Mute This Topic: https://groups.io/mt/100051787/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-