Searched refs:AttributesSupported (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
H A DEdkiiSystemFmpCapsule.h115 UINT64 AttributesSupported; member in struct:__anon10538
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
H A DCapsuleDump.c555 Print(L" AttributesSupported - 0x%lx\n", CurrentImageInfo->AttributesSupported);
556 Print(L" IMAGE_UPDATABLE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_IMAGE_UPDATABLE);
557 Print(L" RESET_REQUIRED - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_RESET_REQUIRED);
558 Print(L" AUTHENTICATION_REQUIRED - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED);
559 Print(L" IN_USE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_IN_USE);
560 Print(L" UEFI_IMAGE - 0x%lx\n", CurrentImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_UEFI_IMAGE);
590 @param[in] AttributesSupported Package attributes that are supported by this device.
598 IN UINT64 AttributesSupported,
605 Print(L" AttributesSupported
594 DumpFmpPackageInfo( IN UINT32 PackageVersion, IN CHAR16 *PackageVersionName, IN UINT32 PackageVersionNameMaxLen, IN UINT64 AttributesSupported, IN UINT64 AttributesSetting ) argument
636 UINT64 AttributesSupported; local
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DFirmwareManagement.h78 UINT64 AttributesSupported; member in struct:__anon9039
453 @param[out] AttributesSupported Package attributes that are supported by this device. See 'Package Attribute
472 OUT UINT64 *AttributesSupported,
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c127 ImageInfo->AttributesSupported = ImageDescriptor->AttributesSupported;
237 @param[out] AttributesSupported Package attributes that are supported by this device. See 'Package Attribute
256 OUT UINT64 *AttributesSupported,
251 FmpGetPackageInfo( IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This, OUT UINT32 *PackageVersion, OUT CHAR16 **PackageVersionName, OUT UINT32 *PackageVersionNameMaxLen, OUT UINT64 *AttributesSupported, OUT UINT64 *AttributesSetting ) argument
H A DSystemFirmwareDxe.h326 @param[out] AttributesSupported Package attributes that are supported by this device. See 'Package Attribute
345 OUT UINT64 *AttributesSupported,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h201 UINT64 AttributesSupported; member in struct:__anon10461
256 UINT64 AttributesSupported; member in struct:__anon10462
H A DUefiHandleParsingLib.c1260 if (ImageInfoV1[Index].AttributesSupported != 0x0) {
1265 if (ImageInfoV2[Index].AttributesSupported != 0x0) {
1270 if (ImageInfo[Index].AttributesSupported != 0x0) {
1331 ImageInfoV1[Index].AttributesSupported,
1358 ImageInfoV2[Index].AttributesSupported,
1386 ImageInfo[Index].AttributesSupported,
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
H A DMicrocodeFmp.c346 @param[out] AttributesSupported Package attributes that are supported by this device. See 'Package Attribute
365 OUT UINT64 *AttributesSupported,
630 DEBUG((DEBUG_VERBOSE, " AttributesSupported - 0x%lx\n", ImageDescriptor[Index].AttributesSupported));
360 FmpGetPackageInfo( IN EFI_FIRMWARE_MANAGEMENT_PROTOCOL *This, OUT UINT32 *PackageVersion, OUT CHAR16 **PackageVersionName, OUT UINT32 *PackageVersionNameMaxLen, OUT UINT64 *AttributesSupported, OUT UINT64 *AttributesSetting ) argument
H A DMicrocodeUpdate.h428 @param[out] AttributesSupported Package attributes that are supported by this device. See 'Package Attribute
447 OUT UINT64 *AttributesSupported,
H A DMicrocodeUpdate.c275 ImageDescriptor[Count].AttributesSupported = ImageAttributes | IMAGE_ATTRIBUTE_IN_USE;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
H A DEsrtImpl.c467 if ((FmpImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_RESET_REQUIRED) != 0
H A DEsrtDxe.c387 if ((TempFmpImageInfo->AttributesSupported & IMAGE_ATTRIBUTE_IN_USE) != 0
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
H A DDxeCapsuleLib.c692 DEBUG((DEBUG_VERBOSE, " AttributesSupported - 0x%lx\n", CurrentImageInfo->AttributesSupported));

Completed in 68 milliseconds