Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31112 )
Change subject: soc/intel/common/rtc: Enable RTC in common code RTC ......................................................................
soc/intel/common/rtc: Enable RTC in common code RTC
Intel RTC common code driver need to turn on RTC itself.After the change, cannonlake and icelake platform will have RTC enabled.
BUG=b:123372643 TEST=build and boot up on sarien platform, check .config to see CONFIG_RTC is set.
Signed-off-by: Lijian Zhao lijian.zhao@intel.com Change-Id: I0c8c5cf9e6f7f338b1f2f784c04254649d257536 Reviewed-on: https://review.coreboot.org/c/31112 Reviewed-by: Subrata Banik subrata.banik@intel.com Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/intel/common/block/rtc/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Subrata Banik: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve
diff --git a/src/soc/intel/common/block/rtc/Kconfig b/src/soc/intel/common/block/rtc/Kconfig index d194f15..eda2063 100644 --- a/src/soc/intel/common/block/rtc/Kconfig +++ b/src/soc/intel/common/block/rtc/Kconfig @@ -1,4 +1,5 @@ config SOC_INTEL_COMMON_BLOCK_RTC bool + select RTC help Intel Processor common RTC support