commit | 126a43f15b3627d39e71636f93c500d57adeb28a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed May 01 20:07:04 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 07 21:10:03 2019 +0200 |
tree | 392ed8d41871d1fb84c35e525894fc0e32c79c67 | |
parent | df116e81ea62cf2fcc0f0f89ed328fe27e64ca67 [diff] |
efi_loader: unload applications upon Exit() Implement unloading of images in the Exit() boot services: * unload images that are not yet started, * unload started applications, * unload drivers returning an error. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>