Philipp Hug has uploaded this change for review. ( https://review.coreboot.org/28622
Change subject: sifive/hifive-unleashed: enable CBMEM support ......................................................................
sifive/hifive-unleashed: enable CBMEM support
Change-Id: I3eacba9c1c20bbfa270dd7a9afabe48ed9092bcc Signed-off-by: Philipp Hug philipp@hug.cx --- M src/mainboard/sifive/hifive-unleashed/romstage.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/28622/1
diff --git a/src/mainboard/sifive/hifive-unleashed/romstage.c b/src/mainboard/sifive/hifive-unleashed/romstage.c index df4cf89..3767491 100644 --- a/src/mainboard/sifive/hifive-unleashed/romstage.c +++ b/src/mainboard/sifive/hifive-unleashed/romstage.c @@ -42,5 +42,7 @@
sdram_init();
+ cbmem_initialize_empty(); + run_ramstage(); }