]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/PeiServicesLib: Decorate 'PpiDescriptor' as OPTIONAL for LocatePpi().
authorMarvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
Sat, 5 May 2018 14:24:50 +0000 (22:24 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 17 May 2018 07:22:07 +0000 (15:22 +0800)
commitced8f52fc66912847cbccbe631905e279d3b3941
tree99117c4152b212cffe4f6d1befafff968376dada
parent4b8067392d2db5efe73f4567fde25c29e02080cc
MdePkg/PeiServicesLib: Decorate 'PpiDescriptor' as OPTIONAL for LocatePpi().

The UEFI PI specification defines PpiDescriptor to be OPTIONAL for
the LocatePpi PEI Service. This patch reflects this in the function
declaration and definition of the corresponding PeiServices library
function.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Library/PeiServicesLib.h
MdePkg/Library/PeiServicesLib/PeiServicesLib.c