]> git.proxmox.com Git - mirror_edk2.git/commit - Maintainers.txt
OvmfPkg: Create platform OvmfXen
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 13 Aug 2019 11:30:46 +0000 (12:30 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 21 Aug 2019 16:03:49 +0000 (18:03 +0200)
commit75e85e3382b9adb7488a42f885d9cd2b52cdf816
tree47e484fb211d70d18c3e54223ca0681efff21707
parentaaebea27dab640b34e7383b75ee8182f652275ea
OvmfPkg: Create platform OvmfXen

OvmfXen is a copy of OvmfX64, removing VirtIO and some SMM.

This new platform will be changed to make it works on two types of Xen
guest: HVM and PVH.

Compare to OvmfX64, this patch:

- changed: PLATFORM_GUID, OUTPUT_DIRECTORY, FLASH_DEFINITION
- removed: VirtioLib class resolution
- removed: all UEFI_DRIVER modules for virtio devices
- removed: DXE_SMM_DRIVER and SMM_CORE lib class resolutions
- removed: DXE_SMM_DRIVER and SMM_CORE FDF rules
- removed: Everything related to SMM_REQUIRE==true
- removed: Everything related to SECURE_BOOT_ENABLE==true
- removed: Everything related to TPM2_ENABLE==true
- changed: PcdPciDisableBusEnumeration dynamic default flipped to TRUE
- changed: default FD_SIZE_IN_KB to 2M.
- reverted d272449d9e1e, "OvmfPkg: raise DXEFV size to 11 MB"

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1689
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20190813113119.14804-3-anthony.perard@citrix.com>
Maintainers.txt
OvmfPkg/OvmfXen.dsc [new file with mode: 0644]
OvmfPkg/OvmfXen.fdf [new file with mode: 0644]