On Fri, 1 Nov 2024 at 03:18, Michal Simek <[email protected]> wrote: > > u-boot.itb has been generated via mkimage_fit_atf.sh but it is on the way > out that's why convert it's description to binman. > Compare to script binman description is not able to configure BL31 and BL32 > load/entry addresses which should be done separately. > > Signed-off-by: Michal Simek <[email protected]> > --- > > Changes in v2: > - new patch > > arch/arm/dts/Makefile | 1 + > arch/arm/dts/zynqmp-binman.dts | 111 +++++++++++++++++++++++++++ > configs/xilinx_zynqmp_virt_defconfig | 3 + > 3 files changed, 115 insertions(+) > create mode 100644 arch/arm/dts/zynqmp-binman.dts >
Reviewed-by: Simon Glass <[email protected]>

