Re: [edk2-devel] [PATCH V6 28/42] OvmfPkg: Update Sec to support Tdx

2022-02-23 Thread Gerd Hoffmann
On Sat, Feb 19, 2022 at 07:56:41PM +0800, Min Xu wrote: > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 > > There are below major changes in this commit. > > 1. SecEntry.nasm > In TDX BSP and APs goes to the same entry point in SecEntry.nasm. > > BSP initialize the temporary stack and

[edk2-devel] [PATCH V6 28/42] OvmfPkg: Update Sec to support Tdx

2022-02-19 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 There are below major changes in this commit. 1. SecEntry.nasm In TDX BSP and APs goes to the same entry point in SecEntry.nasm. BSP initialize the temporary stack and then jumps to SecMain, just as legacy Ovmf does. APs spin in a modifie