Re: [PATCH] arm64: zynqmp: Add multiboot support for SPL/SPI offset calculation

2023-11-21 Thread Michal Simek
On 11/10/23 13:34, Michal Simek wrote: In case of A/B update systems there should be an option to load the same binary/binaries to different location and they should work. Before this patch boot.bin with U-Boot SPL can be added to whatever 32k offset in SPI and SPL finds u-boot.itb at CONFIG_S

[PATCH] arm64: zynqmp: Add multiboot support for SPL/SPI offset calculation

2023-11-10 Thread Michal Simek
In case of A/B update systems there should be an option to load the same binary/binaries to different location and they should work. Before this patch boot.bin with U-Boot SPL can be added to whatever 32k offset in SPI and SPL finds u-boot.itb at CONFIG_SYS_SPI_U_BOOT_OFFS offset. In case of A/B up