]> Git Repo - J-u-boot.git/commit - lib/efi_loader/helloworld.c
efi_loader: printing UEFI revision in helloworld.efi
authorHeinrich Schuchardt <[email protected]>
Thu, 1 Sep 2022 20:23:47 +0000 (22:23 +0200)
committerHeinrich Schuchardt <[email protected]>
Sat, 3 Sep 2022 06:16:09 +0000 (08:16 +0200)
commita641e36fdbf09a6db046e9afe7531e9c623e70d3
tree04c8876a998f4a8551b6afe9fb3fa7bff45b6cdb
parent67fe8cc0016756f3479288b3f67d59a517e512d5
efi_loader: printing UEFI revision in helloworld.efi

We need to support multiple digits in the parts of the UEFI verision
number. E.g.

    EFI_SPECIFICATION_VERSION = (123 << 16) | 456

must be printed as

    123.45.6

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
lib/efi_loader/helloworld.c
This page took 0.03188 seconds and 4 git commands to generate.