[RFC PATCH 0/3] OpenSBI debug console support

Atish Patra atishp at atishpatra.org
Sat Nov 12 00:48:43 PST 2022


On Thu, Nov 10, 2022 at 9:01 AM Anup Patel <apatel at ventanamicro.com> wrote:
>
> The latest draft-v4 proposal of SBI debug console can be found here:
> https://lists.riscv.org/g/tech-unixplatformspec/message/1815
>

Can you send it as a patch to the tec-prs mailing list in the adoc
format as well ?

> This series implements SBI debug console support in OpenSBI
> as-per above draft proposal.
>
> These patches can also be found in riscv_sbi_dbcn_v1 branch
> at: https://github.com/avpatel/opensbi.git
>
> Anup Patel (3):
>   include: Add defines for SBI debug console extension
>   lib: sbi: Add sbi_nputs() function
>   lib: sbi: Implement SBI debug console extension
>
>  include/sbi/sbi_console.h         |  2 ++
>  include/sbi/sbi_ecall_interface.h |  4 ++++
>  lib/sbi/Kconfig                   |  4 ++++
>  lib/sbi/objects.mk                |  1 +
>  lib/sbi/sbi_console.c             | 10 ++++++++++
>  lib/sbi/sbi_ecall_replace.c       | 30 ++++++++++++++++++++++++++++++
>  6 files changed, 51 insertions(+)
>
> --
> 2.34.1
>


-- 
Regards,
Atish



More information about the opensbi mailing list