From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (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 B218821EB529C for ; Thu, 31 Aug 2017 07:36:14 -0700 (PDT) Received: by mail-io0-x22a.google.com with SMTP id b2so9114539iof.0 for ; Thu, 31 Aug 2017 07:38:58 -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=Q71I72co0RP2Qq3rb4ddRdO+x17XUNKm+g0sa934gmE=; b=be9rcQ5r1ALaNnDGrujh/zFBO+bYU2GRi85WiYAnjtLysPe32cQjavjbWc97sAIEQx IOnkkeZ+inikT6CG/SObAu8M4hTN7IZ+2QBUMtnmwDtUtiAxZC7PLHTFgGSq6lHo+QA9 lyMAe5+Uo+VKCApQFqWoZq98CeEKYQS5Yk2jI= 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=Q71I72co0RP2Qq3rb4ddRdO+x17XUNKm+g0sa934gmE=; b=IWa7xs2rLUDeVYrQk9K7Whi7lATcxVq2vnTDkWMY+M4f+6zklAoMsgeRZO515kyzkS jA4TQn9Ti6fFMpphkJWN7sjghy4yZy88UsRYiFTr4kH0SghQxWG6y4O9B4X4oNjmUeps Kh3+WXM5Spwrp/cJIQEB2F2BRn4q8d1y/SEFMOB6dawyKdJ1UPPvbMK65wlQgmpszFG5 vGhUWEfHO/f3GlT1DJhVouG48ZCR1u7RCApET+Gr1myBNGtYRumQioWxS/jygmu5uQfI Exx+R3lUlFgfRn3xDL3R4/MjdJal2OGcC3aig8DIC9AHrTxBMoqfdMGOLT6yJuIqv1hT ApsQ== X-Gm-Message-State: AHPjjUguKwHG3mlevcSFo/ChLEVeDqLxzxP1DYlq94nuA0KQxHm6oMVK CTVFJjvITLy033JbrRGiDyCgykqtAdz+yAs= X-Google-Smtp-Source: ADKCNb6fdnyPlX5KJqFUzqRJo15jKBeHDIARCfQYSQv9EXKeQsmlMYtJ9Kfn3dBA1nioSF/wjykmizxjCCwF5m5KV68= X-Received: by 10.107.157.78 with SMTP id g75mr5039419ioe.190.1504190337352; Thu, 31 Aug 2017 07:38:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.162.1 with HTTP; Thu, 31 Aug 2017 07:38:56 -0700 (PDT) In-Reply-To: <20170831143454.1881-1-leif.lindholm@linaro.org> References: <20170831143454.1881-1-leif.lindholm@linaro.org> From: Ard Biesheuvel Date: Thu, 31 Aug 2017 15:38:56 +0100 Message-ID: To: Leif Lindholm 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:36:15 -0000 Content-Type: text/plain; charset="UTF-8" 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 > 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 >