]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: correctly call images
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 18 Jan 2018 19:28:43 +0000 (20:28 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:12 +0000 (23:09 +0100)
commit453490e5f9590baa95f7aabc9c95251d6da0b69b
tree212e8552878598f22b1d6fe94f53c33533e80fa1
parent10a45b93942dd1f84de49ee2a52593fadd39fac0
efi_loader: correctly call images

Avoid a failed assertion when an EFI app calls an EFI app.

Avoid that the indent level increases when calling 'bootefi hello'
repeatedly.

Avoid negative indent level when an EFI app calls an EFI app that
calls an EFI app (e.g. iPXE loads grub which starts the kernel).

Return the status code of a loaded image that returns without
calling the Exit boot service.

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