From 7312c54dc684099a6d85ae13f3de097754ced0f0 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 12 May 2014 21:52:54 -0600 Subject: add rtc_init() to romstage The FSP clears the bit that tells us whether or not the RTC has lost power when it sets up memory. Because of this, we need to initialize the RTC in romstage instead of ramstage. Change-Id: I158e4339fc539d32cfb2428042df6156d312a5f4 Signed-off-by: Martin Roth Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/5735 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/drivers/pc80/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/pc80/Makefile.inc') diff --git a/src/drivers/pc80/Makefile.inc b/src/drivers/pc80/Makefile.inc index 4d0a280b2a..d216e2cc63 100644 --- a/src/drivers/pc80/Makefile.inc +++ b/src/drivers/pc80/Makefile.inc @@ -1,3 +1,4 @@ +romstage-y += mc146818rtc.c ramstage-y += mc146818rtc.c ramstage-y += isa-dma.c ramstage-y += i8254.c -- cgit v1.2.3