grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/4] types: Split aligned and packed guids


From: Vladimir 'phcoder' Serbinenko
Subject: [PATCH 3/4] types: Split aligned and packed guids
Date: Tue, 31 Oct 2023 20:35:26 +0100

On ia64 alignment requirements are strict. When we pass a pointer to
UUID it needs to be at least 4-byte aligned or EFI will crash.
On the other hand in device path there is no padding for UUID, so we
need 2 types in one formor another. Make 4-byte aligned and unaligned types

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>

-- 
Regards
Vladimir 'phcoder' Serbinenko

Attachment: 0003-types-Split-aligned-and-packed-guids.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]