Re: [PATCH v4] Fix flashing of eMMC user area with Fastboot

2021-08-22 Thread Tom Rini
On Wed, May 19, 2021 at 01:31:31PM +0300, Oleh Kravchenko wrote: > 'gpt' and 'mmc0' fastboot partitions have been treated as the same device, > but it is wrong. > > Fill disk_partition structure with eMMC user partition info > to properly flash data. > > Signed-off-by: Oleh Kravchenko > Cc: Pan

Re: [PATCH v4] Fix flashing of eMMC user area with Fastboot

2021-05-26 Thread Oleh Kravchenko
Hello Tom, coud you please cherry-pick this patch? Lukasz doesn't respond :( 20.05.21 18:23, Oleh Kravchenko пише: > Hello Lukasz, > Could you please review this patch too? > > This patch fixes Fastboot behaviour, > when flashing or erasing of eMMC user area was requested. > > 20.05.21 18:00, Sea

Re: [PATCH v4] Fix flashing of eMMC user area with Fastboot

2021-05-20 Thread Oleh Kravchenko
Hello Lukasz, Could you please review this patch too? This patch fixes Fastboot behaviour, when flashing or erasing of eMMC user area was requested. 20.05.21 18:00, Sean Anderson пише: > > > On 5/20/21 10:44 AM, Oleh Kravchenko wrote: >> Thank you, Sean! >> >> Could you please take a look at th

Re: [PATCH v4] Fix flashing of eMMC user area with Fastboot

2021-05-20 Thread Sean Anderson
On 5/20/21 10:44 AM, Oleh Kravchenko wrote: Thank you, Sean! Could you please take a look at this patch too? https://patchwork.ozlabs.org/project/uboot/patch/20210514210620.24715-1-o...@kaa.org.ua/ You may want to CC Lukas Majewski. I believe he took fastboot patches last time they got mer

Re: [PATCH v4] Fix flashing of eMMC user area with Fastboot

2021-05-20 Thread Oleh Kravchenko
Thank you, Sean! Could you please take a look at this patch too? https://patchwork.ozlabs.org/project/uboot/patch/20210514210620.24715-1-o...@kaa.org.ua/ 20.05.21 17:32, Sean Anderson пише: > > > On 5/19/21 6:31 AM, Oleh Kravchenko wrote: >> 'gpt' and 'mmc0' fastboot partitions have been treate

Re: [PATCH v4] Fix flashing of eMMC user area with Fastboot

2021-05-20 Thread Sean Anderson
On 5/19/21 6:31 AM, Oleh Kravchenko wrote: 'gpt' and 'mmc0' fastboot partitions have been treated as the same device, but it is wrong. Fill disk_partition structure with eMMC user partition info to properly flash data. Signed-off-by: Oleh Kravchenko Cc: Pantelis Antoniou Cc: Marek Vasut C

Re: [PATCH v4] Fix flashing of eMMC user area with Fastboot

2021-05-19 Thread Oleh Kravchenko
Hello Sean, Could you please take a look? I've updated the patch. 19.05.21 13:31, Oleh Kravchenko пише: > 'gpt' and 'mmc0' fastboot partitions have been treated as the same device, > but it is wrong. > > Fill disk_partition structure with eMMC user partition info > to properly flash data. > > Sig

[PATCH v4] Fix flashing of eMMC user area with Fastboot

2021-05-19 Thread Oleh Kravchenko
'gpt' and 'mmc0' fastboot partitions have been treated as the same device, but it is wrong. Fill disk_partition structure with eMMC user partition info to properly flash data. Signed-off-by: Oleh Kravchenko Cc: Pantelis Antoniou Cc: Marek Vasut Cc: Sean Anderson Cc: Tom Rini --- Changes fo