search for: efi_xen_ovmf_info

Displaying 3 results from an estimated 3 matches for "efi_xen_ovmf_info".

2013 Nov 26
3
[PATCH v3 3/8] OvmfPkg: define EFI_XEN_OVMF_INFO and extend XenInfo
EFI_XEN_OVMF_INFO is defined to accept configurations from hvmloader. It must match the definition on Xen side. XenInfo is extended to include necessary bits as well. Currently only E820 map is in use. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- O...
2013 Nov 19
0
[PATCH RFC v2 0/7] Make OVMF fully working with Xen
...the same as before if Xen is not detected. Comments are welcomed. The tree can be found at: http://xenbits.xen.org/git-http/people/liuw/ovmf.git rfc-v2 starting from 4ba5c67e. Wei. Wei Liu (7): MdeModulePkg: introduce PcdPciAllowFullEnumeration OvmfPkg: introduce E820.h OvmfPkg: define EFI_XEN_OVMF_INFO and extend XenInfo OvmfPkg: extract OVMF info passed by Xen hvmloader OvmfPkg: detect Xen earlier OvmfPkg: introduce PublishPeiMemory OvmfPkg: introduce XenMemMapInitialization MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c | 5 +- MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf | 1 + M...
2013 Nov 17
6
Re: [edk2] [PATCH RFC 0/7] OvmfPkg: make OVMF fully working with Xen
...(not moving DuetPkg code in), and to make it able to skip enumeration with a PCD. >> OvmfPkg: introduce E820.h > > Can you copy the E820 structs from IntelFrameworkModulePkg/Csm/ > LegacyBiosDxe/LegacyBiosInterface.h instead? > OK, no problem. Wei >> OvmfPkg: define EFI_XEN_OVMF_INFO and extend XenInfo >> OvmfPkg: extract OVMF info passed by Xen hvmloader >> OvmfPkg: detect Xen earlier >> OvmfPkg: introduce PublishPeiMemory >> OvmfPkg: introduce XenMemMapInitialization > > A quick glance makes me think the memmap stuff could tweaked, but I&...