mirror of https://github.com/acidanthera/audk.git
OvmfPkg/X86QemuLoadImageLib: State fw_cfg dependency in file header
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>
This commit is contained in:
parent
cf20302474
commit
9421f5ab8d
|
@ -2,6 +2,9 @@
|
|||
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) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2020, ARM Ltd. All rights reserved.<BR>
|
||||
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue