Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiFirmwareVolume.h59 #define EFI_FVB2_ALIGNMENT_4 0x00020000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DPiFirmwareVolume.h58 #define EFI_FVB2_ALIGNMENT_4 0x00020000 macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiFirmwareVolumeHeader.h92 #define EFI_FVB2_ALIGNMENT_4 0x00020000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c690 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_4) { in ReadHeader()
776 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_4) { in ReadHeader()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c892 FvInfo->FvAttributes |= EFI_FVB2_ALIGNMENT_4; in ParseFvInf()