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

2021-01-07 Thread Simon Glass
On Mon, 4 Jan 2021 at 09:53, Sean Anderson wrote: > > > > On 12/31/20 5:48 PM, Sean Anderson wrote: > > 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 8/9] fastboot: Allow u-boot-style partitions

2021-01-04 Thread Sean Anderson
On 12/31/20 5:48 PM, Sean Anderson wrote: > 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

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

2020-12-31 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