Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-11-07 Thread Simon Glass
Hi Alex, On 19 October 2016 at 01:07, Alexander Graf wrote: > > > On 18/10/2016 22:37, Simon Glass wrote: >> Hi Alex, >> >> On 4 October 2016 at 09:50, Alexander Graf wrote: >>> >>> >>> Am 04.10.2016 um 17:37 schrieb Simon Glass : >>> >>> Hi Alex, >>> >>> On 3 October 2016 at 21:15, Alexander Gr

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-10-19 Thread Alexander Graf
On 18/10/2016 22:37, Simon Glass wrote: > Hi Alex, > > On 4 October 2016 at 09:50, Alexander Graf wrote: >> >> >> Am 04.10.2016 um 17:37 schrieb Simon Glass : >> >> Hi Alex, >> >> On 3 October 2016 at 21:15, Alexander Graf wrote: >> >> >> >> Am 03.10.2016 um 23:50 schrieb Simon Glass : >> >> >

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-10-18 Thread Simon Glass
Hi Alex, On 4 October 2016 at 09:50, Alexander Graf wrote: > > > Am 04.10.2016 um 17:37 schrieb Simon Glass : > > Hi Alex, > > On 3 October 2016 at 21:15, Alexander Graf wrote: > > > > Am 03.10.2016 um 23:50 schrieb Simon Glass : > > > Hi, > > > On 27 September 2016 at 15:28, Tom Rini wrote: >

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-10-04 Thread Simon Glass
Hi Alex, On 3 October 2016 at 21:15, Alexander Graf wrote: > > > Am 03.10.2016 um 23:50 schrieb Simon Glass : > > Hi, > > On 27 September 2016 at 15:28, Tom Rini wrote: > > On Mon, Sep 26, 2016 at 09:36:19AM +0200, Alexander Graf wrote: > > > > On 25.09.16 23:27, Simon Glass wrote: > > It is use

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-10-04 Thread Alexander Graf
> Am 04.10.2016 um 17:37 schrieb Simon Glass : > > Hi Alex, > >> On 3 October 2016 at 21:15, Alexander Graf wrote: >> >> >> Am 03.10.2016 um 23:50 schrieb Simon Glass : >> >> Hi, >> >> On 27 September 2016 at 15:28, Tom Rini wrote: >> >> On Mon, Sep 26, 2016 at 09:36:19AM +0200, Alexande

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-10-03 Thread Alexander Graf
> Am 03.10.2016 um 23:50 schrieb Simon Glass : > > Hi, > >> On 27 September 2016 at 15:28, Tom Rini wrote: >>> On Mon, Sep 26, 2016 at 09:36:19AM +0200, Alexander Graf wrote: >>> >>> On 25.09.16 23:27, Simon Glass wrote: It is useful to have a basic sanity check for EFI loader supp

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-10-03 Thread Simon Glass
Hi, On 27 September 2016 at 15:28, Tom Rini wrote: > On Mon, Sep 26, 2016 at 09:36:19AM +0200, Alexander Graf wrote: >> >> >> On 25.09.16 23:27, 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 a

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-09-27 Thread Tom Rini
On Mon, Sep 26, 2016 at 09:36:19AM +0200, Alexander Graf wrote: > > > On 25.09.16 23:27, 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 Gla

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-09-26 Thread Bin Meng
Hi Simon, On Mon, Sep 26, 2016 at 5:27 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 > --- > > Changes in v2: None > > arch/arm/lib/Hel

Re: [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-09-26 Thread Alexander Graf
On 25.09.16 23:27, 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 > --- > > Changes in v2: None > > arch/arm/lib/HelloWorld32.efi | Bin

[U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program

2016-09-25 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 --- Changes in v2: None arch/arm/lib/HelloWorld32.efi | Bin 0 -> 11712 bytes arch/arm/lib/Makefile | 7 +++