Re: [U-Boot] [PATCH 08/16] efi_loader: Add "bootefi" command

2016-02-02 Thread Simon Glass
On 1 February 2016 at 19:45, Alexander Graf wrote: > In order to execute an EFI application, we need to bridge the gap between > U-Boot's notion of executing images and EFI's notion of doing the same. > > The best path forward IMHO here is to stick completely to the way U-Boot > deals with payload

[U-Boot] [PATCH 08/16] efi_loader: Add "bootefi" command

2016-02-01 Thread Alexander Graf
In order to execute an EFI application, we need to bridge the gap between U-Boot's notion of executing images and EFI's notion of doing the same. The best path forward IMHO here is to stick completely to the way U-Boot deals with payloads. You manually load them using whatever method to RAM and th