You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
14166f2b37
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>