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

2022-10-11 Thread Rick Chen
dt > ; Rasmus Villemoes ; Eugen > Hristev ; Stefan Roese ; Loic > Poulain ; Peng Fan ; Michal Simek > > Cc: u-boot@lists.denx.de; Kautuk Consul ; Anup > Patel > Subject: [PATCH v5 2/3] arch/riscv: add semihosting support for RISC-V > > We add RISC-V semihosting

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

2022-10-10 Thread Sean Anderson
On 9/23/22 3:03 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

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

2022-09-23 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