]> Git Repo - u-boot.git/commit
efi_loader: Show FirmwareVendor and FirmwareRevision in helloworld
authorSimon Glass <[email protected]>
Thu, 26 Sep 2024 21:59:35 +0000 (23:59 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
lib/efi_loader/helloworld.c
This page took 0.031227 seconds and 4 git commands to generate.