[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] GRUB: Bundle of various fixes and cleanups
From: |
Daniel Kiper |
Subject: |
[PATCH 0/6] GRUB: Bundle of various fixes and cleanups |
Date: |
Mon, 25 May 2020 21:02:09 +0200 |
Hey,
As in subject... Please review...
Daniel
docs/grub.texi | 3 +--
grub-core/commands/efi/tpm.c | 97
-------------------------------------------------------------------------------------------------
grub-core/kern/i386/efi/init.c | 1 -
grub-core/net/http.c | 4 ++--
include/grub/efi/tpm.h | 8 ++++----
include/grub/tpm.h | 3 ---
util/grub-install-common.c | 4 ++--
7 files changed, 9 insertions(+), 111 deletions(-)
Daniel Kiper (4):
docs: Fix devicetree command description
tpm: Drop unneeded code
i386/efi/init: Drop bogus include
efi/tpm: Fix typo in grub_efi_tpm2_protocol struct
Martin Whitaker (1):
grub-install: Fix inverted test for NLS enabled when copying locales
Olaf Hering (1):
net/http: Return an error on HTTP error responses
- [PATCH 0/6] GRUB: Bundle of various fixes and cleanups,
Daniel Kiper <=