From 6b931125459250a015f6de438dbf9c23e9cd6d75 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 1 Nov 2018 17:48:37 +0100 Subject: sb/intel: Deduplicate vbnv_cmos_failed and rtc_init * Move all implementations to into common folder. * Add rtc.c for rtc based functions Allows all Intel based platforms to use VBOOT_VBNV_CMOS. Change-Id: Ia494e6d418af6f907c648376674776c54d95ba71 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/29427 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/southbridge/intel/lynxpoint/pch.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/southbridge/intel/lynxpoint/pch.h') diff --git a/src/southbridge/intel/lynxpoint/pch.h b/src/southbridge/intel/lynxpoint/pch.h index 1e59479561..5850ab564e 100644 --- a/src/southbridge/intel/lynxpoint/pch.h +++ b/src/southbridge/intel/lynxpoint/pch.h @@ -172,9 +172,6 @@ void disable_all_gpe(void); void enable_gpe(u32 mask); void disable_gpe(u32 mask); -/* Return non-zero when RTC failure happened. */ -int rtc_failure(void); - #if !defined(__PRE_RAM__) && !defined(__SMM__) #include #include -- cgit v1.2.3