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/4/src/include/cpu/x86/msr.h File src/include/cpu/x86/msr.h:
https://review.coreboot.org/c/coreboot/+/46588/4/src/include/cpu/x86/msr.h@4... PS4, Line 48: #define CPUID_6_ECX_EPB (1 << 3)
It's not a bit in IA32_ENERGY_PERF_BIOS, is it? `msr.h` is the wrong file […]
Done