[U-Boot] [PATCH v2 5/6] efi_loader: new functions to print loaded image information

Alexander Graf agraf at suse.de
Wed Apr 4 09:38:29 UTC 2018



On 03.04.18 22:29, Heinrich Schuchardt wrote:
> Introduce functions to print information about loaded images.
> 
> If we want to analyze an exception in an EFI image we need the offset
> between the PC and the start of the loaded image.
> 
> With efi_print_image_info() we can print the necessary information for a
> single image, e.g.
> 
> UEFI image
> start 0x7fdb4000, size 0xa7b60
> pc offset 0x72ca
> /\snp.efi
> 
> efi_print_image_infos() provides output for all loaded images.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Sorry, I didn't see the new version earlier. The same comment applies
though. Please condense the output down to a single line.


Alex


More information about the U-Boot mailing list