]> git.dujemihanovic.xyz Git - u-boot.git/commit
mkeficapsule: fix efi_firmware_management_capsule_header data type
authorMalte Schmidt <malte.schmidt@weidmueller.com>
Fri, 16 Jun 2023 08:28:05 +0000 (10:28 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 9 Jul 2023 08:32:28 +0000 (10:32 +0200)
commite05a4b12a056fd7fe22e85715c8f5e5e811fb551
treeb135c40c9827552f5444f444c7c92e5cf2db8b64
parentfefb7e1e3d515590aa5bb906f9ceaecfa06be608
mkeficapsule: fix efi_firmware_management_capsule_header data type

The data type of item_offset_list shall be UINT64 according to the UEFI [1]
specifications.

In include/efi_api.h the correct data type is used. The bug was probably
never noticed because of little endianness.

[1] https://uefi.org/specs/UEFI/2.10/index.html

Signed-off-by: Malte Schmidt <malte.schmidt@weidmueller.com>
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
tools/eficapsule.h