[edk2-devel] [PATCH v4 02/35] OvmfPkg: Create platform OvmfXen

Laszlo Ersek lersek at redhat.com
Tue Jul 30 09:13:12 UTC 2019


On 07/29/19 17:39, Anthony PERARD wrote:
> 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 at citrix.com>
> Reviewed-by: Laszlo Ersek <lersek at redhat.com>
> ---
> 
> Notes:
>     v4:
>     - rebased
>     - Update Maintainers.txt
>     
>     v3:
>     - rebased, SPDX + 8259/8254 changes
> 
>  OvmfPkg/OvmfXen.dsc | 729 ++++++++++++++++++++++++++++++++++++++++++++
>  OvmfPkg/OvmfXen.fdf | 439 ++++++++++++++++++++++++++
>  Maintainers.txt     |   1 +
>  3 files changed, 1169 insertions(+)
>  create mode 100644 OvmfPkg/OvmfXen.dsc
>  create mode 100644 OvmfPkg/OvmfXen.fdf

[...]

> diff --git a/Maintainers.txt b/Maintainers.txt
> index 0298010809..98f6d828eb 100644
> --- a/Maintainers.txt
> +++ b/Maintainers.txt
> @@ -372,6 +372,7 @@ F: OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
>  F: OvmfPkg/Library/XenConsoleSerialPortLib/
>  F: OvmfPkg/Library/XenHypercallLib/
>  F: OvmfPkg/Library/XenIoMmioLib/
> +F: OvmfPkg/OvmfXen.*
>  F: OvmfPkg/PlatformPei/MemDetect.c
>  F: OvmfPkg/PlatformPei/Platform.*
>  F: OvmfPkg/PlatformPei/Xen.*
> 

Reviewed-by: Laszlo Ersek <lersek at redhat.com>

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44606): https://edk2.groups.io/g/devel/message/44606
Mute This Topic: https://groups.io/mt/32643837/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list