From f04426488694c68bdde817c1f1a94e6ba16fb701 Mon Sep 17 00:00:00 2001 From: Yidi Lin Date: Mon, 23 May 2022 12:32:06 +0800 Subject: [PATCH] mainboard/google/corsola: Fix incorrect timestamps in the eventlog Timestamp '2000-00-00 00:00:00' is considered as the invalid format. Enable RTC to fix incorrect timestamp format in the eventlog. BUG=b:232035991 TEST=check the timestamp field in /var/log/eventlog.txt Change-Id: I8d9822075377734ef4a609ddeee79385fe7af0f0 Signed-off-by: Yidi Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/64585 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu Reviewed-by: Rex-BC Chen --- src/mainboard/google/corsola/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig index 1a1d5f950c..7b00563458 100644 --- a/src/mainboard/google/corsola/Kconfig +++ b/src/mainboard/google/corsola/Kconfig @@ -40,6 +40,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_LINEAR_FRAMEBUFFER select DRIVER_ANALOGIX_ANX7625 select DRIVER_PARADE_PS8640 + select RTC config MAINBOARD_DIR string