Re: [PATCH v4 1/3] lib: Add common semihosting library

2022-09-22 Thread Kautuk Consul
Hi Sean, On Thu, Sep 22, 2022 at 10:30 PM Sean Anderson wrote: > > > > On 9/19/22 7:49 AM, Kautuk Consul wrote: > > We factor out the arch-independent parts of the ARM semihosting > > implementation as a common library so that it can be shared > > with RISC-V. > > > > Signed-off-by: Kautuk Consul

Re: [PATCH v4 1/3] lib: Add common semihosting library

2022-09-22 Thread Sean Anderson
On 9/19/22 7:49 AM, Kautuk Consul wrote: > We factor out the arch-independent parts of the ARM semihosting > implementation as a common library so that it can be shared > with RISC-V. > > Signed-off-by: Kautuk Consul > --- > arch/arm/Kconfig | 46 - > arch/arm/lib/semihosti

Re: [PATCH v4 1/3] lib: Add common semihosting library

2022-09-22 Thread Leo Liang
On Mon, Sep 19, 2022 at 05:19:06PM +0530, Kautuk Consul wrote: > We factor out the arch-independent parts of the ARM semihosting > implementation as a common library so that it can be shared > with RISC-V. > > Signed-off-by: Kautuk Consul > --- > arch/arm/Kconfig | 46 - > arc

[PATCH v4 1/3] lib: Add common semihosting library

2022-09-19 Thread Kautuk Consul
We factor out the arch-independent parts of the ARM semihosting implementation as a common library so that it can be shared with RISC-V. Signed-off-by: Kautuk Consul --- arch/arm/Kconfig | 46 - arch/arm/lib/semihosting.c | 181 +--- include/sem