]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: loaded images cannot be started twice
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Jun 2019 17:35:20 +0000 (19:35 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:39 +0000 (19:18 +0200)
commit1d3e8dc7920d7fa32d4df76adea4809890a6de6c
tree82e495a36ceb77a6478998df6704d49e6131b283
parent200000387c2d16fa069af6e176d1fcb886024f4d
efi_loader: loaded images cannot be started twice

If an image already has been started, return EFI_INVALID_PARAMETER when
StartImage() is called for the same handle again.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c