Re: [PATCH v4 2/3] arch/riscv: add semihosting support for RISC-V

2022-09-22 Thread Kautuk Consul
Hi Sean, On Thu, Sep 22, 2022 at 10:35 PM Sean Anderson wrote: > > > > On 9/19/22 7:49 AM, Kautuk Consul wrote: > > We add RISC-V semihosting based serial console for JTAG based early > > debugging. > > > > The RISC-V semihosting specification is available at: > > https://github.com/riscv/riscv-s

Re: [PATCH v4 2/3] arch/riscv: add semihosting support for RISC-V

2022-09-22 Thread Sean Anderson
On 9/19/22 7:49 AM, Kautuk Consul wrote: > We add RISC-V semihosting based serial console for JTAG based early > debugging. > > The RISC-V semihosting specification is available at: > https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc > > Signed-off-by: Anup

Re: [PATCH v4 2/3] arch/riscv: add semihosting support for RISC-V

2022-09-22 Thread Leo Liang
On Mon, Sep 19, 2022 at 05:19:07PM +0530, Kautuk Consul wrote: > We add RISC-V semihosting based serial console for JTAG based early > debugging. > > The RISC-V semihosting specification is available at: > https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc > > S

[PATCH v4 2/3] arch/riscv: add semihosting support for RISC-V

2022-09-19 Thread Kautuk Consul
We add RISC-V semihosting based serial console for JTAG based early debugging. The RISC-V semihosting specification is available at: https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc Signed-off-by: Anup Patel Signed-off-by: Kautuk Consul --- arch/riscv/inclu