]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: Add exit support
authorAlexander Graf <agraf@suse.de>
Fri, 20 May 2016 21:28:23 +0000 (23:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2016 17:39:15 +0000 (13:39 -0400)
commita86aeaf228da739bce6bc40927949efc33672050
tree2f3f9a7dbf3ad0228ed1423e91dec1c0ca37fda4
parent97d44b1f5c328af97d3c381c77858c8dd32c8e20
efi_loader: Add exit support

Some times you may want to exit an EFI payload again, for example
to default boot into a PXE installation and decide that you would
rather want to boot from the local disk instead.

This patch adds exit functionality to the EFI implementation, allowing
EFI payloads to exit.

Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
include/efi_api.h
lib/efi_loader/efi_boottime.c