summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini5-21/+51
2016-03-15mkimage: Bring data into the FIT before processingSimon Glass1-0/+97
2016-03-15mkimage: Support placing data outside the FITSimon Glass3-1/+114
2016-03-15mkimage: Support adding device tree files to a FITSimon Glass3-10/+133
2016-03-15mkimage: Support automatic creating of a FIT without a .itsSimon Glass3-5/+220
2016-03-15tools: Add a function to obtain the size of a fileSimon Glass2-0/+34
2016-03-15mkimage: Allow a FIT to include an image of any typeSimon Glass2-5/+29
2016-03-15tools: Include fdt_sw.o in libfdt for mkimageSimon Glass1-1/+1
2016-03-15buildman: Allow the toolchain architecture to be specifiedSimon Glass1-5/+12
2016-03-15buildman: Allow the toolchain priority to be specifiedSimon Glass1-8/+22
2016-03-15buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass1-5/+6
2016-03-15buildman: patman: Fix -H when installed as a symlinkSimon Glass2-2/+4
2016-03-15patman: Add a missing space in GetMetaDataForList()Simon Glass1-1/+1
2016-03-15fdtgrep: Improve error handling with invalid device treeSimon Glass1-4/+10
2016-03-14mkimage: Make 'params' staticSimon Glass1-1/+1
2016-03-14mkimage: Show an error message when usage() is calledSimon Glass1-8/+9
2016-03-14mkimage: Move usage() up to the topSimon Glass1-39/+42
2016-03-14mkimage: Sort the option processing code by optionSimon Glass1-25/+25
2016-03-14mkimage: Convert to use getopt()Simon Glass1-132/+101
2016-03-14mkimage: Move argument processing into its own functionSimon Glass1-24/+32
2016-02-25Merge git://git.denx.de/u-boot-dmTom Rini1-1/+4
2016-02-25patman: fix series-notes handling for buildmanAlbert ARIBAUD1-1/+4
2016-02-25tools: Update openrisc toolchain informationBin Meng2-2/+9
2016-02-25tools: -Wno-deprecated-declarations for OpenSSL on darwinAndreas Bießmann1-0/+8
2016-02-25Gracefully handle 64-bit signed-extended 32-bit Load addressesWilliam Cohen1-2/+2
2016-02-21Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+0
2016-02-21mxsboot: remove unused includeAndreas Bießmann1-1/+0
2016-02-08test, tools: introduce tbot READMEHeiko Schocher4-0/+734
2016-02-08tools: env: update usage stringsAndreas Fenkart1-42/+75
2016-02-08tools: env: factor out parse_common_argsAndreas Fenkart1-25/+37
2016-02-08tools: env: shift optind arguments and fix argument indicesAndreas Fenkart2-43/+15
2016-02-08tools: env: parse aes key / suppress flag into argument structAndreas Fenkart3-57/+53
2016-02-08tools: env: introduce setenv/printenv argument structsAndreas Fenkart2-38/+84
2016-02-08tools: env: make parse_aes_key statelessAndreas Fenkart1-6/+6
2016-02-08tools: env validate: pass values as 0-based arrayAndreas Fenkart1-4/+7
2016-02-06Use correct spelling of "U-Boot"Bin Meng2-2/+2
2016-02-02tools: mxsboot: Use more portable cpu_to_le32()Bin Meng1-9/+9
2016-01-22rockchip: Add a script to parse datasheetsSimon Glass1-0/+218
2016-01-21dm: video: test: Test that bitmap display works correctlySimon Glass1-0/+0
2016-01-21patman: Add --thread optionMateusz Kulikowski2-2/+8
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-0/+14
2016-01-14arm: mvebu: Add runtime detection of UART (xmodem) boot-modeStefan Roese1-2/+12
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese1-1/+1
2016-01-13tools: microcode-tool: Support parsing header file with a license blockBin Meng1-0/+14
2016-01-08rockchip: Drop a debug message when outputing SPI imagesSimon Glass1-1/+1
2016-01-08rockchip: Enable generation of SPI imagesSimon Glass1-1/+1
2015-12-18tools: zynqimage: Clean up check_paramsNathan Rossi1-2/+1
2015-12-16Merge git://git.denx.de/u-boot-rockchipTom Rini6-44/+121
2015-12-14tools: env: include compiler.hPeter Robinson1-0/+1
2015-12-14rockchip: mkimage: use imagename to select spl hdr & spl sizeJeffy Chen5-38/+120