Files
edk2/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf
T
Oliver Smith-Denny 1fb88ffe28 OvmfPkg: Remove OVMF IA32
This commit removes OVMF IA32 from edk2 per RFC
https://edk2.groups.io/g/devel/topic/rfc_remove_ovmf_ia32_and/114152215.

OVMF IA32 is a 32 bit only platform that no longer represents the vast
majority of physical platforms. The RFC details more reasoning in
much more depth.

OVMF IA32 will be kept in a branch off the edk2-stable202508 tag for
any long term consumers; it will receive build break updates only
(e.g. if an upstream submodule changes location).

Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
2025-09-09 18:49:32 +00:00

54 lines
1.4 KiB
INI

## @file
# Provides 'initrd' dynamic UEFI shell command to load a Linux initrd
# via its GUIDed vendor media path
#
# Copyright (c) 2020, Arm, Ltd. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#
##
[Defines]
INF_VERSION = 1.27
BASE_NAME = LinuxInitrdDynamicShellCommand
FILE_GUID = 2f30da26-f51b-4b6f-85c4-31873c281bca
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = LinuxInitrdDynamicShellCommandEntryPoint
UNLOAD_IMAGE = LinuxInitrdDynamicShellCommandUnload
UEFI_HII_RESOURCE_SECTION = TRUE
#
# VALID_ARCHITECTURES = X64 ARM AARCH64 EBC
#
[Sources.common]
LinuxInitrdDynamicShellCommand.c
LinuxInitrdDynamicShellCommand.uni
[Packages]
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
MdeModulePkg/MdeModulePkg.dec
OvmfPkg/OvmfPkg.dec
[LibraryClasses]
DebugLib
DevicePathLib
HiiLib
MemoryAllocationLib
ShellLib
UefiBootServicesTableLib
UefiDriverEntryPoint
UefiHiiServicesLib
[Protocols]
gEfiDevicePathProtocolGuid ## SOMETIMES_PRODUCES
gEfiHiiPackageListProtocolGuid ## CONSUMES
gEfiLoadFile2ProtocolGuid ## SOMETIMES_PRODUCES
gEfiShellDynamicCommandProtocolGuid ## PRODUCES
[DEPEX]
TRUE