On Mon, Jul 10, 2023 at 11:17:05AM +0800, Zhiguang Liu wrote: > diff --git a/OvmfPkg/XenResetVector/Ia16/ResetVectorVtf0.asm > b/OvmfPkg/XenResetVector/Ia16/ResetVectorVtf0.asm > index 56749bdbc9..67156d8252 100644 > --- a/OvmfPkg/XenResetVector/Ia16/ResetVectorVtf0.asm > +++ b/OvmfPkg/XenResetVector/Ia16/ResetVectorVtf0.asm > @@ -39,23 +39,13 @@ xenPVHEntryPoint: > > BITS 16 > ALIGN 16 > - > -applicationProcessorEntryPoint: > -; > -; Application Processors entry point > ; > -; GenFv generates code aligned on a 4k boundary which will jump to this > -; location. (0xffffffe0) This allows the Local APIC Startup IPI to be > -; used to wake up the application processors. > +; 0xffffffe0 > ; > - jmp EarlyApInitReal16 > - > -ALIGN 8 > - > - DD 0 > + DD 0, 0, 0 > > ; > -; The VTF signature > +; The VTF signature (0xffffffec) > ; > ; VTF-0 means that the VTF (Volume Top File) code does not require > ; any fixups.
I've tested that part of the patch. OvmfXen seems to work fine with it: Acked-by: Anthony PERARD <anthony.per...@citrix.com> Thanks, -- Anthony PERARD -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107167): https://edk2.groups.io/g/devel/message/107167 Mute This Topic: https://groups.io/mt/100051790/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-