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

2016-02-25 Thread Alexander Graf
On 02.02.16 15:47, Leif Lindholm wrote: > On Tue, Feb 02, 2016 at 03:45:02AM +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/16] efi_loader: Add boot time services

2016-02-02 Thread Simon Glass
On 1 February 2016 at 19:45, 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 > management, > an

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

2016-02-02 Thread Leif Lindholm
On Tue, Feb 02, 2016 at 03:45:02AM +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 > mana

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

2016-02-01 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 time