Home
last modified time | relevance | path

Searched refs:LastAttempt (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
DSystemFirmwareReportDxe.c182 …(VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &SystemFmpPrivate->La… in FmpSetImage()
183 …on - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, SystemFmpPrivate->La… in FmpSetImage()
189 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
190 &SystemFmpPrivate->LastAttempt in FmpSetImage()
202 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
207 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
208 &SystemFmpPrivate->LastAttempt in FmpSetImage()
DSystemFirmwareCommonDxe.c131 ImageInfo->LastAttemptVersion = SystemFmpPrivate->LastAttempt.LastAttemptVersion; in FmpGetImageInfo()
132 ImageInfo->LastAttemptStatus = SystemFmpPrivate->LastAttempt.LastAttemptStatus; in FmpGetImageInfo()
330 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
331 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
332 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
338 &SystemFmpPrivate->LastAttempt in InitializePrivateData()
341 …on - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, SystemFmpPrivate->La… in InitializePrivateData()
DSystemFirmwareUpdateDxe.c445 …(VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &SystemFmpPrivate->La… in FmpSetImage()
446 …on - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, SystemFmpPrivate->La… in FmpSetImage()
471 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
472 &SystemFmpPrivate->LastAttempt in FmpSetImage()
DSystemFirmwareDxe.h67 SYSTEM_FMP_LAST_ATTEMPT_VARIABLE LastAttempt; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
DMicrocodeFmp.c128 ImageInfo[Index].LastAttemptVersion = MicrocodeFmpPrivate->LastAttempt.LastAttemptVersion; in FmpGetImageInfo()
129 ImageInfo[Index].LastAttemptStatus = MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus; in FmpGetImageInfo()
274 …D *)Image, ImageSize, &MicrocodeFmpPrivate->LastAttempt.LastAttemptVersion, &MicrocodeFmpPrivate-> in FmpSetImage()
275 …0x%x, State - 0x%x\n", MicrocodeFmpPrivate->LastAttempt.LastAttemptVersion, MicrocodeFmpPrivate->L… in FmpSetImage()
280 sizeof(MicrocodeFmpPrivate->LastAttempt), in FmpSetImage()
281 &MicrocodeFmpPrivate->LastAttempt in FmpSetImage()
664 MicrocodeFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
665 MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
666 VarSize = sizeof(MicrocodeFmpPrivate->LastAttempt); in InitializePrivateData()
672 &MicrocodeFmpPrivate->LastAttempt in InitializePrivateData()
[all …]
DMicrocodeUpdate.h84 MICROCODE_FMP_LAST_ATTEMPT_VARIABLE LastAttempt; member