efi_loader: mark started images
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 1 May 2019 12:20:18 +0000 (14:20 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 May 2019 19:10:03 +0000 (21:10 +0200)
commitcd73aba656b19d795eaf5756d5d4815d299cf07f
tree68e6574bec1cf2288e75e698e4599693e338425b
parent8dfb5e6e211fb9d6e1c6650617377a99342224ae
efi_loader: mark started images

In UnloadImage() we need to know if an image is already started.

Add a field to the handle structure identifying loaded and started images.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c