Re: [U-Boot] [PATCH 1/2] efi_loader: new functions to print loaded image information

2018-04-04 Thread Alexander Graf
On 29.03.18 23:54, 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

[U-Boot] [PATCH 1/2] efi_loader: new functions to print loaded image information

2018-03-29 Thread Heinrich Schuchardt
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 0x7fd