mirror of
https://github.com/Dasharo/edk2.git
synced 2026-03-06 14:47:27 -08:00
d939202d51
Rework according to review: - Remove EFI_VARIABLE_RUNTIME_ACCESS from RequestedActivePcrBanks - Also hook on `case TCG2_PHYSICAL_PRESENCE_LOG_ALL_DIGEST` - Use REQUESTED_ACTIVE_PCR_BANKS_VARIABLE_NAME macro instead of `L"..."` - Use `if (Status == EFI_NOT_FOUND)` instead of `if (RequestedActivePcrBanks == 0)` - Don't create a timer for the popup - Don't set the variable after selecting only one of the banks - Popup informs that `ESC` means keeping the current state Signed-off-by: Filip Lewinski <filip.lewinski@3mdeb.com>