Skip to content

Commit

Permalink
rev183: Sync _plat__Signal_PowerOff with upstream
Browse files Browse the repository at this point in the history
Since ACT_SUPPORT is set to YES in libtpms this change has no effect.

Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Aug 20, 2024
1 parent 89092a1 commit 046ee61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tpm2/PowerPlat.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ _plat__Signal_PowerOff(
{
// Prepare NV memory for power off
_plat__NVDisable((void*)FALSE, 0);
#if ACT_SUPPORT
// Disable tick ACT tick processing
_plat__ACT_EnableTicks(FALSE);
#endif // Disable tick ACT tick processing
return;
}

0 comments on commit 046ee61

Please sign in to comment.