Re: [PATCH v2 3/3] test: Add test for partitions

2021-04-23 Thread Tom Rini
On Mon, Apr 12, 2021 at 06:53:07PM -0400, Sean Anderson wrote: > This is technically a library function, but we use MMCs for testing, so > it is easier to do it with DM. At the moment, the only block devices in > sandbox are MMCs (AFAIK) so we just test with those. > > Signed-off-by: Sean

Re: [PATCH v2 3/3] test: Add test for partitions

2021-04-22 Thread Sean Anderson
On 4/21/21 3:14 AM, Simon Glass wrote: > Hi Sean, > > On Fri, 16 Apr 2021 at 02:36, Sean Anderson wrote: >> >> >> >> On 4/14/21 3:37 PM, Simon Glass wrote: >> > Hi Sean, >> > >> > On Mon, 12 Apr 2021 at 23:53, Sean Anderson wrote: >> >> >> >> This is technically a library

Re: [PATCH v2 3/3] test: Add test for partitions

2021-04-21 Thread Simon Glass
Hi Sean, On Fri, 16 Apr 2021 at 02:36, Sean Anderson wrote: > > > > On 4/14/21 3:37 PM, Simon Glass wrote: > > Hi Sean, > > > > On Mon, 12 Apr 2021 at 23:53, Sean Anderson wrote: > >> > >> This is technically a library function, but we use MMCs for testing, so > >> it is easier to do it

Re: [PATCH v2 3/3] test: Add test for partitions

2021-04-15 Thread Sean Anderson
On 4/14/21 3:37 PM, Simon Glass wrote: > Hi Sean, > > On Mon, 12 Apr 2021 at 23:53, Sean Anderson wrote: >> >> This is technically a library function, but we use MMCs for testing, so >> it is easier to do it with DM. At the moment, the only block devices in >> sandbox are MMCs (AFAIK) so we

Re: [PATCH v2 3/3] test: Add test for partitions

2021-04-14 Thread Simon Glass
Hi Sean, On Mon, 12 Apr 2021 at 23:53, Sean Anderson wrote: > > This is technically a library function, but we use MMCs for testing, so > it is easier to do it with DM. At the moment, the only block devices in > sandbox are MMCs (AFAIK) so we just test with those. > > Signed-off-by: Sean

[PATCH v2 3/3] test: Add test for partitions

2021-04-12 Thread Sean Anderson
This is technically a library function, but we use MMCs for testing, so it is easier to do it with DM. At the moment, the only block devices in sandbox are MMCs (AFAIK) so we just test with those. Signed-off-by: Sean Anderson --- Changes in v2: - New test/dm/Makefile | 1 + test/dm/part.c