Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com> > -----Original Message----- > From: Srinivasan, ManickamX <manickamx.sriniva...@intel.com> > Sent: Thursday, December 7, 2023 9:41 PM > To: devel@edk2.groups.io > Cc: Srinivasan, ManickamX <manickamx.sriniva...@intel.com>; Kinney, > Michael D <michael.d.kin...@intel.com>; Gao, Liming > <gaolim...@byosoft.com.cn>; Liu, Zhiguang <zhiguang....@intel.com>; T V, > Krishnamoorthy <krishnamoorthy....@intel.com> > Subject: [PATCH v2] MdePkg: Define the DevicePath argument from > LoadImage as optional > > Update the EFI LoadImage API in accordance with the > UEFI v2.10 specification. > > Cc: Michael D Kinney <michael.d.kin...@intel.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Zhiguang Liu <zhiguang....@intel.com> > Cc: T V Krishnamoorthy <krishnamoorthy....@intel.com> > Signed-off-by: ManickamX Srinivasan <manickamx.sriniva...@intel.com> > --- > MdePkg/Include/Uefi/UefiSpec.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdePkg/Include/Uefi/UefiSpec.h > b/MdePkg/Include/Uefi/UefiSpec.h > index 7dfe35b499..e83e14d347 100644 > --- a/MdePkg/Include/Uefi/UefiSpec.h > +++ b/MdePkg/Include/Uefi/UefiSpec.h > @@ -898,7 +898,7 @@ EFI_STATUS > (EFIAPI *EFI_IMAGE_LOAD)( > IN BOOLEAN BootPolicy, > IN EFI_HANDLE ParentImageHandle, > - IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, > + IN EFI_DEVICE_PATH_PROTOCOL *DevicePath OPTIONAL, > IN VOID *SourceBuffer OPTIONAL, > IN UINTN SourceSize, > OUT EFI_HANDLE *ImageHandle > -- > 2.30.2.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112239): https://edk2.groups.io/g/devel/message/112239 Mute This Topic: https://groups.io/mt/103050250/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/9847357/21656/1706620634/xyzzy [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-