From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (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 0FA051A1E04 for ; Tue, 2 Aug 2016 02:38:48 -0700 (PDT) Received: by mail-wm0-x231.google.com with SMTP id o80so281000378wme.1 for ; Tue, 02 Aug 2016 02:38:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yUcCAIffmloumjqe0pIaSUy9G9qLevvvusUf+H+23IM=; b=iC3o+xGRw06FR2t9P5zLuIGEbwaAWIPa9iwzGiKpyrnROZtqs5Y618QPfu/QfOTT93 mHqp7D4Mu66LsTDA9yAuVMB7gjA83AVq+1t4OmQabJ2QK78imutnp8zDqV6HP7dOnFrs 3sn3bH2tPUItLNMFjyF+2QVJMdrfy23iwHI6o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yUcCAIffmloumjqe0pIaSUy9G9qLevvvusUf+H+23IM=; b=WahGlOPs6JMDdlhcSc2pN1QwIjoDNh+87lDs/nIWgH4mZwDL64VXtOBNqUhq4GL1Fn m+GZ46MXCoxYJ42pwQWnXm/dDA/TQeKh5us3L5K+H9TbGE23gvMpEumkVPrb+Gg66+pQ 2nlaa8Kn7h2I2IR23rAQCffKPhC7YQ48K38tbk64V3YsVmkk2xjqqo9rCGiKXMt57o9f Nk/MIATyLzUKpqNQ22et2Dc2Ps4AKKgLxNi7mjw3uKzSIEedIlvitCC0WmyFf4GZJUM4 vptV7eAh0i9JeZ+3wWV/dWm1ZM35hmTbXd0/exfpGW3HLa0MkJ101UQRHjpTzi16pmOE hBOw== X-Gm-Message-State: AEkoouuoHs8VOaZj+d6h5L3/dEwOzG8xM88Gp9R3+8tZ5ESKOskEDpgWcKG/0mYElFkXX3bp X-Received: by 10.194.43.9 with SMTP id s9mr5427924wjl.46.1470130726391; Tue, 02 Aug 2016 02:38:46 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 207sm21112111wmb.7.2016.08.02.02.38.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Aug 2016 02:38:45 -0700 (PDT) Date: Tue, 2 Aug 2016 10:38:44 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20160802093844.GV31760@bivouac.eciton.net> References: <1470129708-4712-1-git-send-email-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <1470129708-4712-1-git-send-email-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH] ShellBinPkg Arm/AArch64 Shell binary update X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 09:38:48 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 02, 2016 at 11:21:48AM +0200, Ard Biesheuvel wrote: > The binaries of ShellBinPkg are generated with ShellPkg from b89919ee8f8c > ("BaseTools AARCH64: override XIP module linker alignment to 32 bytes") > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel For the AArch64 variants: Tested-by: Leif Lindholm And in general: Reviewed-by: Leif Lindholm > --- > > The binaries can be found here: > https://git.linaro.org/people/ard.biesheuvel/uefi-next.git/shortlog/refs/heads/arm-shell-update > > ShellBinPkg/MinUefiShell/AArch64/Shell.efi | Bin 392416 -> 341280 bytes > ShellBinPkg/MinUefiShell/Arm/Shell.efi | Bin 338592 -> 297888 bytes > ShellBinPkg/UefiShell/AArch64/Shell.efi | Bin 893696 -> 827456 bytes > ShellBinPkg/UefiShell/Arm/Shell.efi | Bin 786592 -> 731680 bytes > 4 files changed, 0 insertions(+), 0 deletions(-) > > diff --git a/ShellBinPkg/MinUefiShell/AArch64/Shell.efi b/ShellBinPkg/MinUefiShell/AArch64/Shell.efi > index 53724a609171..162904634635 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 251e0ca38227..c84b17bdba80 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 fdfd51803f93..6f2160bd1f46 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 f7a8cca681d7..f8d46d496c05 100755 > Binary files a/ShellBinPkg/UefiShell/Arm/Shell.efi and b/ShellBinPkg/UefiShell/Arm/Shell.efi differ > -- > 2.7.4 >