Re: [U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI

2016-11-07 Thread Simon Glass
Hi Alex, On 19 October 2016 at 01:11, Alexander Graf wrote: > > > On 18/10/2016 22:37, Simon Glass wrote: >> Hi Alex, >> >> On 18 October 2016 at 01:12, Alexander Graf wrote: >>> On 10/18/2016 04:29 AM, Simon Glass wrote: This is required for x86 and is also correct for ARM (since it i

Re: [U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI

2016-10-19 Thread Alexander Graf
On 18/10/2016 22:37, Simon Glass wrote: > Hi Alex, > > On 18 October 2016 at 01:12, Alexander Graf wrote: >> On 10/18/2016 04:29 AM, Simon Glass wrote: >>> >>> This is required for x86 and is also correct for ARM (since it is empty). >>> >>> Signed-off-by: Simon Glass >>> Reviewed-by: Bin Meng

Re: [U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI

2016-10-18 Thread Simon Glass
Hi Alex, On 18 October 2016 at 01:12, Alexander Graf wrote: > On 10/18/2016 04:29 AM, Simon Glass wrote: >> >> This is required for x86 and is also correct for ARM (since it is empty). >> >> Signed-off-by: Simon Glass >> Reviewed-by: Bin Meng > > > (Replying here in lack for a cover letter) > >

Re: [U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI

2016-10-18 Thread Alexander Graf
On 10/18/2016 04:29 AM, Simon Glass wrote: This is required for x86 and is also correct for ARM (since it is empty). Signed-off-by: Simon Glass Reviewed-by: Bin Meng (Replying here in lack for a cover letter) Could you please rebase your patches on top of https://github.com/agraf/u-boot.

[U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI

2016-10-17 Thread Simon Glass
This is required for x86 and is also correct for ARM (since it is empty). Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: - Move efi.h changes to a new patch arch/avr32/include/asm/linkage.h | 0 arch/m68k/include/asm/linkage.h | 0 arch/micr