[U-Boot] [U-Boot, v2, 2/2] Kconfig: Add u-boot.itb BUILD_TARGET for Rockchip

Jagan Teki jagan at amarulasolutions.com
Thu Apr 18 06:10:34 UTC 2019


On Sat, Feb 2, 2019 at 9:05 AM Tom Rini <trini at konsulko.com> wrote:
>
> 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 <jagan at 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

This seems bit crazy, I have included python-pyelftools in packages
seems like travis host cann't find the package, may be some dependency
but as per as I know it has dependency with python.

> 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?

Yes, thought off, will send few changes wrt this support.


More information about the U-Boot mailing list