]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/XenResetVector: Add new entry point for Xen PVH
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 13 Aug 2019 11:30:50 +0000 (12:30 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 21 Aug 2019 16:03:49 +0000 (18:03 +0200)
commita8c791c15be599f5a48f8a70b040fbe0cd3232c0
tree2a7ca2c3f9fc6134bca9ed3ab9b6583a5610ba90
parent1e9d6b0f98b53498f8ae4104502da087493eba2c
OvmfPkg/XenResetVector: Add new entry point for Xen PVH

Add a new entry point for Xen PVH that enter directly in 32bits.

Information on the expected state of the machine when this entry point
is used can be found at:
https://xenbits.xenproject.org/docs/unstable/misc/pvh.html

Also, compare to the original file [1], the two `nop' of the "resetVector"
entry point are removed. There were introduced by 8332983e2e33
("UefiCpuPkg: Replace the un-necessary WBINVD instruction at the reset
vector with two NOPs in VTF0.", 2011-08-04), but don't seems to be
useful. This is the entry point used by HVM guest (hvmloader).

[1] UefiCpuPkg/ResetVector/Vtf0/Ia16/ResetVectorVtf0.asm

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20190813113119.14804-7-anthony.perard@citrix.com>
OvmfPkg/XenResetVector/Ia16/ResetVectorVtf0.asm [new file with mode: 0644]
OvmfPkg/XenResetVector/Ia32/XenPVHMain.asm [new file with mode: 0644]
OvmfPkg/XenResetVector/XenResetVector.nasmb