[coreboot-gerrit] Patch set updated for coreboot: util/riscvtools: Provide a tohost symbol so Spike doesn't hang

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Fri Jul 1 21:46:05 CEST 2016


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15288

-gerrit

commit 2d321144ed66509ec2337d300231fcf765257e27
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Thu Jun 30 22:58:52 2016 +0200

    util/riscvtools: Provide a tohost symbol so Spike doesn't hang
    
    See https://github.com/riscv/riscv-isa-sim/issues/54 for more
    information.
    
    Change-Id: I8cda8dc07866d395eb3ce5d94df8232840fa8b82
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
 util/riscvtools/spike-elf.ld | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/util/riscvtools/spike-elf.ld b/util/riscvtools/spike-elf.ld
index 341a16f..44114f7 100644
--- a/util/riscvtools/spike-elf.ld
+++ b/util/riscvtools/spike-elf.ld
@@ -8,4 +8,8 @@ SECTIONS
 	.data : {
 		*(.data)
 	}
+
+	tohost = .;
+	. = . + 8;
+	fromhost = .;
 }



More information about the coreboot-gerrit mailing list