Re: [PATCH v3 15/29] arm: smh: Add some functions for working with the host console

2022-04-02 Thread Tom Rini
On Tue, Mar 22, 2022 at 04:59:23PM -0400, Sean Anderson wrote: > This adds three wrappers around the semihosting commands for reading and > writing to the host console. We use the more standard getc/putc/puts > names instead of readc/writec/write0 for familiarity. > > Signed-off-by: Sean Anderson

[PATCH v3 15/29] arm: smh: Add some functions for working with the host console

2022-03-22 Thread Sean Anderson
This adds three wrappers around the semihosting commands for reading and writing to the host console. We use the more standard getc/putc/puts names instead of readc/writec/write0 for familiarity. Signed-off-by: Sean Anderson --- (no changes since v1) arch/arm/lib/semihosting.c | 18 +++