]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/MdePkg.dec
MdePkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID
authorJeff Brasen <jbrasen@nvidia.com>
Wed, 4 Aug 2021 22:03:19 +0000 (16:03 -0600)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 5 Aug 2021 21:35:47 +0000 (21:35 +0000)
commit0856cdc89e03a42e0e5496e4aeab217b6733a144
tree1a3ddf701ba0ea7bffd0b77abcdfdb30860e56c3
parent9abc60f9f722d891b3cedb0205fd6c9c0e2af54b
MdePkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID

Add LINUX_EFI_INITRD_MEDIA_GUID to our collection of GUID definitions,
it can be used in a media device path to specify a Linux style initrd
that can be loaded by the OS using the LoadFile2 protocol.

Move these defines to MdePkg from OvmfPkg as these are relevant to
non-OVMF targets as well.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2564
Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
MdePkg/Include/Guid/LinuxEfiInitrdMedia.h [new file with mode: 0644]
MdePkg/MdePkg.dec