Files
Filip Lewiński d939202d51 PlatformBootManager.c: Rework WarnIfSinglePCRBank
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>
2025-11-12 13:27:18 +01:00
..
2025-02-06 20:29:15 +00:00