Re: [U-Boot] [RFC 10/10] efi_loader: support load_image() from a file-path

2017-07-27 Thread Rob Clark
On Thu, Jul 27, 2017 at 5:38 PM, Rob Clark wrote: > Previously we only supported the case when the EFI application loaded > the image into memory for us. But fallback.efi does not do this. > > Signed-off-by: Rob Clark > --- > lib/efi_loader/efi_boottime.c | 91 > +++

[U-Boot] [RFC 10/10] efi_loader: support load_image() from a file-path

2017-07-27 Thread Rob Clark
Previously we only supported the case when the EFI application loaded the image into memory for us. But fallback.efi does not do this. Signed-off-by: Rob Clark --- lib/efi_loader/efi_boottime.c | 91 --- 1 file changed, 76 insertions(+), 15 deletions(-)