Re: [PATCH v5 20/23] FWU: synquacer: Generate dfu_alt_info from devicetree partition

2022-07-19 Thread Jassi Brar
On Tue, 19 Jul 2022 at 20:13, Takahiro Akashi wrote: > > On Mon, Jul 18, 2022 at 09:49:56AM -0500, Jassi Brar wrote: > > On Fri, 17 Jun 2022 at 09:02, Michal Simek wrote: > > > On 6/9/22 14:30, Sughosh Ganu wrote: > > > > From: Masami Hiramatsu > > . > > > > > > > > > > @@ -188,6 +178,9 @@ i

Re: [PATCH v5 20/23] FWU: synquacer: Generate dfu_alt_info from devicetree partition

2022-07-19 Thread Takahiro Akashi
On Mon, Jul 18, 2022 at 09:49:56AM -0500, Jassi Brar wrote: > On Fri, 17 Jun 2022 at 09:02, Michal Simek wrote: > > On 6/9/22 14:30, Sughosh Ganu wrote: > > > From: Masami Hiramatsu > . > > > > > > > @@ -188,6 +178,9 @@ int board_late_init(void) > > > { > > > int ret; > > > > > > +

Re: [PATCH v5 20/23] FWU: synquacer: Generate dfu_alt_info from devicetree partition

2022-07-18 Thread Jassi Brar
On Fri, 17 Jun 2022 at 09:02, Michal Simek wrote: > On 6/9/22 14:30, Sughosh Ganu wrote: > > From: Masami Hiramatsu . > > > > @@ -188,6 +178,9 @@ int board_late_init(void) > > { > > int ret; > > > > + /* Make mmc available for EFI */ > > + run_command("mmc dev 0", 0); > > + >

Re: [PATCH v5 20/23] FWU: synquacer: Generate dfu_alt_info from devicetree partition

2022-06-17 Thread Michal Simek
On 6/9/22 14:30, Sughosh Ganu wrote: From: Masami Hiramatsu Generate dfu_alt_info from the partition uuid information in the devicetree, and record the mapping of partition uuid and the index of dfu_alt_num. This could be a reference implementation of the automatic DFU generation for FWU mu

[PATCH v5 20/23] FWU: synquacer: Generate dfu_alt_info from devicetree partition

2022-06-09 Thread Sughosh Ganu
From: Masami Hiramatsu Generate dfu_alt_info from the partition uuid information in the devicetree, and record the mapping of partition uuid and the index of dfu_alt_num. This could be a reference implementation of the automatic DFU generation for FWU multi-bank update for non GPT firmware platf