Felix Held has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/72854 )
Change subject: cpu/intel/model_206ax/model_206ax_init: use CPUID_ALL_STEPPINGS_MASK ......................................................................
cpu/intel/model_206ax/model_206ax_init: use CPUID_ALL_STEPPINGS_MASK
Use CPUID_ALL_STEPPINGS_MASK to only need one CPU device ID table entry per family & model combination and not one per stepping.
TEST=Thinkpad x230 with Ivy Bridge stepping 9 CPU still boots with this patch applied.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I46020d5b1b1fba8449c3823fac1369e5670d91c0 --- M src/cpu/intel/model_206ax/model_206ax_init.c 1 file changed, 18 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/72854/2