All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Improve logic to check for fwsetup support
@ 2022-08-18 17:50 Robbie Harwood
  2022-08-18 17:50 ` [PATCH v4 1/5] commands/efi/efifwsetup: Add missing grub_free()s Robbie Harwood
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Robbie Harwood @ 2022-08-18 17:50 UTC (permalink / raw)
  To: grub-devel; +Cc: dkiper, pmenzel, javierm, development, Robbie Harwood

In this version: fix wrong arg parsing in patch to address Glenn's review.

Be well,
--Robbie

Javier Martinez Canillas (2):
  templates: Check for EFI at runtime instead of config generation time
  efi: Print an error if boot to firmware setup is not supported

Robbie Harwood (3):
  commands/efi/efifwsetup: Add missing grub_free()s
  Make all grub_efi_guid_t variables static
  Don't display a uefi-firmware entry if it's not supported

 grub-core/commands/efi/efifwsetup.c  | 30 +++++++++++++++++++---------
 grub-core/efiemu/i386/pc/cfgtables.c |  6 +++---
 grub-core/kern/efi/fdt.c             |  2 +-
 grub-core/loader/efi/fdt.c           |  2 +-
 grub-core/term/efi/console.c         |  2 +-
 util/grub.d/30_uefi-firmware.in      | 21 ++++++++-----------
 6 files changed, 35 insertions(+), 28 deletions(-)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/2] grub.texi: Document fwsetup and fix typo
@ 2022-08-19 20:54 Robbie Harwood
  2022-08-19 20:54 ` [PATCH v4 5/5] Don't display a uefi-firmware entry if it's not supported Robbie Harwood
  0 siblings, 1 reply; 11+ messages in thread
From: Robbie Harwood @ 2022-08-19 20:54 UTC (permalink / raw)
  To: grub-devel; +Cc: dkiper, Robbie Harwood

As requested in review of the recent fwsetup support series, document fwsetup
(and its option), and fix a nearby typo I noticed that caused halt's options
to not render correctly.

Be well,
--Robbie

Robbie Harwood (2):
  grub.text: Document fwsetup command
  grub.texi: Fix mismatched brackets in halt command

 docs/grub.texi | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-08-22 20:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-18 17:50 [PATCH v4 0/5] Improve logic to check for fwsetup support Robbie Harwood
2022-08-18 17:50 ` [PATCH v4 1/5] commands/efi/efifwsetup: Add missing grub_free()s Robbie Harwood
2022-08-18 17:50 ` [PATCH v4 2/5] Make all grub_efi_guid_t variables static Robbie Harwood
2022-08-18 17:50 ` [PATCH v4 3/5] templates: Check for EFI at runtime instead of config generation time Robbie Harwood
2022-08-18 17:50 ` [PATCH v4 4/5] efi: Print an error if boot to firmware setup is not supported Robbie Harwood
2022-08-18 17:50 ` [PATCH v4 5/5] Don't display a uefi-firmware entry if it's " Robbie Harwood
2022-08-19 22:26   ` Glenn Washburn
2022-08-19 22:55     ` Daniel Kiper
2022-08-22 20:11     ` Robbie Harwood
2022-08-19 13:49 ` [PATCH v4 0/5] Improve logic to check for fwsetup support Daniel Kiper
  -- strict thread matches above, loose matches on Subject: below --
2022-08-19 20:54 [PATCH 0/2] grub.texi: Document fwsetup and fix typo Robbie Harwood
2022-08-19 20:54 ` [PATCH v4 5/5] Don't display a uefi-firmware entry if it's not supported Robbie Harwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.