Re: [PATCH 11/16] Add proper definitions for some EFI function pointers.

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:12 -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

Re: [PATCH 11/16] Add proper definitions for some EFI function pointers.

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:12 -0700, Roy Franz roy.fr...@linaro.org 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

Re: [PATCH 11/16] Add proper definitions for some EFI function pointers.

2013-08-13 Thread Mark Salter
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

Re: [PATCH 11/16] Add proper definitions for some EFI function pointers.

2013-08-13 Thread Mark Salter
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

[PATCH 11/16] Add proper definitions for some EFI function pointers.

2013-08-09 Thread Roy Franz
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.

[PATCH 11/16] Add proper definitions for some EFI function pointers.

2013-08-09 Thread Roy Franz
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.