]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/XenPlatformPei: Detect OVMF_INFO from hvmloader
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 13 Aug 2019 11:30:54 +0000 (12:30 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 21 Aug 2019 16:03:49 +0000 (18:03 +0200)
commit8651e1ce71ac7e974930016438cdc11bcb113c30
tree83939276c13441b56dd70627d5d4a0bb188bf3b4
parent31d4e8b029fe737f16f90d3ce8ffdfa60f30f62c
OvmfPkg/XenPlatformPei: Detect OVMF_INFO from hvmloader

EFI_XEN_OVMF_INFO is only useful to retrieve the E820 table. The
mXenHvmloaderInfo isn't used yet, but will be use in a further patch to
retrieve the E820 table.

Also remove the unused pointer from the XenInfo HOB as that information
is only useful in the XenPlatformPei.

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-11-anthony.perard@citrix.com>
OvmfPkg/Include/Guid/XenInfo.h
OvmfPkg/PlatformPei/Xen.c
OvmfPkg/XenPlatformPei/Xen.c