[coreboot-gerrit] New patch to review for coreboot: 3f55274 qemu-riscv: add preram_cbmem_console

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Tue Mar 17 20:16:02 CET 2015


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8712

-gerrit

commit 3f552747a5ba2bc57887d3a4babf276c9f1f3745
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Tue Mar 17 14:12:30 2015 -0500

    qemu-riscv: add preram_cbmem_console
    
    Miraculously a console is being compiled in for romstage.
    However, as no calls were potentially printing to the preram
    console this was being ignored. Instead provide the symbol
    required so as not to fail the build.
    
    Change-Id: Id8f0b6e6d15b41fa7fe1b63bf2d91f15baa0edda
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/arch/riscv/romstage.ld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/riscv/romstage.ld b/src/arch/riscv/romstage.ld
index a58aee3..4cb0050 100644
--- a/src/arch/riscv/romstage.ld
+++ b/src/arch/riscv/romstage.ld
@@ -76,7 +76,7 @@ SECTIONS
 
 	_end = .;
 
-	/*preram_cbmem_console = CONFIG_CONSOLE_PRERAM_BUFFER_BASE;*/
+	preram_cbmem_console = CONFIG_CONSOLE_PRERAM_BUFFER_BASE;
 
 	/* Discard the sections we don't need/want */
 	/DISCARD/ : {



More information about the coreboot-gerrit mailing list