public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] ShellBinPkg: AARCH64/ARM Shell binary update.
@ 2017-08-31 14:34 Leif Lindholm
  2017-08-31 14:38 ` Ard Biesheuvel
  0 siblings, 1 reply; 3+ messages in thread
From: Leif Lindholm @ 2017-08-31 14:34 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ard Biesheuvel

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
---

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ShellBinPkg: AARCH64/ARM Shell binary update.
  2017-08-31 14:34 [PATCH] ShellBinPkg: AARCH64/ARM Shell binary update Leif Lindholm
@ 2017-08-31 14:38 ` Ard Biesheuvel
  2017-08-31 14:43   ` Leif Lindholm
  0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2017-08-31 14:38 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel@lists.01.org

On 31 August 2017 at 15:34, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
> ---
>

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

> 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
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ShellBinPkg: AARCH64/ARM Shell binary update.
  2017-08-31 14:38 ` Ard Biesheuvel
@ 2017-08-31 14:43   ` Leif Lindholm
  0 siblings, 0 replies; 3+ messages in thread
From: Leif Lindholm @ 2017-08-31 14:43 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel@lists.01.org

On 31 August 2017 at 15:38, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> On 31 August 2017 at 15:34, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
>> ---
>>
>
> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

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
>>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-31 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-31 14:34 [PATCH] ShellBinPkg: AARCH64/ARM Shell binary update Leif Lindholm
2017-08-31 14:38 ` Ard Biesheuvel
2017-08-31 14:43   ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox