Skip to content

Commit

Permalink
Merge pull request #90 from amrathesh/auth-storage
Browse files Browse the repository at this point in the history
changes to check authenticated variable store
  • Loading branch information
amrathesh authored Jan 9, 2025
2 parents 6c730b2 + a38b76e commit c6a4e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ BBSRVariableSizeTestSub1 (
)
{
EFI_STATUS QueryVarStatus;
UINT32 ValidAttributes = EFI_VARIABLE_NON_VOLATILE|EFI_VARIABLE_BOOTSERVICE_ACCESS|EFI_VARIABLE_RUNTIME_ACCESS;
UINT32 ValidAttributes = EFI_VARIABLE_NON_VOLATILE|EFI_VARIABLE_BOOTSERVICE_ACCESS|EFI_VARIABLE_RUNTIME_ACCESS|EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS;
UINT64 MaximumVariableStorageSize;
UINT64 RemainingVariableStorageSize;
UINT64 MaximumVariableSize;
Expand Down

0 comments on commit c6a4e83

Please sign in to comment.