Home
last modified time | relevance | path

Searched refs:AttributesSupported (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
DCapsuleDump.c555 Print(L" AttributesSupported - 0x%lx\n", CurrentImageInfo->AttributesSupported); in DumpFmpImageInfo()
556 …Print(L" IMAGE_UPDATABLE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_… in DumpFmpImageInfo()
557 …Print(L" RESET_REQUIRED - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_… in DumpFmpImageInfo()
558 …Print(L" AUTHENTICATION_REQUIRED - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_… in DumpFmpImageInfo()
559 …Print(L" IN_USE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_… in DumpFmpImageInfo()
560 …Print(L" UEFI_IMAGE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_… in DumpFmpImageInfo()
598 IN UINT64 AttributesSupported, in DumpFmpPackageInfo() argument
605 Print(L" AttributesSupported - 0x%lx\n", AttributesSupported); in DumpFmpPackageInfo()
606 …Print(L" IMAGE_UPDATABLE - 0x%lx\n", AttributesSupported & IMAGE_ATTRIBUTE_IMAGE_UPDA… in DumpFmpPackageInfo()
607 …Print(L" RESET_REQUIRED - 0x%lx\n", AttributesSupported & IMAGE_ATTRIBUTE_RESET_REQU… in DumpFmpPackageInfo()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.h201 UINT64 AttributesSupported; member
256 UINT64 AttributesSupported; member
DUefiHandleParsingLib.c1260 if (ImageInfoV1[Index].AttributesSupported != 0x0) { in FirmwareManagementDumpInformation()
1265 if (ImageInfoV2[Index].AttributesSupported != 0x0) { in FirmwareManagementDumpInformation()
1270 if (ImageInfo[Index].AttributesSupported != 0x0) { in FirmwareManagementDumpInformation()
1331 ImageInfoV1[Index].AttributesSupported, in FirmwareManagementDumpInformation()
1358 ImageInfoV2[Index].AttributesSupported, in FirmwareManagementDumpInformation()
1386 ImageInfo[Index].AttributesSupported, in FirmwareManagementDumpInformation()
DUefiHandleParsingLib.uni428 … " AttributesSupported : %%H0x%L016x%%N\r\n"
446 … " AttributesSupported : %%H0x%L016x%%N\r\n"
460 … " AttributesSupported : %%H0x%L016x%%N\r\n"
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
DSystemFirmwareCommonDxe.c127 ImageInfo->AttributesSupported = ImageDescriptor->AttributesSupported; in FmpGetImageInfo()
256 OUT UINT64 *AttributesSupported, in FmpGetPackageInfo() argument
DSystemFirmwareDxe.h345 OUT UINT64 *AttributesSupported,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DFirmwareManagement.h78 UINT64 AttributesSupported; member
472 OUT UINT64 *AttributesSupported,
/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
DEdkiiSystemFmpCapsule.h115 UINT64 AttributesSupported; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/
DSystemFirmwareDescriptor.aslc60 IMAGE_ATTRIBUTE_IN_USE, // AttributesSupported;
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/
DSystemFirmwareDescriptor.aslc60 IMAGE_ATTRIBUTE_IN_USE, // AttributesSupported;
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
DMicrocodeUpdate.h447 OUT UINT64 *AttributesSupported,
DMicrocodeFmp.c365 OUT UINT64 *AttributesSupported, in FmpGetPackageInfo() argument
630 …VERBOSE, " AttributesSupported - 0x%lx\n", ImageDescriptor[Index].AttributesSupported)); in DumpPrivateInfo()
DMicrocodeUpdate.c275 ImageDescriptor[Count].AttributesSupported = ImageAttributes | IMAGE_ATTRIBUTE_IN_USE; in GetMicrocodeInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
DEsrtImpl.c467 if ((FmpImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_RESET_REQUIRED) != 0 in SetEsrtEntryFromFmpInfo()
DEsrtDxe.c387 if ((TempFmpImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_IN_USE) != 0 in EsrtDxeSyncFmp()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DDxeCapsuleLib.c692 …EBUG_VERBOSE, " AttributesSupported - 0x%lx\n", CurrentImageInfo->AttributesSupported)); in DumpFmpImageInfo()