Re: [RFC PATCH 01/10] GPT: Add function to get gpt header and partition entries

2021-12-09 Thread Sughosh Ganu
On Thu, 9 Dec 2021 at 07:02, AKASHI Takahiro wrote: > On Wed, Dec 08, 2021 at 01:10:51PM +0530, Sughosh Ganu wrote: > > hi Patrick, > > > > On Tue, 7 Dec 2021 at 21:05, Patrick DELAUNAY < > patrick.delau...@foss.st.com> > > wrote: > > > > > Hi Sugosh > > > > > > On 11/25/21 8:01 AM, Sughosh Ganu

Re: [RFC PATCH 01/10] GPT: Add function to get gpt header and partition entries

2021-12-08 Thread AKASHI Takahiro
On Wed, Dec 08, 2021 at 01:10:51PM +0530, Sughosh Ganu wrote: > hi Patrick, > > On Tue, 7 Dec 2021 at 21:05, Patrick DELAUNAY > wrote: > > > Hi Sugosh > > > > On 11/25/21 8:01 AM, Sughosh Ganu wrote: > > > > Add function to get the gpt header and partition entries filled. These > > > > would be

Re: [RFC PATCH 01/10] GPT: Add function to get gpt header and partition entries

2021-12-07 Thread Sughosh Ganu
hi Patrick, On Tue, 7 Dec 2021 at 21:05, Patrick DELAUNAY wrote: > Hi Sugosh > > On 11/25/21 8:01 AM, Sughosh Ganu wrote: > > Add function to get the gpt header and partition entries filled. These > > would be used subsequently for multi bank firmware update support on > > devices where the imag

Re: [RFC PATCH 01/10] GPT: Add function to get gpt header and partition entries

2021-12-07 Thread Patrick DELAUNAY
Hi Sugosh On 11/25/21 8:01 AM, Sughosh Ganu wrote: Add function to get the gpt header and partition entries filled. These would be used subsequently for multi bank firmware update support on devices where the images reside on GPT partitions. Signed-off-by: Sughosh Ganu

[RESEND RFC PATCH 01/10] GPT: Add function to get gpt header and partition entries

2021-11-24 Thread Sughosh Ganu
Add function to get the gpt header and partition entries filled. These would be used subsequently for multi bank firmware update support on devices where the images reside on GPT partitions. Signed-off-by: Sughosh Ganu --- disk/part_efi.c | 10 ++ include/part.h | 14 ++ 2 f

[RFC PATCH 01/10] GPT: Add function to get gpt header and partition entries

2021-11-24 Thread Sughosh Ganu
Add function to get the gpt header and partition entries filled. These would be used subsequently for multi bank firmware update support on devices where the images reside on GPT partitions. Signed-off-by: Sughosh Ganu --- disk/part_efi.c | 10 ++ include/part.h | 14 ++ 2 f