mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07:00
When FV extended header exists, the first FFS pointer returned by GetFirstFfsFileInFv() might not be 8-byte aligned. This patch adjusted the pointer accordingly to ensure it is aligned per UEFI spec. Signed-off-by: Maurice Ma <maurice.ma@intel.com>