Skip to content

Commit

Permalink
TCBZ3513: VariableStandaloneMm.c - TCG MOR workaround for Standalone MM
Browse files Browse the repository at this point in the history
https://bugzilla.tianocore.org/show_bug.cgi?id=3513
TCG MOR workaround for VariableStandaloneMm
Pretend TCG protocol(s) are present to workaround antiquated heuristic
in common code TcgMorLockSmm.c.

Related work items: tianocore#2514
  • Loading branch information
out0xb2 authored and kenlautner committed May 4, 2023
1 parent e62e888 commit 3fe5c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ VariableHaveTcgProtocols (
VOID
)
{
return FALSE;
return TRUE; // MU_CHANGE TCBZ3513 - workaround MOR bit heuristic that is incompatible with Standalone MM
}

0 comments on commit 3fe5c42

Please sign in to comment.