Re: [PATCH v4 1/3] xilinx: dfu: Fill directly update_info.dfu_string

2025-03-03 Thread Michal Simek
On 2/28/25 19:15, Jon Humphreys wrote: Heinrich Schuchardt writes: On 28.02.25 16:41, Michal Simek wrote: On 2/28/25 15:33, Heinrich Schuchardt wrote: On 26.02.25 23:35, Jonathan Humphreys wrote: From: Michal Simek Directly fill update_info.dfu_string to prepare platforms to switch f

Re: [PATCH v4 1/3] xilinx: dfu: Fill directly update_info.dfu_string

2025-03-02 Thread Michal Simek
On 2/28/25 15:33, Heinrich Schuchardt wrote: On 26.02.25 23:35, Jonathan Humphreys wrote: From: Michal Simek Directly fill update_info.dfu_string to prepare platforms to switch from using dfu_alt_info variable to dfu_string which contains description for capsule update when switch is done.

Re: [PATCH v4 1/3] xilinx: dfu: Fill directly update_info.dfu_string

2025-02-28 Thread Jon Humphreys
Heinrich Schuchardt writes: > On 28.02.25 16:41, Michal Simek wrote: >> >> >> On 2/28/25 15:33, Heinrich Schuchardt wrote: >>> On 26.02.25 23:35, Jonathan Humphreys wrote: From: Michal Simek Directly fill update_info.dfu_string to prepare platforms to switch from using dfu_al

Re: [PATCH v4 1/3] xilinx: dfu: Fill directly update_info.dfu_string

2025-02-28 Thread Heinrich Schuchardt
On 28.02.25 16:41, Michal Simek wrote: On 2/28/25 15:33, Heinrich Schuchardt wrote: On 26.02.25 23:35, Jonathan Humphreys wrote: From: Michal Simek Directly fill update_info.dfu_string to prepare platforms to switch from using dfu_alt_info variable to dfu_string which contains description f

Re: [PATCH v4 1/3] xilinx: dfu: Fill directly update_info.dfu_string

2025-02-28 Thread Heinrich Schuchardt
On 26.02.25 23:35, Jonathan Humphreys wrote: From: Michal Simek Directly fill update_info.dfu_string to prepare platforms to switch from using dfu_alt_info variable to dfu_string which contains description for capsule update when switch is done. Other platforms only set the environment variab

[PATCH v4 1/3] xilinx: dfu: Fill directly update_info.dfu_string

2025-02-26 Thread Jonathan Humphreys
From: Michal Simek Directly fill update_info.dfu_string to prepare platforms to switch from using dfu_alt_info variable to dfu_string which contains description for capsule update when switch is done. Signed-off-by: Michal Simek Reviewed-by: Mattijs Korpershoek Acked-by: Ilias Apalodimas ---