Re: [PATCH v2] efi_loader: esrt: Remove EFI_CALL invocation for efi_create_event

2021-04-10 Thread Heinrich Schuchardt
On 4/10/21 5:09 PM, Sughosh Ganu wrote: The efi_esrt_register function calls the efi_create_event function 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. Before the functi

[PATCH v2] efi_loader: esrt: Remove EFI_CALL invocation for efi_create_event

2021-04-10 Thread Sughosh Ganu
The efi_esrt_register function calls the efi_create_event function 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. Before the function calls, the gd is set to app_gd, which i