commit | 6507164b4f4077a28f34deb697b93769a13f6374 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 01 22:23:47 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 03 08:16:09 2022 +0200 |
tree | 04c8876a998f4a8551b6afe9fb3fa7bff45b6cdb | |
parent | cebcc63f75d3354e414ef5722f84284e942457d9 [diff] |
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 <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>