commit | a86aeaf228da739bce6bc40927949efc33672050 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri May 20 23:28:23 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 13:39:15 2016 -0400 |
tree | 2f3f9a7dbf3ad0228ed1423e91dec1c0ca37fda4 | |
parent | 97d44b1f5c328af97d3c381c77858c8dd32c8e20 [diff] |
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>