Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-11-07 Thread Simon Glass
Hi Leif, On 20 October 2016 at 02:19, Leif Lindholm wrote: > On 19 October 2016 at 21:22, Leif Lindholm wrote: >> On Mon, Oct 17, 2016 at 07:55:02PM -0600, Simon Glass wrote: >>> Hi Leif, >>> >>> On 26 September 2016 at 19:53, Leif Lindholm

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-10-20 Thread Leif Lindholm
On 19 October 2016 at 21:22, Leif Lindholm wrote: > On Mon, Oct 17, 2016 at 07:55:02PM -0600, Simon Glass wrote: >> Hi Leif, >> >> On 26 September 2016 at 19:53, Leif Lindholm >> wrote: >> >> Thanks for the pointer. Unfortunately that patch

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-10-19 Thread Leif Lindholm
On Mon, Oct 17, 2016 at 07:55:02PM -0600, Simon Glass wrote: > Hi Leif, > > On 26 September 2016 at 19:53, Leif Lindholm wrote: > >> Thanks for the pointer. Unfortunately that patch appears to make no > >> differences for me. Are you able to build and send me a 64-bit >

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-10-17 Thread Simon Glass
Hi Leif, On 26 September 2016 at 19:53, Leif Lindholm wrote: > > On Mon, Sep 26, 2016 at 08:09:40AM -0600, Simon Glass wrote: >> >> >> If so, can we just remove this for arm64? >> >> > >> >> > Actually I was hoping that Alexander might have a suitable arm64 >> >> >

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-09-26 Thread Leif Lindholm
On Mon, Sep 26, 2016 at 08:09:40AM -0600, Simon Glass wrote: > >> >> If so, can we just remove this for arm64? > >> > > >> > Actually I was hoping that Alexander might have a suitable arm64 > >> > HelloWorld.efi lying around. When I tried building UEFI for arm64, for > >> > some reason it did not

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-09-26 Thread Simon Glass
Hi Leif, On 15 August 2016 at 06:23, Leif Lindholm wrote: > On Tue, Aug 09, 2016 at 10:55:31PM +0200, Alexander Graf wrote: >> >> >> > Am 09.08.2016 um 20:16 schrieb Simon Glass : >> > >> > Hi Bin, >> > >> >> On 9 August 2016 at 00:50, Bin Meng

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-08-15 Thread Leif Lindholm
On Tue, Aug 09, 2016 at 10:55:31PM +0200, Alexander Graf wrote: > > > > Am 09.08.2016 um 20:16 schrieb Simon Glass : > > > > Hi Bin, > > > >> On 9 August 2016 at 00:50, Bin Meng wrote: > >> Hi Simon, > >> > >>> On Sun, Aug 7, 2016 at 7:23 AM, Simon

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-08-09 Thread Alexander Graf
> Am 09.08.2016 um 20:16 schrieb Simon Glass : > > Hi Bin, > >> On 9 August 2016 at 00:50, Bin Meng wrote: >> Hi Simon, >> >>> On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: >>> It is useful to have a basic sanity check for EFI

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-08-09 Thread Simon Glass
Hi Bin, On 9 August 2016 at 00:50, Bin Meng wrote: > Hi Simon, > > On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: >> It is useful to have a basic sanity check for EFI loader support. Add a >> 'bootefi hello' command which loads HelloWord.efi and runs

Re: [U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-08-09 Thread Bin Meng
Hi Simon, On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: > It is useful to have a basic sanity check for EFI loader support. Add a > 'bootefi hello' command which loads HelloWord.efi and runs it under U-Boot. > > Signed-off-by: Simon Glass > --- > >

[U-Boot] [PATCH 3/6] arm: efi: Add a hello world test program

2016-08-06 Thread Simon Glass
It is useful to have a basic sanity check for EFI loader support. Add a 'bootefi hello' command which loads HelloWord.efi and runs it under U-Boot. Signed-off-by: Simon Glass --- arch/arm/lib/HelloWorld32.efi | Bin 0 -> 11712 bytes arch/arm/lib/Makefile | 6