]> git.sur5r.net Git - u-boot/commit
arm: print information about loaded UEFI images
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Apr 2018 09:56:22 +0000 (11:56 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 5 Apr 2018 13:24:01 +0000 (15:24 +0200)
commit99b8db7291ce58c83a4d3ad748c4a59ec7063d65
tree03c5b9268b675ead811985030c6ba4f9029993d5
parentc9a63f44b526696a60e275087d79fe709f65f48b
arm: print information about loaded UEFI images

If an exception occurs in a UEFI loaded image we need the start address of
the image to determine the relocation offset.

This patch adds the necessary lines after the registers in the crash dump.
A possible output would be:

UEFI image [0xbffe6000:0xbffe631f] pc=0x138 '/\snp.efi'

With the offset 0x138 we can now find the relevant instruction in the
disassembled 'snp.efi' binary.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/lib/interrupts.c