[edk2-devel] [PATCH 1/1] OvmfPkg: Align the SEC module within OvmfPkgX64

2024-03-26 Thread Glenn Griffin
section that contains mArray onto a 4-byte-aligned base address we violate the compiler's expectations. The last 4 bits of the mArray address are no longer zeroes leading to an ALIGN_POINTER macro that doesn't work. Cc: Ard Biesheuvel Signed-off-by: Glenn Griffin --- OvmfPkg/OvmfPkg

[edk2-devel] [PATCH 1/1] OvmfPkg: Align the SEC module within OvmfPkgX64

2024-03-26 Thread Glenn Griffin
expectations. The last 4 bits of the mArray address are no longer zeroes leading to an ALIGN_POINTER macro that doesn't work. Cc: Ard Biesheuvel Signed-off-by: Glenn Griffin --- OvmfPkg/OvmfPkgX64.fdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/OvmfPkgX64