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
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,