]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: log messages for bootefi command
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 25 Aug 2020 17:54:05 +0000 (17:54 +0000)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Sep 2020 19:21:41 +0000 (21:21 +0200)
commit64e97b0a94d39d81b920d32504097db3026948dc
treeb0ea19cd423d8a93f76226fe6c36227006f783d6
parentbb695c577a6a6a0e9a2a4f5263522de43676b4cd
efi_loader: log messages for bootefi command

Write log messages when booting via the bootefi command to allow tracking
on the syslog server. Example messages are

    Booting /snp.efi

or

    Booting /MemoryMapped(0x0,0x4fe00000,0x35a40)
    Loading image failed

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c