Re: [Regression] efi: Don't display a uefi-firmware entry if it's not supported

2022-08-31 Thread Robbie Harwood
Javier Martinez Canillas writes: > On 8/31/22 00:07, Philip Müller wrote: >> On 30.08.22 23:34, Javier Martinez Canillas wrote: You could add a feature flag, which causes grub-core to set an environment variable when a new feature is supported. See the features array in grub-core/n

Re: [Regression] efi: Don't display a uefi-firmware entry if it's not supported

2022-08-31 Thread Dimitri John Ledkov
On Tue, 30 Aug 2022 at 21:22, Robbie Harwood wrote: > > Philip Müller writes: > > >> Hello Robbie, hello Daniel, > >> > >> with the commit 26031d3b101648352e4e427f04bf69d320088e77 > >> 30_uefi-firmware will always call `fwsetup --is-supported' to check > >> if the system supports EFI or not. Howe

Re: [Regression] efi: Don't display a uefi-firmware entry if it's not supported

2022-08-31 Thread Morten Linderud
On Wed, Aug 31, 2022 at 12:07:33AM +0200, Philip Müller wrote: > On 30.08.22 23:34, Javier Martinez Canillas wrote: > > > You could add a feature flag, which causes grub-core to set an > > > environment variable when a new feature is supported. See the features > > > array in grub-core/normal/main.

Re: [PATCH v2 0/3] term/serial: Add PCI-serial device support

2022-08-31 Thread Herrenschmidt, Benjamin via Grub-devel
On Fri, 2022-08-26 at 13:01 +0200, pet...@infradead.org wrote: > Hi! > > A small collection of patches that adds PCI serial support. > > The first patch is by Glenn and adds GRUB_HAS_PCI -- it is included so that it > is a complete posting. > > The second patch is the actual PCI serial support,

Re: [Regression] efi: Don't display a uefi-firmware entry if it's not supported

2022-08-31 Thread Mihai Moldovan
* On 8/30/22 22:16, Robbie Harwood wrote: > Philip Müller writes: > >>> What would be the best approach with older installations of grub via >>> grub-install not having to reinstall grub to MBR as some users don't >>> even know on how to install grub properly as that job a graphical >>> installer

Re: [PATCH 3/5] ns8250: Add base support for MMIO UARTs

2022-08-31 Thread Benjamin Herrenschmidt
On Wed, 2022-08-31 at 15:56 +1000, Benjamin Herrenschmidt wrote: > On Mon, 2022-05-23 at 19:11 +0200, Sven Anderson wrote: > > > > I had a couple of sleepless nights trying to find out why this > > didn't > > work for my MMIO UART (Intel Cannon Lake PCH Intel C246), so I > > thought I would share

[PATCH] menu: Add ctrl-L to refresh the menu

2022-08-31 Thread Benjamin Herrenschmidt
This is useful on cloud instances with remote serial ports as it can be difficult to connect "fast enough" to get the initial menu display Signed-off-by: Benjamin Herrenschmidt --- grub-core/normal/menu.c | 4 docs/grub.texi | 3 +++ 2 files changed, 7 insertions(+) diff --git a/g