
4 May
2019
4 May
'19
10:36 a.m.
The patch series implements the UnloadImage() boot service and the unloading of images in Exit().
Heinrich Schuchardt (4): efi_loader: mark started images efi_loader: move efi_unload_image() down in source efi_loader: implement UnloadImage() efi_loader: unload applications upon Exit()
include/efi_api.h | 2 +- include/efi_loader.h | 14 ++++ lib/efi_loader/efi_boottime.c | 129 +++++++++++++++++++++++------- lib/efi_loader/efi_image_loader.c | 2 + 4 files changed, 118 insertions(+), 29 deletions(-)
-- 2.20.1