Re: [PATCH v2] xilinx: zynqmp: Save multiboot as variable

2021-10-29 Thread Michal Simek
On 10/25/21 10:10, Michal Simek wrote: Save multiboot register as u-boot variable. And use it as primary source for composing dfu_alt_info for capsule update. If variable is not defined Signed-off-by: Michal Simek --- Changes in v2: - Handle also error values from mult_boot() - Reported by

Re: [PATCH v2] xilinx: zynqmp: Save multiboot as variable

2021-10-25 Thread Oleksandr Suvorov
On Mon, Oct 25, 2021 at 11:11 AM Michal Simek wrote: > > Save multiboot register as u-boot variable. And use it as primary source > for composing dfu_alt_info for capsule update. If variable is not defined > > Signed-off-by: Michal Simek Reviewed-by: Oleksandr Suvorov > --- > > Changes in v2:

[PATCH v2] xilinx: zynqmp: Save multiboot as variable

2021-10-25 Thread Michal Simek
Save multiboot register as u-boot variable. And use it as primary source for composing dfu_alt_info for capsule update. If variable is not defined Signed-off-by: Michal Simek --- Changes in v2: - Handle also error values from mult_boot() - Reported by Oleksandr Suvorov board/xilinx/zynqmp/zy