Re: [PATCH v3 10/29] arm: smh: Add some file manipulation commands

2022-04-02 Thread Tom Rini
On Tue, Mar 22, 2022 at 04:59:18PM -0400, Sean Anderson wrote: > In order to add filesystem support, we will need to be able to seek and > write files. Add the appropriate helper functions. > > Signed-off-by: Sean Anderson Applied to u-boot/next, thanks! -- Tom signature.asc Description: PG

[PATCH v3 10/29] arm: smh: Add some file manipulation commands

2022-03-22 Thread Sean Anderson
In order to add filesystem support, we will need to be able to seek and write files. Add the appropriate helper functions. Signed-off-by: Sean Anderson --- (no changes since v1) arch/arm/lib/semihosting.c | 67 +++--- include/semihosting.h | 20