Re: [PATCH v3 0/8] qcom: implement capsule updates

2024-06-06 Thread Sumit Garg
On Wed, 5 Jun 2024 at 18:12, Caleb Connolly wrote: > > Hi Sumit, > > On 05/06/2024 07:31, Sumit Garg wrote: > > Hi Caleb, > > > > On Mon, 3 Jun 2024 at 18:19, Caleb Connolly > > wrote: > >> > >> Hook up support for capsule updates loaded from disk on Qualcomm > >> platforms. > >> > >> Most

Re: [PATCH v3 0/8] qcom: implement capsule updates

2024-06-05 Thread Caleb Connolly
Hi Sumit, On 05/06/2024 07:31, Sumit Garg wrote: Hi Caleb, On Mon, 3 Jun 2024 at 18:19, Caleb Connolly wrote: Hook up support for capsule updates loaded from disk on Qualcomm platforms. Most Qualcomm devices have an A/B partition layout, with most partitions duplicated. The metadata on

Re: [PATCH v3 0/8] qcom: implement capsule updates

2024-06-04 Thread Sumit Garg
Hi Caleb, On Mon, 3 Jun 2024 at 18:19, Caleb Connolly wrote: > > Hook up support for capsule updates loaded from disk on Qualcomm > platforms. > > Most Qualcomm devices have an A/B partition layout, with most partitions > duplicated. The metadata on which slot is active is stored in the GPT >

[PATCH v3 0/8] qcom: implement capsule updates

2024-06-03 Thread Caleb Connolly
Hook up support for capsule updates loaded from disk on Qualcomm platforms. Most Qualcomm devices have an A/B partition layout, with most partitions duplicated. The metadata on which slot is active is stored in the GPT headers in the vendor-specific attribute bits of each partition. Add support