[U-Boot] [PATCH v4 0/2] efi_loader: print information about loaded UEFI images

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Apr 5 09:56:20 UTC 2018


If a crash occurs the relocation information of loaded EFI images is
displayed.

---
v4
	Remove merged patches.
	Avoid ifdefs by using a stub function.
v3
	Remove merged patches.
	Change the output format for loaded images.
v2
	Merge with "efi_loader: print information about loaded UEFI images"
	patch series.

	GRUB does not allow the relocated address to be used as ImageBase
	in the loaded image information. So the relocation address has to
	be stored in an additional field.
---
Heinrich Schuchardt (2):
  efi_loader: new functions to print loaded image information
  arm: print information about loaded UEFI images

 arch/arm/lib/interrupts.c         | 13 +++++++++++
 include/efi_loader.h              |  5 +++++
 lib/efi_loader/efi_image_loader.c | 46 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 64 insertions(+)

-- 
2.16.3



More information about the U-Boot mailing list