Re: [PATCH RFT v2 0/3] fastboot: add support for generic block flashing

2025-04-17 Thread Mattijs Korpershoek
Hey Neil, Thank you for the series. On mer., avril 09, 2025 at 09:58, neil.armstr...@linaro.org wrote: > This serie permits using any block device as target > for fastboot by moving the generic block logic into > a common set of helpers and also use them as generic > backend. > > The erase logic

Re: [PATCH RFT v2 0/3] fastboot: add support for generic block flashing

2025-04-14 Thread Mattijs Korpershoek
Hey Neil, On lun., avril 14, 2025 at 11:13, Neil Armstrong wrote: > Hi Mattijs, > > On 09/04/2025 09:58, neil.armstr...@linaro.org wrote: >> This serie permits using any block device as target >> for fastboot by moving the generic block logic into >> a common set of helpers and also use them as

Re: [PATCH RFT v2 0/3] fastboot: add support for generic block flashing

2025-04-14 Thread Neil Armstrong
Hi Mattijs, On 09/04/2025 09:58, neil.armstr...@linaro.org wrote: This serie permits using any block device as target for fastboot by moving the generic block logic into a common set of helpers and also use them as generic backend. The erase logic has been extended to support software erase sin