Re: [U-Boot] [PATCH 1/1] efi_loader: create handles from normal memory

2018-06-03 Thread Heinrich Schuchardt
On 06/03/2018 03:23 PM, Alexander Graf wrote: > > > On 27.05.18 16:47, Heinrich Schuchardt wrote: >> 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-o

Re: [U-Boot] [PATCH 1/1] efi_loader: create handles from normal memory

2018-06-03 Thread Alexander Graf
On 27.05.18 16:47, Heinrich Schuchardt wrote: > 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 I agree that efi object str

[U-Boot] [PATCH 1/1] efi_loader: create handles from normal memory

2018-05-27 Thread Heinrich Schuchardt
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 --- lib/efi_loader/efi_boottime.c | 13 ++--- 1 file changed, 6 insertions(+)