[PATCH 11/16] Add proper definitions for some EFI function pointers.
From: Mark Salter <hidden>
Date: 2013-08-13 13:59:00
Also in:
linux-efi, lkml
From: Mark Salter <hidden>
Date: 2013-08-13 13:59:00
Also in:
linux-efi, lkml
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote:
The x86/AMD64 EFI stubs must us a call wrapper to convert between the Linux and EFI ABIs, so void pointers are sufficient. For ARM, the ABIs are compatible, so we can directly invoke the function pointers. The functions that are used by the ARM stub are updated to match the EFI definitions. Signed-off-by: Roy Franz <redacted> ---
Tested on arm64. Acked-by: Mark Salter <redacted>