/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/ |
D | SystemFirmwareUpdateDxe.c | 72 OUT UINT32 *LastAttemptStatus in PerformUpdate() argument 89 *LastAttemptStatus = LAST_ATTEMPT_STATUS_SUCCESS; in PerformUpdate() 94 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_UNSUCCESSFUL; in PerformUpdate() 119 OUT UINT32 *LastAttemptStatus in UpdateImage() argument 141 *LastAttemptStatus = LAST_ATTEMPT_STATUS_SUCCESS; in UpdateImage() 144 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_UNSUCCESSFUL; in UpdateImage() 160 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_UNSUCCESSFUL; in UpdateImage() 176 LastAttemptStatus in UpdateImage() 215 OUT UINT32 *LastAttemptStatus in SystemFirmwareAuthenticatedUpdate() argument 231 …enticateSystemFirmware(Image, ImageSize, FALSE, LastAttemptVersion, LastAttemptStatus, &Authentica… in SystemFirmwareAuthenticatedUpdate() [all …]
|
D | SystemFirmwareReportDxe.c | 49 OUT UINT32 *LastAttemptStatus in DispatchSystemFmpImages() argument 69 …enticateSystemFirmware(Image, ImageSize, FALSE, LastAttemptVersion, LastAttemptStatus, &Authentica… in DispatchSystemFmpImages() 182 …ystemFmpPrivate->LastAttempt.LastAttemptVersion, &SystemFmpPrivate->LastAttempt.LastAttemptStatus); in FmpSetImage() 183 …ystemFmpPrivate->LastAttempt.LastAttemptVersion, SystemFmpPrivate->LastAttempt.LastAttemptStatus)); in FmpSetImage() 202 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
|
D | SystemFirmwareCommonDxe.c | 132 ImageInfo->LastAttemptStatus = SystemFmpPrivate->LastAttempt.LastAttemptStatus; in FmpGetImageInfo() 331 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData() 341 …ystemFmpPrivate->LastAttempt.LastAttemptVersion, SystemFmpPrivate->LastAttempt.LastAttemptStatus)); in InitializePrivateData()
|
D | SystemFirmwareDxe.h | 46 UINT32 LastAttemptStatus; member 130 UINT32 LastAttemptStatus; member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/ |
D | MicrocodeUpdate.c | 280 ImageDescriptor[Count].LastAttemptStatus = 0; in GetMicrocodeInfo() 382 OUT UINT32 *LastAttemptStatus, in VerifyMicrocode() argument 406 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in VerifyMicrocode() 417 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in VerifyMicrocode() 433 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in VerifyMicrocode() 441 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in VerifyMicrocode() 457 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in VerifyMicrocode() 465 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in VerifyMicrocode() 474 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in VerifyMicrocode() 531 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INCORRECT_VERSION; in VerifyMicrocode() [all …]
|
D | MicrocodeUpdate.h | 51 UINT32 LastAttemptStatus; member 193 OUT UINT32 *LastAttemptStatus, 223 OUT UINT32 *LastAttemptStatus,
|
D | MicrocodeFmp.c | 129 ImageInfo[Index].LastAttemptStatus = MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus; in FmpGetImageInfo() 274 …->LastAttempt.LastAttemptVersion, &MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus, AbortReason… in FmpSetImage() 275 …deFmpPrivate->LastAttempt.LastAttemptVersion, MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus)); in FmpSetImage() 635 …UG_VERBOSE, " LastAttemptStatus - 0x%x\n", ImageDescriptor[Index].LastAttemptStatus)); in DumpPrivateInfo() 665 MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData() 675 …deFmpPrivate->LastAttempt.LastAttemptVersion, MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus)); in InitializePrivateData()
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/ |
D | EdkiiSystemCapsuleLib.c | 362 OUT UINT32 *LastAttemptStatus, in ExtractAuthenticatedImage() argument 375 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in ExtractAuthenticatedImage() 429 *LastAttemptStatus = LAST_ATTEMPT_STATUS_SUCCESS; in ExtractAuthenticatedImage() 432 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_AUTH_ERROR; in ExtractAuthenticatedImage() 435 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in ExtractAuthenticatedImage() 438 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in ExtractAuthenticatedImage() 441 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INSUFFICIENT_RESOURCES; in ExtractAuthenticatedImage() 444 *LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_UNSUCCESSFUL; in ExtractAuthenticatedImage() 584 OUT UINT32 *LastAttemptStatus, in CapsuleAuthenticateSystemFirmware() argument 604 …Result = ExtractAuthenticatedImage((VOID *)Image, ImageSize, LastAttemptStatus, AuthenticatedImage… in CapsuleAuthenticateSystemFirmware() [all …]
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Library/ |
D | EdkiiSystemCapsuleLib.h | 118 OUT UINT32 *LastAttemptStatus, 148 OUT UINT32 *LastAttemptStatus,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
D | SystemResourceTable.h | 99 UINT32 LastAttemptStatus; member
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/ |
D | EdkiiSystemFmpCapsule.h | 120 UINT32 LastAttemptStatus; member
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/ |
D | Esrt.h | 42 UINT32 LastAttemptStatus;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/ |
D | EsrtImpl.c | 447 EsrtEntry->LastAttemptStatus = LAST_ATTEMPT_STATUS_SUCCESS; in SetEsrtEntryFromFmpInfo() 461 EsrtEntry->LastAttemptStatus = FmpImageInfo->LastAttemptStatus; in SetEsrtEntryFromFmpInfo()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/ |
D | CapsuleDump.c | 429 IN UINT32 LastAttemptStatus in LastAttemptStatusToString() argument 432 if (LastAttemptStatus < sizeof(mLastAttemptStatusString) / sizeof(mLastAttemptStatusString[0])) { in LastAttemptStatusToString() 433 return mLastAttemptStatusString[LastAttemptStatus]; in LastAttemptStatusToString() 458 …tatus - 0x%x (%a)\n", EsrtEntry->LastAttemptStatus, LastAttemptStatusToString(EsrtEntry->La… in DumpEsrtEntry() 573 … - 0x%x (%a)\n", CurrentImageInfo->LastAttemptStatus, LastAttemptStatusToString(CurrentImageInfo-… in DumpFmpImageInfo()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | FirmwareManagement.h | 103 UINT32 LastAttemptStatus; member
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/ |
D | SystemFirmwareDescriptor.aslc | 68 0, // LastAttemptStatus;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/ |
D | SystemFirmwareDescriptor.aslc | 68 0, // LastAttemptStatus;
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/ |
D | RecoveryModuleLoadPei.c | 573 UINT32 LastAttemptStatus; in ProcessRecoveryImage() local 585 …thenticateSystemFirmware(Image, Length, TRUE, &LastAttemptVersion, &LastAttemptStatus, &Authentica… in ProcessRecoveryImage()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/ |
D | DxeCapsuleLib.c | 699 …((DEBUG_VERBOSE, " LastAttemptStatus - 0x%x\n", CurrentImageInfo->LastAttemptStatus)); in DumpFmpImageInfo() 1256 EsrtEntry.LastAttemptStatus = LAST_ATTEMPT_STATUS_SUCCESS; in RecordFmpCapsuleStatus() 1258 EsrtEntry.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_UNSUCCESSFUL; in RecordFmpCapsuleStatus()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/ |
D | UefiHandleParsingLib.uni | 433 … " LastAttemptStatus : %%H0x%08x%%N\r\n"
|
D | UefiHandleParsingLib.c | 1391 ImageInfo[Index].LastAttemptStatus, in FirmwareManagementDumpInformation()
|