[coreboot-gerrit] New patch to review for coreboot: arch/riscv: Look for the CBFS in RAM

Jonathan Neuschäfer (j.neuschaefer@gmx.net) gerrit at coreboot.org
Tue Jun 21 19:44:35 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/15285

-gerrit

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

    arch/riscv: Look for the CBFS in RAM
    
    Change-Id: I98927a70adc45d9aca916bd985932b94287921de
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
 src/arch/riscv/rom_media.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/riscv/rom_media.c b/src/arch/riscv/rom_media.c
index 0c54e7a..45cecb8 100644
--- a/src/arch/riscv/rom_media.c
+++ b/src/arch/riscv/rom_media.c
@@ -18,7 +18,7 @@
 /* This assumes that the CBFS resides at 0x0, which is true for the default
  * configuration. */
 static const struct mem_region_device boot_dev =
-	MEM_REGION_DEV_INIT(NULL, CONFIG_ROM_SIZE);
+	MEM_REGION_DEV_INIT(0x80000000, CONFIG_ROM_SIZE);
 
 const struct region_device *boot_device_ro(void)
 {



More information about the coreboot-gerrit mailing list