Re: [PATCH] Feature: Expose x86 CPU FMS from cpuid module

2024-03-07 Thread Herrenschmidt, Benjamin via Grub-devel
On Wed, 2023-04-12 at 09:40 +, Paterson, Harley via Grub-devel wrote: > This patch exposes an x86 CPU's model, family, and stepping via flag in > the `cpuid` command. > > Invoking `cpuid -f` will set the Grub environment variables > `CPUID_FAMILY`, `CPUID_MODEL`, and `CPUID_STEP` for consumpti

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,