summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add dumpimage, a tool to extract data from U-Boot imagesGuilherme Maciel Ferreira2013-12-136-0/+434
* tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira2013-12-1314-191/+276
* mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira2013-12-131-2/+1
* Merge branch 'buildpatman' of http://git.denx.de/u-boot-x86Tom Rini2013-11-255-14/+69
|\
| * buildman: make board selector argument a regexStephen Warren2013-11-212-5/+21
| * buildman: fix READMEAndreas Bießmann2013-11-211-1/+1
| * patman: add Commit-notes tag and sectionAlbert ARIBAUD2013-11-213-8/+47
* | tools: updater: Remove remainders of dead boardMasahiro Yamada2013-11-2511-2107/+0
* | tools: imls: Remove a broken and unused tool.Masahiro Yamada2013-11-253-381/+0
|/
* tools: Makefile: delete redundant linesMasahiro Yamada2013-11-171-2/+0
* Makefile: do not create a symbolic link to arch/${ARCH}/include/asmMasahiro Yamada2013-11-083-3/+3
* buildman: Use env to pick the python from $PATHJagannadha Sutradharudu Teki2013-10-151-1/+1
* Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini2013-10-141-1/+2
|\
| * buildman: don't fail --list-toolchains when toolchains failStephen Warren2013-10-101-1/+2
* | Coding Style cleanup: drop some excessive empty linesWolfgang Denk2013-10-141-1/+0
* | Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-149-51/+51
* | Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-1415-28/+28
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-10-022-8/+10
|\
| * tools/imximage.c: Fix compiling warningYork Sun2013-09-271-4/+4
| * Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2013-09-134-30/+180
| |\
| * | tools: mxsboot: Mark the FCB pages as validMarek Vasut2013-09-101-4/+6
* | | buildman: Allow make flags to be specified for each boardSimon Glass2013-10-015-5/+115
* | | buildman: Adjust tests for new boards.cfg formatSimon Glass2013-10-011-5/+5
* | | buildman: fix boards.cfg parsingAndreas Bießmann2013-09-201-5/+8
* | | FIT: delete unnecessary castsMasahiro Yamada2013-09-201-1/+1
* | | boards.cfg: show info about boards.cfg instead of MAINTAINERSRoger Meier2013-09-201-2/+2
| |/ |/|
* | Merge and reformat boards.cfg and MAINTAINERSAlbert ARIBAUD2013-09-122-1/+133
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-09-121-1/+2
|\ \
| * \ Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-111-1/+2
| |\ \ | | |/ | |/|
| | * CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update MakefilesChander Kashyap2013-08-271-2/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-09-069-51/+2812
|\ \ \ | |/ /
| * | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-058-51/+2812
| |\ \
| | * | tools: mxsboot: Staticize functionsMarek Vasut2013-08-311-6/+6
| | * | tools: Sort lists of files in MakefileMarek Vasut2013-08-311-22/+22
| | * | ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut2013-08-315-0/+2582
| | * | tools: add support for setting the CSF into imximageStefano Babic2013-08-312-4/+40
| | * | tools: add padding of data image file for imximageStefano Babic2013-08-311-3/+85
| | * | tools: add variable padding of data image in mkimageStefano Babic2013-08-312-4/+25
| | * | tools: dynamically allocate imx_header in imximageStefano Babic2013-08-312-10/+49
| | * | tools: rename mximage_flash_offset to imximage_ivt_offsetStefano Babic2013-08-311-8/+9
| | * | tools: imx_header should not include flash_offsetStefano Babic2013-08-312-8/+8
| | |/
| * | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-041-0/+0
| |\ \
| | * | arm, am335x: add support for 3 siemens boardsHeiko Schocher2013-08-281-0/+0
| | |/
* | | fw_env: fix writing environment for mtd devicesOliver Metz2013-09-061-28/+42
* | | fw_env: add redundant env support for MTD_ABSENTOliver Metz2013-09-061-0/+3
|/ /
* | tools/Makefile: Move _GNU_SOURCE to MakefileYork Sun2013-08-168-21/+3
* | tools, bmp_logo: fix index from uint16_t to int to allow bigger logosHeiko Schocher2013-08-101-1/+1
* | Validate dtc is new enoughStephen Warren2013-08-021-0/+20
|/
* Add LGPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-244-52/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2476-1262/+84
OpenPOWER on IntegriCloud