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

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

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

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