Home
last modified time | relevance | path

Searched refs:MaxFfsAlignment (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c42 STATIC UINT32 MaxFfsAlignment = 0; variable
1240 if (CurrentFileAlignment > MaxFfsAlignment) { in AddFile()
1241 MaxFfsAlignment = CurrentFileAlignment; in AddFile()
2616 (((FvHeader->Attributes & EFI_FVB2_ALIGNMENT) >> 16)) < MaxFfsAlignment) { in GenerateFvImage()
2617 FvHeader->Attributes = ((MaxFfsAlignment << 16) | (FvHeader->Attributes & 0xFFFF)); in GenerateFvImage()