Re: [U-Boot] [PATCH 4/6] x86: efi: Add EFI loader support for x86

2016-11-07 Thread Simon Glass
Hi Alex, On 25 October 2016 at 15:33, Alexander Graf wrote: > > > On 10/08/2016 14:56, Simon Glass wrote: >> Hi Alex, >> [...] #endif struct efi_device_path; diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c index

Re: [U-Boot] [PATCH 4/6] x86: efi: Add EFI loader support for x86

2016-10-25 Thread Alexander Graf
On 10/08/2016 14:56, Simon Glass wrote: > Hi Alex, > > On 10 August 2016 at 05:49, Alexander Graf wrote: >> On 08/07/2016 01:23 AM, Simon Glass wrote: >>> >>> Add the required pieces to support the EFI loader on x86. >>> >>> Since U-Boot only builds for 32-bit on x86, only a

Re: [U-Boot] [PATCH 4/6] x86: efi: Add EFI loader support for x86

2016-08-10 Thread Alexander Graf
On 08/10/2016 02:56 PM, Simon Glass wrote: Hi Alex, On 10 August 2016 at 05:49, Alexander Graf wrote: On 08/07/2016 01:23 AM, Simon Glass wrote: Add the required pieces to support the EFI loader on x86. Since U-Boot only builds for 32-bit on x86, only a 32-bit EFI application

Re: [U-Boot] [PATCH 4/6] x86: efi: Add EFI loader support for x86

2016-08-10 Thread Simon Glass
Hi Alex, On 10 August 2016 at 05:49, Alexander Graf wrote: > On 08/07/2016 01:23 AM, Simon Glass wrote: >> >> Add the required pieces to support the EFI loader on x86. >> >> Since U-Boot only builds for 32-bit on x86, only a 32-bit EFI application >> is supported. If a 64-bit

Re: [U-Boot] [PATCH 4/6] x86: efi: Add EFI loader support for x86

2016-08-10 Thread Alexander Graf
On 08/07/2016 01:23 AM, Simon Glass wrote: Add the required pieces to support the EFI loader on x86. Since U-Boot only builds for 32-bit on x86, only a 32-bit EFI application is supported. If a 64-bit kernel must be booted, U-Boot supports this directly using FIT (see

Re: [U-Boot] [PATCH 4/6] x86: efi: Add EFI loader support for x86

2016-08-09 Thread Bin Meng
On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: > Add the required pieces to support the EFI loader on x86. > > Since U-Boot only builds for 32-bit on x86, only a 32-bit EFI application > is supported. If a 64-bit kernel must be booted, U-Boot supports this > directly using

[U-Boot] [PATCH 4/6] x86: efi: Add EFI loader support for x86

2016-08-06 Thread Simon Glass
Add the required pieces to support the EFI loader on x86. Since U-Boot only builds for 32-bit on x86, only a 32-bit EFI application is supported. If a 64-bit kernel must be booted, U-Boot supports this directly using FIT (see doc/uImage.FIT/kernel.its). U-Boot can act as a payload for both 32-bit