[U-Boot] [PATCH 1/1] efi_loader: refactor loaded image handle

Alexander Graf agraf at suse.de
Sun Sep 23 11:38:11 UTC 2018



On 23.09.18 01:34, Heinrich Schuchardt wrote:
> Currently we expect the loaded image handle to point to the loaded image
> protocol. Additionally we have appended private fields to the protocol.
> 
> With the patch the handle points to a loaded image object and the private
> fields are added here. This matches how we handle the net and the gop
> object.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Please squash this with "efi_loader: refactor efi_setup_loaded_image()"
- they're both touching pretty much the same code paths after all :).


Alex


More information about the U-Boot mailing list