]> git.sur5r.net Git - u-boot/commit
efi_loader: support load_image() from a file-path
authorRob Clark <robdclark@gmail.com>
Wed, 13 Sep 2017 22:05:35 +0000 (18:05 -0400)
committerAlexander Graf <agraf@suse.de>
Wed, 20 Sep 2017 08:45:28 +0000 (10:45 +0200)
commit838ee4b4798629ed88254e431cf17d4955b793bf
treea823147e337d4dab01d51cd64d8ae8ed73a7550c
parent2a92080d8c4463f2ddbf4e3110c25ab55ef6ca3f
efi_loader: support load_image() from a file-path

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 <robdclark@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c