]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: indent entry/exit prints to show nesting level
authorRob Clark <robdclark@gmail.com>
Thu, 27 Jul 2017 12:04:19 +0000 (08:04 -0400)
committerAlexander Graf <agraf@suse.de>
Fri, 28 Jul 2017 22:18:46 +0000 (00:18 +0200)
commitaf65db85b82b161f037e0889ae58bf461217b3f1
tree38125833e0dff4160adc88ac9627f66badd9da8a
parentc160d2f5ec9298d545a6e0fab0a68cc1a3e93759
efi_loader: indent entry/exit prints to show nesting level

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 <robdclark@gmail.com>
[agraf: remove static from const var]
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c