On 16. 01. 19 22:34, Simon Glass wrote: > On Wed, 16 Jan 2019 at 04:24, Michal Simek <[email protected]> wrote: >> >> Bootrom is not capable to work with non align bootloader partition >> that's why it is necessary to align it before boot.bin creation. >> The patch is creating new spl/u-boot-spl-align.bin which is used only >> for boot.bin. >> >> Signed-off-by: Michal Simek <[email protected]> >> --- >> >> Changes in v2: >> - New patch for solving issue with zynqmpimage.c >> >> scripts/Makefile.spl | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) > > Can we use binman for zynq? Also, why not always align?
First of all this is for zynqmp/arm64 only. Zynq/arm32 doesn't have this issue based on my testing. I wanted to look at binman but didn't have a time. u-boot-spl.bin is align already but dtbs are not. That's why when DT is appended we get non aligned u-boot-spl.bin. I don't know if this is an issue for others but I would say that aligning of this new generated image make sense even for others. > > Reviewed-by: Simon Glass <[email protected]> > Thanks, Michal _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

