From 8e84723e02537229e079dcdb0795d2903eb1603d Mon Sep 17 00:00:00 2001 From: Barnali Sarkar Date: Fri, 17 Feb 2017 18:15:22 +0530 Subject: soc/intel/common/block: Add Intel common RTC code support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create Intel Common RTC code. This code currently only contains the code for configuring RTC required in Bootblock phase which has the following programming - * Enable upper 128 bytes of CMOS. Change-Id: Id9dfcdbc300c25f43936d1efb5d6f9d81d3c8453 Signed-off-by: Barnali Sarkar Reviewed-on: https://review.coreboot.org/18558 Reviewed-by: Aaron Durbin Reviewed-by: Philippe Mathieu-Daudé Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/rtc/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/soc/intel/common/block/rtc/Kconfig (limited to 'src/soc/intel/common/block/rtc/Kconfig') diff --git a/src/soc/intel/common/block/rtc/Kconfig b/src/soc/intel/common/block/rtc/Kconfig new file mode 100644 index 0000000000..d194f15d77 --- /dev/null +++ b/src/soc/intel/common/block/rtc/Kconfig @@ -0,0 +1,4 @@ +config SOC_INTEL_COMMON_BLOCK_RTC + bool + help + Intel Processor common RTC support -- cgit v1.2.3