Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiFirmwareVolume.h67 #define EFI_FVB2_ALIGNMENT_1K 0x000A0000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DPiFirmwareVolume.h66 #define EFI_FVB2_ALIGNMENT_1K 0x000A0000 macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiFirmwareVolumeHeader.h100 #define EFI_FVB2_ALIGNMENT_1K 0x000A0000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c722 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_1K) { in ReadHeader()
808 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_1K) { in ReadHeader()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c908 FvInfo->FvAttributes |= EFI_FVB2_ALIGNMENT_1K; in ParseFvInf()