Searched defs:MaxFfsAlignment (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c41 STATIC UINT32 MaxFfsAlignment = 0; variable
1065 if (CurrentFileAlignment > MaxFfsAlignment) {
1066 MaxFfsAlignment = CurrentFileAlignment;
2382 if ((((FvHeader->Attributes & EFI_FVB2_ALIGNMENT) >> 16)) < MaxFfsAlignment) {
2383 FvHeader->Attributes = ((MaxFfsAlignment << 16) | (FvHeader->Attributes & 0xFFFF));

Completed in 48 milliseconds