From 115ff26eb0145f27cd56e62ba8d79fdfcc85c79a Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Fri, 20 Oct 2023 19:52:35 +0800 Subject: [PATCH] OpenSBI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50b73d2..e6bd741 100644 --- a/README.md +++ b/README.md @@ -8337,7 +8337,7 @@ Here are the SBI Specs... Definitely no Debug Console in there! -Debug Console appears in [SBI Spec v2.0-rc1](https://github.com/riscv-non-isa/riscv-sbi-doc/blob/v2.0-rc1/riscv-sbi.adoc), but there isn't an official SBI Spec v2.0 yet. +Debug Console appears in [SBI Spec v2.0 RC1](https://github.com/riscv-non-isa/riscv-sbi-doc/blob/v2.0-rc1/riscv-sbi.adoc), but there isn't an official SBI Spec v2.0 yet. What exactly does JH7110 OpenSBI implement? The Debug Console code is already inside: [sbi_ecall_dbcn.c](https://github.com/starfive-tech/opensbi/blob/c6a092cd80112529cb2e92e180767ff5341b22a3/lib/sbi/sbi_ecall_dbcn.c)