Re: [PATCH v2 00/28] arm: semihosting: Cleanups and new features

2022-03-11 Thread Sean Anderson
Hi Andre, On 3/11/22 1:22 PM, Andre Przywara wrote: > On Thu, 10 Mar 2022 15:50:30 -0500 > Sean Anderson wrote: > > Hi Sean, > > many thanks for doing this, I like that clean up. > >> This cleans up the semihosting code and adds the following new features: >> >> - hostfs support (like

Re: [PATCH v2 00/28] arm: semihosting: Cleanups and new features

2022-03-11 Thread Andre Przywara
On Thu, 10 Mar 2022 15:50:30 -0500 Sean Anderson wrote: Hi Sean, many thanks for doing this, I like that clean up. > This cleans up the semihosting code and adds the following new features: > > - hostfs support (like sandbox) > - support for being used as a SPL boot device > - serial device

[PATCH v2 00/28] arm: semihosting: Cleanups and new features

2022-03-10 Thread Sean Anderson
This cleans up the semihosting code and adds the following new features: - hostfs support (like sandbox) - support for being used as a SPL boot device - serial device support - falling back to normal drivers if semihosting is disabled The main device affected by these changes is vexpress64, so