Marc Jones has uploaded this change for review. ( https://review.coreboot.org/22961
Change subject: soc/amd/stoneyridge: select RTC ......................................................................
soc/amd/stoneyridge: select RTC
Stoneyridge has an RTC. Elog requires it for timestamps.
BUG=b:65485690 TEST=Build Kahlee with Elog. Check mosys eventlog list for timestamps.
Change-Id: I4d820fbe11043e7e3153d67159f52274d5f14bae Signed-off-by: Marc Jones marcj303@gmail.com --- M src/soc/amd/stoneyridge/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/22961/1
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 4455f54..deef8af 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -64,6 +64,7 @@ select POSTCAR_CONSOLE select SSE select SSE2 + select RTC
config VBOOT select VBOOT_SEPARATE_VERSTAGE