[coreboot-gerrit] Change in coreboot[master]: riscv: Bug in fetch instruction

Anonymous Coward (Code Review) gerrit at coreboot.org
Thu Jun 8 10:42:52 CEST 2017


Anonymous Coward #1001664 has uploaded a new patch set (#2). ( https://review.coreboot.org/20105 )

Change subject: riscv: Bug in fetch instruction
......................................................................

riscv: Bug in fetch instruction

I encountered a problem when i debug the code. The bug is continuously
trap in misaligned load.This is caused by the fetch in the exception
handling. Direct read 32bit value not care address alignment. But riscv
have 16bit instruction.

Change-Id: I2b96c73f6bbd8e5a6e0ff66944235fc179a29fe9
Signed-off-by: wxjstz <wxjstz at 126.com>
---
M src/arch/riscv/trap_handler.c
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/20105/2
-- 
To view, visit https://review.coreboot.org/20105
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2b96c73f6bbd8e5a6e0ff66944235fc179a29fe9
Gerrit-Change-Number: 20105
Gerrit-PatchSet: 2
Gerrit-Owner: Anonymous Coward #1001664



More information about the coreboot-gerrit mailing list