EFI_SYSTEM_RESOURCE_ENTRY.LastAttemptStatus

The last attempt status field describes the result of the last firmware update attempt for the firmware resource entry. LastAttemptStatus is updated each time an UpdateCapsule() is attempted for an ESRT entry and is preserved across reboots (non-). If a firmware update has never been attempted or is unknown, for example after fresh insertion of a removable device, LastAttemptStatus must be set to Success.

struct EFI_SYSTEM_RESOURCE_ENTRY
UINT32 LastAttemptStatus;

Meta