Attention is currently required from: Felix Held, Patrick Rudolph.
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78133?usp=email )
Change subject: cpu/intel/model_206ax: Print supported C-states ......................................................................
Patch Set 5:
(1 comment)
File src/cpu/intel/model_206ax/acpi.c:
https://review.coreboot.org/c/coreboot/+/78133/comment/6114a015_cadaf324 : PS5, Line 128: print_supported_cstates(); While there is a call to cpu_get_c_state_support() with cpuid() calls, ACPI table creation only runs on BSP? Other input, cstate_map[] is const array. Even if there was asymmetry for the CPUID's across cores/threads, it would not be logged here correctly. I'd suggest calling the logging just once.