mbox series

[0/3] Few ECALL improvements

Message ID 20200904121341.156416-1-anup.patel@wdc.com
Headers show
Series Few ECALL improvements | expand

Message

Anup Patel Sept. 4, 2020, 12:13 p.m. UTC
This series does few ECALL trap related improvements.

These patches are also available in ecall_imp_v1 branch at
https://github.com/avpatel/opensbi.git

Anup Patel (3):
  lib: sbi: Don't handle VS-mode ecall in sbi_trap_handler()
  include: Rename ECALL defines to match latest RISC-V spec
  lib: sbi_trap: Allow M-mode to M-mode ECALLs

 include/sbi/riscv_encoding.h | 4 ++--
 lib/sbi/sbi_hart.c           | 2 +-
 lib/sbi/sbi_trap.c           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)