Re: [PATCH v3 4/8] mach-snapdragon: implement capsule update support

2024-06-06 Thread Sumit Garg
On Wed, 5 Jun 2024 at 18:03, Caleb Connolly wrote: > > Hi Sumit, > >> +/** > >> + * qcom_configure_capsule_updates() - Configure the DFU string for > >> capsule updates > >> + * > >> + * U-Boot is flashed to the boot partition on Qualcomm boards. In most > >> cases there > >> + * are two boot pa

Re: [PATCH v3 4/8] mach-snapdragon: implement capsule update support

2024-06-05 Thread Caleb Connolly
Hi Sumit, +/** + * qcom_configure_capsule_updates() - Configure the DFU string for capsule updates + * + * U-Boot is flashed to the boot partition on Qualcomm boards. In most cases there + * are two boot partitions, boot_a and boot_b. As we don't currently support doing + * full A/B updates, w

Re: [PATCH v3 4/8] mach-snapdragon: implement capsule update support

2024-06-04 Thread Sumit Garg
Hi Caleb, On Mon, 3 Jun 2024 at 18:19, Caleb Connolly wrote: > > Qualcomm boards flash U-Boot to the boot partition, implement support > for determining which slot U-Boot is running from and finding the > correct boot partition for that slot and configuring the appropriate DFU > string. > > For n

Re: [PATCH v3 4/8] mach-snapdragon: implement capsule update support

2024-06-03 Thread Ilias Apalodimas
Hi Caleb, On Mon, 3 Jun 2024 at 15:49, Caleb Connolly wrote: > > Qualcomm boards flash U-Boot to the boot partition, implement support > for determining which slot U-Boot is running from and finding the > correct boot partition for that slot and configuring the appropriate DFU > string. > > For n

[PATCH v3 4/8] mach-snapdragon: implement capsule update support

2024-06-03 Thread Caleb Connolly
Qualcomm boards flash U-Boot to the boot partition, implement support for determining which slot U-Boot is running from and finding the correct boot partition for that slot and configuring the appropriate DFU string. For now this only supports boards with SCSI/UFS storage where U-Boot is flashed t