[U-Boot] [PATCH 2/5] efi_loader: set entry point in efi_load_pe()

Alexander Graf agraf at suse.de
Tue Jan 8 13:16:01 UTC 2019



On 28.12.18 12:41, Heinrich Schuchardt wrote:
> Up to now efi_load_pe() returns the entry point or NULL in case of an
> error. This does not allow to return correct error codes from LoadImage().
> 
> Let efi_load_pe() return a status code and fill in the entry point in the
> corresponding field of the image object.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

This change makes a lot of sense, yes :). I have no idea what I was
thinking when I put up that weird API.

Reviewed-by: Alexander Graf <agraf at suse.de>


Alex


More information about the U-Boot mailing list