commit | c49be752404d0f4abfd15ac9a5886ea48648b623 | [log] [tgz] |
---|---|---|
author | Malte Schmidt <malte.schmidt@weidmueller.com> | Fri Jun 16 10:28:05 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jul 09 10:32:28 2023 +0200 |
tree | b135c40c9827552f5444f444c7c92e5cf2db8b64 | |
parent | a82f39679c705c03ae995d7c39de1ecb099d9b50 [diff] |
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>