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
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 consumption by Grub
scripts.
Accessing the CPU FMS data requires a `cpuid(0x1)` call on both