<p>Jonathan Neuschäfer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21686">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">[HACK] arch/riscv: build the code without RVC<br><br>RVC (the RISC-V Compressed extension) cases problems for<br>handle_misaligned_{load,store}, but I feel there should be a better<br>solution than simply hard-coding the architecture variant that I'm<br>currently testing against.<br><br>IOW: Do not merge, for now.<br><br>Change-Id: Iea8fc6657c196f8580a51f0cb75d5532254bd7c2<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M src/arch/riscv/Makefile.inc<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/21686/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/arch/riscv/Makefile.inc b/src/arch/riscv/Makefile.inc<br>index c68fd1e..47dbe7a 100644<br>--- a/src/arch/riscv/Makefile.inc<br>+++ b/src/arch/riscv/Makefile.inc<br>@@ -15,9 +15,9 @@<br> ##<br> ################################################################################<br> <br>-riscv_flags = -I$(src)/arch/riscv/ -mcmodel=medany<br>+riscv_flags = -I$(src)/arch/riscv/ -mcmodel=medany -march=rv64imafd<br> <br>-riscv_asm_flags =<br>+riscv_asm_flags = -march=rv64imafd<br> <br> ifeq ($(CONFIG_ARCH_RAMSTAGE_RISCV),y)<br> check-ramstage-overlap-regions += stack<br></pre><p>To view, visit <a href="https://review.coreboot.org/21686">change 21686</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21686"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iea8fc6657c196f8580a51f0cb75d5532254bd7c2 </div>
<div style="display:none"> Gerrit-Change-Number: 21686 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>