Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45952 )
Change subject: soc/intel/common: add Kconfig to enable/disable the ACPI PM timer ......................................................................
Patch Set 27:
(2 comments)
https://review.coreboot.org/c/coreboot/+/45952/22/src/soc/intel/common/block... File src/soc/intel/common/block/cpu/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/45952/22/src/soc/intel/common/block... PS22, Line 14: ramstage-$(CONFIG_CPU_SUPPORTS_PM_TIMER_EMULATION) += pm_timer_emulation.c here ;)
https://review.coreboot.org/c/coreboot/+/45952/22/src/soc/intel/common/block... File src/soc/intel/common/block/pmc/Kconfig:
https://review.coreboot.org/c/coreboot/+/45952/22/src/soc/intel/common/block... PS22, Line 39: CPU_SUPPORTS_PM_TIMER_EMULATION
Where's that prevention implemented?
https://review.coreboot.org/c/coreboot/+/45952/22/src/soc/intel/common/block...