[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/1] tpm: Enable boot despite unknown firmware failure
From: |
Michał Grzelak |
Subject: |
[PATCH v2 0/1] tpm: Enable boot despite unknown firmware failure |
Date: |
Fri, 16 Jun 2023 00:39:46 +0200 |
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
- [PATCH v2 0/1] tpm: Enable boot despite unknown firmware failure,
Michał Grzelak <=