Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-14 Thread Simon Glass
Hi Alex, On 14 November 2016 at 14:24, Alexander Graf wrote: > > > On 14/11/2016 21:58, Simon Glass wrote: >> >> Hi Alex, >> >> On 14 November 2016 at 13:46, Alexander Graf wrote: >>> >>> >>> >>> On 14/11/2016 21:44, Simon Glass wrote: Hi Alex, On 11 November 2016 at 23:

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-14 Thread Alexander Graf
On 14/11/2016 21:58, Simon Glass wrote: Hi Alex, On 14 November 2016 at 13:46, Alexander Graf wrote: On 14/11/2016 21:44, Simon Glass wrote: Hi Alex, On 11 November 2016 at 23:23, Alexander Graf wrote: Am 11.11.2016 um 17:17 schrieb Simon Glass : Hi Alex, On 7 November 2016 at

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-14 Thread Simon Glass
Hi Alex, On 14 November 2016 at 13:46, Alexander Graf wrote: > > > On 14/11/2016 21:44, Simon Glass wrote: >> >> Hi Alex, >> >> On 11 November 2016 at 23:23, Alexander Graf wrote: >>> >>> >>> Am 11.11.2016 um 17:17 schrieb Simon Glass : Hi Alex, > On 7 November 2016 at 09

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-14 Thread Alexander Graf
On 14/11/2016 21:44, Simon Glass wrote: Hi Alex, On 11 November 2016 at 23:23, Alexander Graf wrote: Am 11.11.2016 um 17:17 schrieb Simon Glass : Hi Alex, On 7 November 2016 at 09:32, Alexander Graf wrote: On 07/11/2016 10:46, Simon Glass wrote: Hi Alex, On 19 October 2016 at 01

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-14 Thread Simon Glass
Hi Alex, On 11 November 2016 at 23:23, Alexander Graf wrote: > > >> Am 11.11.2016 um 17:17 schrieb Simon Glass : >> >> Hi Alex, >> >>> On 7 November 2016 at 09:32, Alexander Graf wrote: >>> >>> On 07/11/2016 10:46, Simon Glass wrote: Hi Alex, > On 19 October 2016 at 01:09

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-11 Thread Alexander Graf
> Am 11.11.2016 um 17:17 schrieb Simon Glass : > > Hi Alex, > >> On 7 November 2016 at 09:32, Alexander Graf wrote: >> >> >>> On 07/11/2016 10:46, Simon Glass wrote: >>> >>> Hi Alex, >>> On 19 October 2016 at 01:09, Alexander Graf wrote: > On 18/10/2016 22:37, S

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-11 Thread Simon Glass
Hi Alex, On 7 November 2016 at 09:32, Alexander Graf wrote: > > > On 07/11/2016 10:46, Simon Glass wrote: >> >> Hi Alex, >> >> On 19 October 2016 at 01:09, Alexander Graf wrote: >>> >>> >>> >>> On 18/10/2016 22:37, Simon Glass wrote: Hi Alex, On 18 October 2016 at 01:14, Alex

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-07 Thread Alexander Graf
On 07/11/2016 10:46, Simon Glass wrote: Hi Alex, On 19 October 2016 at 01:09, Alexander Graf wrote: On 18/10/2016 22:37, Simon Glass wrote: Hi Alex, On 18 October 2016 at 01:14, Alexander Graf wrote: On 10/18/2016 04:29 AM, Simon Glass wrote: It is useful to have a basic sanity check

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-11-07 Thread Simon Glass
Hi Alex, On 19 October 2016 at 01:09, Alexander Graf wrote: > > > On 18/10/2016 22:37, Simon Glass wrote: >> Hi Alex, >> >> On 18 October 2016 at 01:14, Alexander Graf wrote: >>> On 10/18/2016 04:29 AM, Simon Glass wrote: It is useful to have a basic sanity check for EFI loader support

Re: [U-Boot] [PATCH v3 7/8] x86: 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 18 October 2016 at 01:14, Alexander Graf wrote: >> On 10/18/2016 04:29 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 v3 7/8] x86: efi: Add a hello world test program

2016-10-18 Thread Simon Glass
Hi Alex, On 18 October 2016 at 01:14, Alexander Graf wrote: > On 10/18/2016 04:29 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

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-10-18 Thread Alexander Graf
On 10/18/2016 04:29 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 v3: - Include a link to the program instead of adding it to t

Re: [U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-10-17 Thread Bin Meng
On Tue, Oct 18, 2016 at 10:29 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 v3: > - Include a link to the program in

[U-Boot] [PATCH v3 7/8] x86: efi: Add a hello world test program

2016-10-17 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 v3: - Include a link to the program instead of adding it to the tree Changes in v2: None arch/x86/lib/M