]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: EFI_PRINT instead of debug for variable services
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 4 Apr 2019 19:36:44 +0000 (21:36 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 12:17:06 +0000 (14:17 +0200)
commit94f6194e4d0aceed6d541e426a920c31448ad46b
tree87261c014cec4eabf71d84d3a9b88c266e5094c1
parent28744a543d2d5b6b732cd05eafab20ecb2de46ff
efi_loader: EFI_PRINT instead of debug for variable services

For debug messages inside EFI API functions we should use the EFI_PRINT
macro which gives us well aligned output like:

EFI: Entry efi_get_variable("PlatformLang" ...)
  EFI: get 'efi_8be4df61-93ca-11d2-aa0d-00e098032b8c_PlatformLang'
EFI: Exit: efi_get_variable: 14

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c