Hi,

I'm trying to switch from ARM's BdsLib to Intel's generic once.
the only function that's left is 'BdsStartEfiApplication'. apparently the
generic variant only allows booting via bootoptions.
So, do we plan to move these functions out of ARM's BdsLib or is there
another way?

to make it easier for you, this is the function's signature:
/**
  Start an EFI Application from a Device Path

  @param  ParentImageHandle     Handle of the calling image
  @param  DevicePath            Location of the EFI Application

  @retval EFI_SUCCESS           All drivers have been connected
  @retval EFI_NOT_FOUND         The Linux kernel Device Path has not been
found
  @retval EFI_OUT_OF_RESOURCES  There is not enough resource memory to
store the matching results.

**/
EFI_STATUS
BdsStartEfiApplication (
  IN EFI_HANDLE                  ParentImageHandle,
  IN EFI_DEVICE_PATH_PROTOCOL    *DevicePath,
  IN UINTN                       LoadOptionsSize,
  IN VOID*                       LoadOptions
  );



Michael
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to