Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31102
Change subject: soc/intel/cannonlake: Enable RTC support ......................................................................
soc/intel/cannonlake: Enable RTC support
Turn on RTC support for Cannonlake SOC.
BUG=b:123372643 TEST=build and boot up on sarien platform, run cbmem -c, the "timestamp unavilable" error message gone.
Signed-off-by: Lijian Zhao lijian.zhao@intel.com Change-Id: I34e73f6508bd83e2c8edf740c33eb253bffa5e6d --- M src/soc/intel/cannonlake/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/31102/1
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index f8193cd..6bd8a7f 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -49,6 +49,7 @@ select POSTCAR_CONSOLE select POSTCAR_STAGE select REG_SCRIPT + select RTC select SMM_TSEG select SMP select SOC_AHCI_PORT_IMPLEMENTED_INVERT @@ -62,6 +63,7 @@ select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2 select SOC_INTEL_COMMON_BLOCK_HDA + select SOC_INTEL_COMMON_BLOCK_RTC select SOC_INTEL_COMMON_BLOCK_SA select SOC_INTEL_COMMON_BLOCK_SMM select SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP