]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: Show FirmwareVendor and FirmwareRevision in helloworld
authorSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 21:59:35 +0000 (23:59 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 10 Oct 2024 04:04:56 +0000 (22:04 -0600)
commit3899e3f0ba1a71a8d70fd28f7983d34aefbf8ddc
treec23ad7cad81908c8d53e7206bcd4a6da7f8578ba
parent369734486687c55382014832405162f5fe6a65d6
efi_loader: Show FirmwareVendor and FirmwareRevision in helloworld

Show the firmware vendor and revision to make it clear which firmware is
used, e.g. whether U-Boot is providing the boot services.

The output will look like

    Firmware vendor: Das U-Boot
    Firmware revision: 20241000

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/helloworld.c