Re: [PATCH] efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro

2021-04-14 Thread Heinrich Schuchardt
On 4/14/21 9:08 AM, Sughosh Ganu wrote: Remove function invocations using the EFI_CALL macro for those functions that do not have an EFI_ENTRY call in their definition. Such functions can use u-boot api's which rely on u-boot global data(gd) pointer. The Arm and RiscV architectures maintain a sep

[PATCH] efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro

2021-04-14 Thread Sughosh Ganu
Remove function invocations using the EFI_CALL macro for those functions that do not have an EFI_ENTRY call in their definition. Such functions can use u-boot api's which rely on u-boot global data(gd) pointer. The Arm and RiscV architectures maintain a separate gd pointer, one for u-boot, and a se