Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiFirmwareVolume.h73 #define EFI_FVB2_ALIGNMENT_64K 0x00100000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DPiFirmwareVolume.h72 #define EFI_FVB2_ALIGNMENT_64K 0x00100000 macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiFirmwareVolumeHeader.h106 #define EFI_FVB2_ALIGNMENT_64K 0x00100000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c746 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_64K) { in ReadHeader()
832 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_64K) { in ReadHeader()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c920 FvInfo->FvAttributes |= EFI_FVB2_ALIGNMENT_64K; in ParseFvInf()