Skip to content

Commit

Permalink
MdePkg: Define the DevicePath argument from LoadImage as optional
Browse files Browse the repository at this point in the history
Update the EFI LoadImage API in accordance with the
UEFI v2.10 specification.

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Cc: T V Krishnamoorthy <[email protected]>
Signed-off-by: ManickamX Srinivasan <[email protected]>
Reviewed-by: Zhiguang Liu <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
  • Loading branch information
sriniv2x authored and mergify[bot] committed Dec 8, 2023
1 parent 2cd9d5f commit 3c40ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MdePkg/Include/Uefi/UefiSpec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c40ee8

Please sign in to comment.