From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (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 70DAC21EB529C for ; Thu, 31 Aug 2017 07:32:16 -0700 (PDT) Received: by mail-lf0-x22f.google.com with SMTP id a126so3670272lfa.0 for ; Thu, 31 Aug 2017 07:34:59 -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=gL5usOe7df+vPabDhE+q5eX+CqhmWtEhYvu8KzWwgQk=; b=LV/Z9/x3m8azqr9S8sYxZN1c3eGh/QEygFy/vuNfzM0ubzP9bBn6oEtYHXUPVgyqDy ZzawQp9PZHwbmtu31nuEwq4Yf8/jeobqsUmle6UxYvR5FQArvQmSfjyIxxND+r8hhrwA /06TiCDmH3ErGKHxz/0kkVu+1hrOzddwJwtcc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=gL5usOe7df+vPabDhE+q5eX+CqhmWtEhYvu8KzWwgQk=; b=shLOpY0ES0IBKYj81S1cradlgBE7iKBb+EpCtvKoZfUJgz7Of0v9Pkt/XhfYPDv+GX LvjOGygUsgr/TMPgxTeNVi4oKhtP/o8m1ttQ2kKQYQHY29LEK5Rezo7ZrieimVGjWsTc bqAGAjLA9xvVCECw5XCrcPv8BqMrBM6a0oZ9GBolHn9BJfuy6Gq3fw7sPNzMzC7jQWeK 9oTlfhEYxOrS3gyEEDP+tMtXchMWFM5WAKWldR5orV/wTvRMM0SeiF6UApOlqgHqS+1g 1MmQPvI9xXG4bvE464Vkq8K7MS4wktqGFD+AF/8l+B2OdzgEgOJ2y0ftIb2/X/az4nmW MfNw== X-Gm-Message-State: AHYfb5gnBp3R9FmcPo6Tp/pu5D37ADsrRMIFFku6ube+B9s2Ix/dVcSe GZ1rjvDErIevEZ9KgBxsMQ== X-Google-Smtp-Source: ADKCNb58F63/UFjPj3JFAYU2ocA8shzCFLtWM9FEki+n3pnbxVtWSzLFE8ufWlTKignDR7hQTaVi5w== X-Received: by 10.46.13.25 with SMTP id 25mr2310574ljn.150.1504190097467; Thu, 31 Aug 2017 07:34:57 -0700 (PDT) Received: from vanye.hemma.eciton.net (cpc92316-cmbg19-2-0-cust118.5-4.cable.virginm.net. [82.12.0.119]) by smtp.gmail.com with ESMTPSA id d63sm1465515lfg.20.2017.08.31.07.34.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Aug 2017 07:34:56 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Ard Biesheuvel Date: Thu, 31 Aug 2017 15:34:54 +0100 Message-Id: <20170831143454.1881-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [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:32:17 -0000 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- 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