Searched refs:EFI_FVB2_ALIGNMENT_32K (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
H A DPiFirmwareVolume.h71 #define EFI_FVB2_ALIGNMENT_32K 0x000F0000 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
H A DPiFirmwareVolume.h72 #define EFI_FVB2_ALIGNMENT_32K 0x000F0000 macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
H A DEfiFirmwareVolumeHeader.h105 #define EFI_FVB2_ALIGNMENT_32K 0x000F0000 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
H A DVolInfo.c742 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_32K) {
743 printf (" EFI_FVB2_ALIGNMENT_32K\n");
828 if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_32K) {
829 printf (" EFI_FVB2_ALIGNMENT_32K\n");
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
H A DGenFvImageLib.c918 FvInfo->FvAttributes |= EFI_FVB2_ALIGNMENT_32K;

Completed in 165 milliseconds