summaryrefslogtreecommitdiffstats
path: root/rules/host-u-boot-tools.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-u-boot-tools: use ptx/nlMichael Olbrich2017-01-271-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-u-boot-tools: also install mkenvimageAlexander Dahl2017-01-271-0/+1
| | | | | | | | | | We copy a pre built u-boot environment image to our target, generated by this additional tool. In current linux distributions it's not easily available, but u-boot-tools is built in ptxdist anyway, so we can use it from here and create our binary image with it. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-u-boot-tools: install fit_check_sign, tooMarc Kleine-Budde2016-12-121-2/+7
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-u-boot-tools: build 'tools-only' instead of 'tools'Michael Olbrich2015-05-011-1/+1
| | | | | | Same issue as with u-boot-tools. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-tools: Update to version 2014.07Alexander Stein2014-10-171-1/+1
| | | | | | | | | | | 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>
* replace umkimage by u-boot sourcesAndreas Bießmann2012-03-121-0/+35
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>