Re: [PATCH 21/26] test: spl: Add functions to create filesystems

2023-10-11 Thread Sean Anderson
On 10/11/23 23:41, Simon Glass wrote: Hi Sean, On Wed, 11 Oct 2023 at 18:56, Sean Anderson wrote: Add some functions for creating fat/ext2 filesystems with a single file and a test for them. Filesystems require block devices, and it is easiest to just use MMC for this. To get an MMC, we must

Re: [PATCH 21/26] test: spl: Add functions to create filesystems

2023-10-11 Thread Simon Glass
Hi Sean, On Wed, 11 Oct 2023 at 18:56, Sean Anderson wrote: > > Add some functions for creating fat/ext2 filesystems with a single file and > a test for them. Filesystems require block devices, and it is easiest to > just use MMC for this. To get an MMC, we must also pull in the test device > tre

[PATCH 21/26] test: spl: Add functions to create filesystems

2023-10-11 Thread Sean Anderson
Add some functions for creating fat/ext2 filesystems with a single file and a test for them. Filesystems require block devices, and it is easiest to just use MMC for this. To get an MMC, we must also pull in the test device tree. Signed-off-by: Sean Anderson --- arch/sandbox/cpu/start.c