Re: [U-Boot] [PATCH 3/3] efi_loader: indent entry/exit prints to show nesting level

2017-07-26 Thread Heinrich Schuchardt
On 07/26/2017 03:55 PM, Rob Clark wrote: > This should make it easier to see when a callback back to UEFI world > calls back in to the u-boot world, and generally match up EFI_ENTRY() > and EFI_EXIT() calls. > > Signed-off-by: Rob Clark > --- > include/efi_loader.h

Re: [U-Boot] [PATCH 3/3] efi_loader: indent entry/exit prints to show nesting level

2017-07-26 Thread Alexander Graf
On 26.07.17 15:55, Rob Clark wrote: This should make it easier to see when a callback back to UEFI world calls back in to the u-boot world, and generally match up EFI_ENTRY() and EFI_EXIT() calls. Signed-off-by: Rob Clark --- include/efi_loader.h | 12

[U-Boot] [PATCH 3/3] efi_loader: indent entry/exit prints to show nesting level

2017-07-26 Thread Rob Clark
This should make it easier to see when a callback back to UEFI world calls back in to the u-boot world, and generally match up EFI_ENTRY() and EFI_EXIT() calls. Signed-off-by: Rob Clark --- include/efi_loader.h | 12 lib/efi_loader/efi_boottime.c | 28