Xiang Wang has uploaded a new patch set (#2). ( https://review.coreboot.org/28096 )
Change subject: riscv: add support for supervisor binary interface (SBI) ......................................................................
riscv: add support for supervisor binary interface (SBI)
SBI is runtime service for OS. For an introduction, please refer to https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.md
Change-Id: Ib6c1f21d2f085f02208305dc4e3a0f970d400c27 Signed-off-by: Xiang Wang wxjstz@126.com --- M src/arch/riscv/Makefile.inc A src/arch/riscv/include/sbi.h A src/arch/riscv/sbi.c M src/arch/riscv/trap_handler.c 4 files changed, 175 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/28096/2