summaryrefslogtreecommitdiffstats
path: root/rules/u-boot-tools.make
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-tools: bump version to 2016.05Clemens Gruber2016-05-261-2/+2
| | | | | | | Fixes build errors with GCC 6.1.0. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-toos: version bump to 2015.04Marc Kleine-Budde2015-05-261-3/+3
| | | | | | Wiht this version the mkimage tool is capable to build fit images. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* u-boot-tools: remove option U_BOOT_TOOLS_TOOL_ENVMarc Kleine-Budde2015-05-261-9/+2
| | | | | | | | This patch removes the U_BOOT_TOOLS_TOOL_ENV option, as it's the only sub-option of u-boot-tools. It makes no sense to compile u-boot-tools, but not install anything. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* u-boot-tools: improve buildMarkus Niebel2015-05-261-2/+2
| | | | | | | | | | The U-Boot tools are mostly host side tools. No need to compile them for target since this could break build due to wrong dependencies. Use feature of U-Boot build system to build a given directory. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-tools: build 'tools-only' instead of 'tools'Michael Olbrich2015-04-301-1/+1
| | | | | | | 'tools' includes fit_check_sign and fit_info. Both fail to build with a static libcrypto and are not use here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-tools: Fix build dirptxdist-2015.01.0Alexander Stein2015-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | The build directory should be u-boot-tools-$version. Otherwise the build interferes with u-boot itself if they both have the same version. This can be reproduced by the following steps: ptxdist clean u-boot ptxdist clean u-boot-tools ptxdist compile u-boot ptxdist targetinstall u-boot-tools ptxdist targetinstall u-boot Now there is the follwing error: install: cannot stat 'platform/build-target/u-boot-2014.07/u-boot.bin': No such file or directory Fix this by using a separate directory for u-boot tools. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-tools: Update to version 2014.07Alexander Stein2014-10-171-11/+5
| | | | | | | | | | | This updates the u-boot tools to 2014.07, where fw_printenv/fw_setenv also support MMC devices. The now somewhat changed build system always need a target configured. So use sandbox as dummy. Now it is not possible to build mkimage for the target. So remove that from Kconfig. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-tools: only copy fw_printenv if it's actually builtMichael Olbrich2013-04-141-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* replace umkimage by u-boot sourcesAndreas Bießmann2012-03-121-0/+82
This patch removes the forked mkimage u-boot tool and uses the mainline u-boot code to build this tool. Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>