Felix Held has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/72856 )
Change subject: arch/x86/include/cpu: introduce CPUID_FROM_FMS macro ......................................................................
arch/x86/include/cpu: introduce CPUID_FROM_FMS macro
Introduce a macro to get the raw CPUID leaf 1 EAX value from a given set of CPU family, model and stepping. The processor type in bits 12 and 13 is assumed to be always be zero; at least this is the case for all CPUIDs that are currently in the coreboot tree. This can be used to make the device values in the CPU device ID tables easier to read.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Idab77453712b14983b1d02ca365f7924239fc2bf --- M src/arch/x86/include/arch/cpu.h 1 file changed, 26 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/72856/2