commit | d2d90b47bdbab83d4d870529da07d9e8c19e83c5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Oct 18 18:13:14 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:22:55 2017 +0100 |
tree | e87e517021b465d69efa76d439c6c86e072e42be | |
parent | 02efd5d0637340d3e5b0d8d7afa1f47f2fedd895 [diff] |
efi_selftest: correctly cleanup after selftest After executing bootefi selftest * restore GD * unlink the load image handle * return 0 or 1 and not a truncated efi_status_t. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>