]> git.sur5r.net Git - u-boot/commit
efi_loader: create handles from normal memory
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 27 May 2018 14:47:21 +0000 (16:47 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:21 +0000 (15:27 +0200)
commitd29e7824d782272f29dee68ea0ebb588257aacb4
tree352f6541453493333ea1f4a3e0b3da20a28342d9
parent3282614081ff3dcacd79a870475b332cbee3ff28
efi_loader: create handles from normal memory

Handles are not used at runtime. They are freed by the firmware when the
last protocol interface is uninstalled. So there is no reason to use EFI
memory when creating handles.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c