From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 18 Oct 2016 14:37:24 -0600 Subject: [U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI In-Reply-To: <5805CB45.8090809@suse.de> References: <1476757754-1220-1-git-send-email-sjg@chromium.org> <1476757754-1220-2-git-send-email-sjg@chromium.org> <5805CB45.8090809@suse.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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) > > Could you please rebase your patches on top of > > https://github.com/agraf/u-boot.git efi-next > > so that all the patches that I already queued are not repeated in the patch > set and we don't get any conflicts? I can do that - but is this targeting -next? I was expecting these patches to land in master. Regards, Simon