[PATCH 2/9] test: dm: Add test for fastboot mmc partition naming

2020-12-31 Thread Sean Anderson
This test verifies the mapping between fastboot partitions and partitions as understood by U-Boot. It also tests the creation of GPT partitions, though that is not the primary goal. Signed-off-by: Sean Anderson --- configs/sandbox64_defconfig | 2 ++ configs/sandbox_defconfig | 2 ++ test/d

Re: [PATCH 2/9] test: dm: Add test for fastboot mmc partition naming

2021-01-07 Thread Simon Glass
On Thu, 31 Dec 2020 at 15:49, Sean Anderson wrote: > > This test verifies the mapping between fastboot partitions and partitions > as understood by U-Boot. It also tests the creation of GPT partitions, > though that is not the primary goal. > > Signed-off-by: Sean Anderson > --- > > configs/sand