Re: [PATCH v2] efi: use 32-bit alignment for efi_guid_t

2023-01-30 Thread Ilias Apalodimas
On Sat, 28 Jan 2023 at 06:56, Masahisa Kojima wrote: > > Current U-Boot implements 64-bit boundary for efi_guid_t structure. > It follows the UEFI specification, page 21 of the UEFI Specification v2.10 > says about EFI_GUID: > 128-bit buffer containing a unique identifier value. Unless >

[PATCH v2] efi: use 32-bit alignment for efi_guid_t

2023-01-27 Thread Masahisa Kojima
Current U-Boot implements 64-bit boundary for efi_guid_t structure. It follows the UEFI specification, page 21 of the UEFI Specification v2.10 says about EFI_GUID: 128-bit buffer containing a unique identifier value. Unless otherwise specified, aligned on a 64-bit boundary. On the other hand,