Re: [PATCH v4 8/9] fastboot: Allow u-boot-style partitions

2021-02-07 Thread Heiko Schocher
Hello Sean, Lukasz, On 07.02.21 00:49, Sean Anderson wrote: > On 2/6/21 12:37 PM, Lukasz Majewski wrote: >> Hi Sean, >> >>> On 2/5/21 9:46 AM, Lukasz Majewski wrote: >>>   > Hi Sean, >>>   > >>>   >> This adds support for partitions of the form "dev.hwpart:part" and >>>   >> "dev#partname". This

Re: [PATCH v4 8/9] fastboot: Allow u-boot-style partitions

2021-02-06 Thread Sean Anderson
On 2/6/21 12:37 PM, Lukasz Majewski wrote: Hi Sean, On 2/5/21 9:46 AM, Lukasz Majewski wrote: > Hi Sean, > >> This adds support for partitions of the form "dev.hwpart:part" and >> "dev#partname". This allows one to flash to eMMC boot partitions >> without having to use

Re: [PATCH v4 8/9] fastboot: Allow u-boot-style partitions

2021-02-06 Thread Lukasz Majewski
Hi Sean, > On 2/5/21 9:46 AM, Lukasz Majewski wrote: > > Hi Sean, > > > >> This adds support for partitions of the form "dev.hwpart:part" and > >> "dev#partname". This allows one to flash to eMMC boot partitions > >> without having to use CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT. It also > >>

Re: [PATCH v4 8/9] fastboot: Allow u-boot-style partitions

2021-02-05 Thread Sean Anderson
On 2/5/21 9:46 AM, Lukasz Majewski wrote: > Hi Sean, > >> This adds support for partitions of the form "dev.hwpart:part" and >> "dev#partname". This allows one to flash to eMMC boot partitions >> without having to use CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT. It also >> allows one to flash to an

Re: [PATCH v4 8/9] fastboot: Allow u-boot-style partitions

2021-02-05 Thread Lukasz Majewski
Hi Sean, > This adds support for partitions of the form "dev.hwpart:part" and > "dev#partname". This allows one to flash to eMMC boot partitions > without having to use CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT. It also > allows one to flash to an entire device without needing >

[PATCH v4 8/9] fastboot: Allow u-boot-style partitions

2021-02-02 Thread Sean Anderson
This adds support for partitions of the form "dev.hwpart:part" and "dev#partname". This allows one to flash to eMMC boot partitions without having to use CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT. It also allows one to flash to an entire device without needing CONFIG_FASTBOOT_MMC_USER_NAME. Lastly, one