Re: [U-Boot] [PATCH 04/14] efi_loader: Add boot time services

2016-02-01 Thread Alexander Graf
On 01/31/2016 04:19 PM, Simon Glass wrote: Hi Alexander, On 14 January 2016 at 22:06, Alexander Graf wrote: When an EFI application runs, it has access to a few descriptor and callback tables to instruct the EFI compliant firmware to do things for it. The bulk of those

Re: [U-Boot] [PATCH 04/14] efi_loader: Add boot time services

2016-02-01 Thread Simon Glass
Hi Alex, On 1 February 2016 at 16:45, Alexander Graf wrote: > > > > On 01/31/2016 04:19 PM, Simon Glass wrote: >> >> Hi Alexander, >> >> On 14 January 2016 at 22:06, Alexander Graf wrote: >>> >>> When an EFI application runs, it has access to a few descriptor and

Re: [U-Boot] [PATCH 04/14] efi_loader: Add boot time services

2016-02-01 Thread Alexander Graf
On 02/02/2016 12:54 AM, Simon Glass wrote: Hi Alex, On 1 February 2016 at 16:45, Alexander Graf wrote: On 01/31/2016 04:19 PM, Simon Glass wrote: Hi Alexander, On 14 January 2016 at 22:06, Alexander Graf wrote: When an EFI application runs, it has access

Re: [U-Boot] [PATCH 04/14] efi_loader: Add boot time services

2016-02-01 Thread Alexander Graf
On 01/20/2016 01:16 AM, Leif Lindholm wrote: On Fri, Jan 15, 2016 at 06:06:10AM +0100, Alexander Graf wrote: When an EFI application runs, it has access to a few descriptor and callback tables to instruct the EFI compliant firmware to do things for it. The bulk of those interfaces are "boot

Re: [U-Boot] [PATCH 04/14] efi_loader: Add boot time services

2016-01-31 Thread Simon Glass
Hi Alexander, On 14 January 2016 at 22:06, Alexander Graf wrote: > When an EFI application runs, it has access to a few descriptor and callback > tables to instruct the EFI compliant firmware to do things for it. The bulk > of those interfaces are "boot time services". They handle

Re: [U-Boot] [PATCH 04/14] efi_loader: Add boot time services

2016-01-19 Thread Leif Lindholm
On Fri, Jan 15, 2016 at 06:06:10AM +0100, Alexander Graf wrote: > When an EFI application runs, it has access to a few descriptor and callback > tables to instruct the EFI compliant firmware to do things for it. The bulk > of those interfaces are "boot time services". They handle all object >

[U-Boot] [PATCH 04/14] efi_loader: Add boot time services

2016-01-14 Thread Alexander Graf
When an EFI application runs, it has access to a few descriptor and callback tables to instruct the EFI compliant firmware to do things for it. The bulk of those interfaces are "boot time services". They handle all object management, and memory allocation. This patch adds support for the boot