[coreboot-gerrit] New patch to review for coreboot: [WIP] arch/riscv: Move CBMEM into RAM

Jonathan Neuschäfer (j.neuschaefer@gmx.net) gerrit at coreboot.org
Tue Jun 21 19:44:18 CEST 2016


Jonathan Neuschäfer (j.neuschaefer at gmx.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15284

-gerrit

commit e4fe89208a0cab81eee80b7f03fa2fced1fc431e
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Tue Jun 21 19:37:03 2016 +0200

    [WIP] arch/riscv: Move CBMEM into RAM
    
    Change-Id: If4092d094a856f6783887c062d6682dd13a73b8f
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
 src/soc/ucb/riscv/cbmem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/ucb/riscv/cbmem.c b/src/soc/ucb/riscv/cbmem.c
index 3aabf19..a013e01 100644
--- a/src/soc/ucb/riscv/cbmem.c
+++ b/src/soc/ucb/riscv/cbmem.c
@@ -16,5 +16,5 @@
 void *cbmem_top(void)
 {
 	// TODO: find out how RISCV stores this.
-        return (void *)0x1fff000;
+        return (void *)0xc0000000;
 }



More information about the coreboot-gerrit mailing list