Hi all,

This patch fixes small problem with my computer being unbootable under
certain circumstances. It also addresses concerns pointed out by Daniel
with previous version. If there are any, I would appreciate further
comments.

Best regards,
Michał

---
Changelog:
v1->v2:
- change grub_tpm_is_fail_fatal() back to tpm_is_fail_fatal()
- make is_tpm_fail_fatal() static
- move is_tpm_fail_fatal() body to include/grub/tpm.h
- update docs excerpt about tpm_fail_fatal  

Michał Grzelak (1):
  tpm: Enable boot despite unknown firmware failure

 docs/grub.texi               | 5 +++++
 grub-core/commands/efi/tpm.c | 3 ++-
 grub-core/commands/tpm.c     | 7 -------
 include/grub/tpm.h           | 9 +++++++++
 4 files changed, 16 insertions(+), 8 deletions(-)

-- 
2.37.3


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to