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 5:
(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)
Should be named after it's location, e.g. CPUID_6_ECX_SOMETHING. […]
Done