Re: [PATCH] efi_loader: esrt: Remove EFI_CALL invocation in efi_esrt_register

2021-04-10 Thread Sughosh Ganu
hi Heinrich, On Sat, 10 Apr 2021 at 18:24, Heinrich Schuchardt wrote: > On 4/10/21 2:09 PM, Sughosh Ganu wrote: > > The efi_esrt_register function calls efi_create_event and > > efi_register_protocol_notify functions. These function calls are made > > through the EFI_CALL macro. > > > > For the

Re: [PATCH] efi_loader: esrt: Remove EFI_CALL invocation in efi_esrt_register

2021-04-10 Thread Heinrich Schuchardt
On 4/10/21 2:09 PM, Sughosh Ganu wrote: The efi_esrt_register function calls efi_create_event and efi_register_protocol_notify functions. These function calls are made through the EFI_CALL macro. For the Arm and RiscV architecture platforms, the EFI_CALL macro, before invoking the corresponding

[PATCH] efi_loader: esrt: Remove EFI_CALL invocation in efi_esrt_register

2021-04-10 Thread Sughosh Ganu
The efi_esrt_register function calls efi_create_event and efi_register_protocol_notify functions. These function calls are made through the EFI_CALL macro. For the Arm and RiscV architecture platforms, the EFI_CALL macro, before invoking the corresponding function, modifies the global_data pointer