]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/PartitionDxe: Add partition type guid to installed handle
authorJeff Brasen <jbrasen.qdt@qualcommdatacenter.com>
Mon, 26 Mar 2018 08:57:04 +0000 (16:57 +0800)
committerHao Wu <hao.a.wu@intel.com>
Thu, 29 Mar 2018 05:05:19 +0000 (13:05 +0800)
Add the partition type GUID for every partition to the installed handle,
this is required per the UEFI specification.

"The firmware must add the PartitionTypeGuid to the handle of every
active GPT partition using EFI_BOOT_SERVICES.InstallProtocolInterface()."

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jeff Brasen <jbrasen.qdt@qualcommdatacenter.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

No differences found