]> git.baikalelectronics.ru Git - uboot.git/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)
commitcb6fe5a8e92a102485a680f9be6e5004dd7a16b7
tree352f6541453493333ea1f4a3e0b3da20a28342d9
parent75bdf8469086566712d1eef890b4cf0e1eb90430
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