Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiFirmwareVolume.h89 #define EFI_FVB2_WEAK_ALIGNMENT 0x80000000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DPiFirmwareVolume.h55 #define EFI_FVB2_WEAK_ALIGNMENT 0x80000000 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c483 if ((FwVolHeader->Attributes & EFI_FVB2_WEAK_ALIGNMENT) != EFI_FVB2_WEAK_ALIGNMENT) { in ProduceFVBProtocolOnBuffer()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
DDispatcher.c1045 if ((FvHeader->Attributes & EFI_FVB2_WEAK_ALIGNMENT) != EFI_FVB2_WEAK_ALIGNMENT) { in CoreProcessFvImageFile()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
DFwVol.c1354 …if ((ReadUnaligned32 (&FvHeader->Attributes) & EFI_FVB2_WEAK_ALIGNMENT) != EFI_FVB2_WEAK_ALIGNMENT in ProcessFvFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c291 FvInfo->FvAttributes |= EFI_FVB2_WEAK_ALIGNMENT; in ParseFvInf()
2615 if (((FvHeader->Attributes & EFI_FVB2_WEAK_ALIGNMENT) != EFI_FVB2_WEAK_ALIGNMENT) && in GenerateFvImage()