From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::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 81EBC1A1E12 for ; Tue, 2 Aug 2016 02:21:54 -0700 (PDT) Received: by mail-wm0-x22a.google.com with SMTP id f65so400760217wmi.0 for ; Tue, 02 Aug 2016 02:21:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=TekqIgCcrCrWPHeg7EhyYwaPjMs2nftw3WWdb/U6W5s=; b=X0zxQQ4DdIFoOgqeHRRcbEdLVydl2HzGQm4HGvyfkGNGhpqXGXY5CHGfmJ03R3KPzU ssDeiA40q9H0GeNKP74pDyM/lmnYu/39pV+qWrWFzjlZw83uXiNwFkxqUsmV7ZNEnGt+ Ar0TKHpJoZDLdnZMOL2nb+RTVfQJZ9voTwyD8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=TekqIgCcrCrWPHeg7EhyYwaPjMs2nftw3WWdb/U6W5s=; b=WTBTj2i+bwJLA6aK9gBS3I2+HR2IEPzRXygYAlw9IBgPQe1Ft2SW4XFggiK4BDOl0T wkXwJBx8k3yjKIRGCWxVvCQ3YOWwresf9jfCicaypIr7cch0UPBb1HlI4uJIgVdFta+h /bfuwxMT3ArGVCFYt3mARfs1/2JoxOcwpUPvORR6Yc1q4I3BVXmhKrg+8Qq91v+OUpcO E1IzoiXfHZfrTSUV7OYV+/+wsB4CpSVzxOGfaag93UrAX5+cNKv9Ja3EurDhalhn/hPJ CYIx4z6v8NWlrJPIfPLftAQzY4fQJBX4buUjhfszWK86rdECsVKqtCk/XD9BOosQUJl6 q+YA== X-Gm-Message-State: AEkoouvvbAlIeiCUazCjX6zTQhJMah/uW2BYjrXVAeNarEM/+iR43w2XmOURintVb9yg6Bm5 X-Received: by 10.28.99.86 with SMTP id x83mr18326865wmb.95.1470129713080; Tue, 02 Aug 2016 02:21:53 -0700 (PDT) Received: from localhost.localdomain (3.red-81-34-118.dynamicip.rima-tde.net. [81.34.118.3]) by smtp.gmail.com with ESMTPSA id n2sm1660629wjd.1.2016.08.02.02.21.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 02 Aug 2016 02:21:52 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Tue, 2 Aug 2016 11:21:48 +0200 Message-Id: <1470129708-4712-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [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:21:54 -0000 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 --- 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