From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Tue, 18 Oct 2016 09:12:05 +0200 Subject: [U-Boot] [PATCH v3 2/8] efi: Use asmlinkage for EFIAPI In-Reply-To: <1476757754-1220-2-git-send-email-sjg@chromium.org> References: <1476757754-1220-1-git-send-email-sjg@chromium.org> <1476757754-1220-2-git-send-email-sjg@chromium.org> Message-ID: <5805CB45.8090809@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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? Thanks! Alex