Make it clear that X86QemuLoadImageLib relies on fw_cfg; prepare the ground to add a warning about the incompatibility with boot verification process. Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: James Bottomley <jejb@linux.ibm.com> Cc: Tobin Feldman-Fitzthum <tobin@linux.ibm.com> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3457 Signed-off-by: Dov Murik <dovmurik@linux.ibm.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20210628105110.379951-6-dovmurik@linux.ibm.com>
46 lines
1.2 KiB
INI
46 lines
1.2 KiB
INI
## @file
|
|
# X86 specific implementation of QemuLoadImageLib library class interface
|
|
# with support for loading mixed mode images and non-EFI stub images
|
|
#
|
|
# Note that this implementation reads the cmdline (and possibly kernel, setup
|
|
# data, and initrd in the legacy boot mode) from fw_cfg directly.
|
|
#
|
|
# Copyright (c) 2020, ARM Ltd. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 1.27
|
|
BASE_NAME = X86QemuLoadImageLib
|
|
FILE_GUID = 2304df80-e21d-4170-9c3c-113c878f7ac0
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = QemuLoadImageLib|DXE_DRIVER
|
|
|
|
[Sources]
|
|
X86QemuLoadImageLib.c
|
|
|
|
[Packages]
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
OvmfPkg/OvmfPkg.dec
|
|
|
|
[LibraryClasses]
|
|
DebugLib
|
|
MemoryAllocationLib
|
|
LoadLinuxLib
|
|
PrintLib
|
|
QemuFwCfgLib
|
|
ReportStatusCodeLib
|
|
UefiBootServicesTableLib
|
|
|
|
[Protocols]
|
|
gEfiDevicePathProtocolGuid
|
|
gEfiLoadedImageProtocolGuid
|
|
gOvmfLoadedX86LinuxKernelProtocolGuid
|
|
|
|
[Guids]
|
|
gQemuKernelLoaderFsMediaGuid
|