Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46588 )
Change subject: cpu/intel/common: rework code previously moved to common cpu code ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46588/3/src/include/cpu/x86/msr.h File src/include/cpu/x86/msr.h:
https://review.coreboot.org/c/coreboot/+/46588/3/src/include/cpu/x86/msr.h@2... PS3, Line 24: #define CPUID_EPP (1 << 3)
ouch, good catch! it's EPB, not EPP and it's indeed cpuid 6 ecx
Done