From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 18 Apr 2019 11:40:34 +0530 Subject: [U-Boot] [U-Boot, v2, 2/2] Kconfig: Add u-boot.itb BUILD_TARGET for Rockchip In-Reply-To: <20190202033543.GO30838@bill-the-cat> References: <20190118072341.20227-1-jagan@amarulasolutions.com> <20190202033543.GO30838@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Feb 2, 2019 at 9:05 AM Tom Rini 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 > > 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.