commit | ae1d206fb5db193be45224272a46fc8b2c700f46 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 27 16:47:21 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Jun 03 15:27:21 2018 +0200 |
tree | 352f6541453493333ea1f4a3e0b3da20a28342d9 | |
parent | f00caa5ec490ddc1e06e69982d828203abeabea8 [diff] |
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>