From 91595724e7f302e0a876f0507e307f37f5871a7d Mon Sep 17 00:00:00 2001 From: Philipp Hug Date: Thu, 13 Sep 2018 22:18:06 +0200 Subject: soc/sifive/fu540: Initialize SDRAM Based on SiFive bootloader code Change-Id: I71043ce9e458e25e64da28d53cd36b02d2e22acc Signed-off-by: Philipp Hug Reviewed-on: https://review.coreboot.org/28604 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/mainboard/sifive/hifive-unleashed/romstage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/sifive/hifive-unleashed/romstage.c b/src/mainboard/sifive/hifive-unleashed/romstage.c index 9729f86f4a..df4cf894b2 100644 --- a/src/mainboard/sifive/hifive-unleashed/romstage.c +++ b/src/mainboard/sifive/hifive-unleashed/romstage.c @@ -40,5 +40,7 @@ void main(void) uart_init(CONFIG_UART_FOR_CONSOLE); #endif + sdram_init(); + run_ramstage(); } -- cgit v1.2.3