From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-x232.google.com (mail-qt0-x232.google.com [IPv6:2607:f8b0:400d:c0d::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8536A21EB529C for ; Thu, 31 Aug 2017 07:40:35 -0700 (PDT) Received: by mail-qt0-x232.google.com with SMTP id w42so3805138qtg.5 for ; Thu, 31 Aug 2017 07:43:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Ul3SnK7tqWRkHNSzOoB+gy4INFRMUeoGXgcQuio6L4I=; b=aLlWaMlnTtN1ti741a4TlnlVWvabGqOHzK+UmSivBVJ4P2wHy5qKq1TE5S+iEBe5dw 48i9KOrAvBjAOHk6O7TKhmn5dSxMEAnvlWIWeH2MbBzqnhqnb0aW2y02IVgLxCYzfwO7 ltH6NgtueGoh9+RrovsgvbcYFw2IJSTDt2ZBQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Ul3SnK7tqWRkHNSzOoB+gy4INFRMUeoGXgcQuio6L4I=; b=sbd4AKAo40kY1UvvPjQjP1JSZQ3d876GozrXtk674LCBLFwTgCnQKS1HvSePB3JeEa 0tz228roX566W5kTJGHrkh60inuMfi80/bKk6RoEbEycDvOyG2T2jprdnbRNYDlFu2Vw sjwKn+0ZU9GWIWH7Wjubfc+v0yj5hBElTFqENzBC4VO7TFh/jMdzer7AijQgjsXBCgHi APD/hLBlRNO/qCqdcwa/L8Wyl6SzkAjxyAM0tyzDLw6zq81eHL/oCpiRmyvu+8sejB/5 5OfU+5TOOlvE6ZM7Xwn4xhjP48ierttu5XDAAL2KpL5YdDyb9J4vpflm3UiC1rTJVuq2 liVA== X-Gm-Message-State: AHPjjUimzfITmZx7lW7zS1syn2pYl7M0245pE/MkZyYiz//5h782qYOv hP5WjDwZWYeArgukxWrhxJIwYo0kcsSP X-Google-Smtp-Source: ADKCNb5YgMZ3yb8RKcM2Rf0fTZUJ/Am0PiHYBFehxiPV9byy53mCpEiAyqtwuI4LX7YJfbKFrvLGVjxm9uk+pxXhh/Y= X-Received: by 10.200.26.131 with SMTP id x3mr7406416qtj.119.1504190598124; Thu, 31 Aug 2017 07:43:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.34.121 with HTTP; Thu, 31 Aug 2017 07:43:17 -0700 (PDT) In-Reply-To: References: <20170831143454.1881-1-leif.lindholm@linaro.org> From: Leif Lindholm Date: Thu, 31 Aug 2017 15:43:17 +0100 Message-ID: To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH] ShellBinPkg: AARCH64/ARM Shell binary update. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2017 14:40:35 -0000 Content-Type: text/plain; charset="UTF-8" On 31 August 2017 at 15:38, Ard Biesheuvel wrote: > On 31 August 2017 at 15:34, Leif Lindholm wrote: >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Leif Lindholm >> --- >> > > Reviewed-by: Ard Biesheuvel Thanks - pushed as fefeb416e6. / Leif >> No binaries in patch - available at >> https://git.linaro.org/people/leif.lindholm/edk2.git/log/?h=shell-bin-update >> >> ShellBinPkg/MinUefiShell/AArch64/Shell.efi | Bin 341280 -> 343296 bytes >> ShellBinPkg/MinUefiShell/Arm/Shell.efi | Bin 297888 -> 317152 bytes >> ShellBinPkg/UefiShell/AArch64/Shell.efi | Bin 827456 -> 841216 bytes >> ShellBinPkg/UefiShell/Arm/Shell.efi | Bin 731680 -> 790624 bytes >> 4 files changed, 0 insertions(+), 0 deletions(-) >> >> diff --git a/ShellBinPkg/MinUefiShell/AArch64/Shell.efi b/ShellBinPkg/MinUefiShell/AArch64/Shell.efi >> index 1629046346..e00533e03b 100755 >> Binary files a/ShellBinPkg/MinUefiShell/AArch64/Shell.efi and b/ShellBinPkg/MinUefiShell/AArch64/Shell.efi differ >> diff --git a/ShellBinPkg/MinUefiShell/Arm/Shell.efi b/ShellBinPkg/MinUefiShell/Arm/Shell.efi >> index c84b17bdba..c7879c2073 100755 >> Binary files a/ShellBinPkg/MinUefiShell/Arm/Shell.efi and b/ShellBinPkg/MinUefiShell/Arm/Shell.efi differ >> diff --git a/ShellBinPkg/UefiShell/AArch64/Shell.efi b/ShellBinPkg/UefiShell/AArch64/Shell.efi >> index 6f2160bd1f..dbd521c5ee 100755 >> Binary files a/ShellBinPkg/UefiShell/AArch64/Shell.efi and b/ShellBinPkg/UefiShell/AArch64/Shell.efi differ >> diff --git a/ShellBinPkg/UefiShell/Arm/Shell.efi b/ShellBinPkg/UefiShell/Arm/Shell.efi >> index f8d46d496c..21cdde7220 100755 >> Binary files a/ShellBinPkg/UefiShell/Arm/Shell.efi and b/ShellBinPkg/UefiShell/Arm/Shell.efi differ >> -- >> 2.11.0 >>