soc/intel/common: add Kconfig for PM Timer emulation support
Add a Kconfig for SoCs to indicate PM ACPI timer emulation support and select it by the appropriate SoCs. This Kconfig gets used in the follow-up changes. Change-Id: I6ded79221a01655f298ff92b8bd2afabd1d2a3ff Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46017 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
7ea4372d82
commit
fe6070f728
|
@ -13,6 +13,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select CACHE_MRC_SETTINGS
|
||||
select CPU_INTEL_COMMON
|
||||
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
select CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
select FSP_COMPRESS_FSP_S_LZ4
|
||||
select FSP_M_XIP
|
||||
select GENERIC_GPIO_LIB
|
||||
|
|
|
@ -26,6 +26,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
# CPU specific options
|
||||
select CPU_INTEL_COMMON
|
||||
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
select CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
select IOAPIC
|
||||
select PCR_COMMON_IOSF_1_0
|
||||
select SSE2
|
||||
|
|
|
@ -79,6 +79,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select CACHE_MRC_SETTINGS
|
||||
select CPU_INTEL_COMMON
|
||||
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
select CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
select FSP_COMPRESS_FSP_S_LZMA
|
||||
select FSP_M_XIP
|
||||
select GENERIC_GPIO_LIB
|
||||
|
|
|
@ -98,3 +98,11 @@ config INTEL_TME
|
|||
/16/Multi-Key-Total-Memory-Encryption-Spec.pdf". If CPU supports TME,
|
||||
it would get enabled. If CPU supports MKTME, this same config option
|
||||
enables MKTME.
|
||||
|
||||
config CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Select this if the SoC's ucode supports PM ACPI timer emulation (Common
|
||||
timer Copy), which is required to be able to disable the TCO PM ACPI
|
||||
timer for power saving.
|
||||
|
|
|
@ -13,6 +13,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select CACHE_MRC_SETTINGS
|
||||
select CPU_INTEL_COMMON
|
||||
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
select CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
select FSP_COMPRESS_FSP_S_LZ4
|
||||
select FSP_M_XIP
|
||||
select GENERIC_GPIO_LIB
|
||||
|
|
|
@ -12,6 +12,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select BOOT_DEVICE_SUPPORTS_WRITES
|
||||
select CACHE_MRC_SETTINGS
|
||||
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
select CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
select FSP_M_XIP
|
||||
select GENERIC_GPIO_LIB
|
||||
select HAVE_FSP_GOP
|
||||
|
|
|
@ -13,6 +13,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select CACHE_MRC_SETTINGS
|
||||
select CPU_INTEL_COMMON
|
||||
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
select CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
select COS_MAPPED_TO_MSB
|
||||
select FSP_COMPRESS_FSP_S_LZ4
|
||||
select FSP_M_XIP
|
||||
|
|
|
@ -24,6 +24,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select CACHE_MRC_SETTINGS
|
||||
select CPU_INTEL_COMMON
|
||||
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
select CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
select FSP_M_XIP
|
||||
select GENERIC_GPIO_LIB
|
||||
select HAVE_FSP_GOP
|
||||
|
|
|
@ -13,6 +13,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select CACHE_MRC_SETTINGS
|
||||
select CPU_INTEL_COMMON
|
||||
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
|
||||
select CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
select FSP_COMPRESS_FSP_S_LZ4
|
||||
select FSP_M_XIP
|
||||
select GENERIC_GPIO_LIB
|
||||
|
|
Loading…
Reference in New Issue