On Fri, Jan 18, 2019 at 12:53:41PM +0530, Jagan Teki wrote:

> Add u-boot.itb BUILD_TARGET for Rockchip platform when SPL_LOAD_FIT
> is being used. This can get rid of building itb explicitly with
> 'make u-boot.itb' all required images will now build just by make.
> 
> Signed-off-by: Jagan Teki <ja...@amarulasolutions.com>

So, we have a problem.  Two actually, but the first is easily fixed.
The first is that in travis, we need python-pyelftools in order for the
python script to run.  The second and harder problem is seen here:
https://travis-ci.org/trini/u-boot/jobs/487680727
where we need to adapt the script to return a success error code and
scream at the end user that the resulting binary is not valid.  We have
this on all the other aarch64 platforms that have a default build target
that requires BL31, etc, and need it on rockchip with this patch.

I'd also really appreciate if someone could look at the N different
wrappers and see if we can't get something more common as it looks like
that for example between i.MX8 and Rockchip we have a lot of common
ground (make a FIT) and then just a binary modification at the end for
rockchip?

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to