aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-06-13u-boot: Fix several typosShyam Saini1-2/+2
2018-06-13tools: env: Use getline rather than fgets when reading config/scriptAlex Kiernan1-19/+21
2018-06-07binman: Mark 'align-end' as implementedSimon Glass1-4/+3
2018-06-07binman: Add support for adding a name prefix to entriesSimon Glass5-3/+66
2018-06-07binman: Add support for outputing a map fileSimon Glass8-6/+88
2018-06-07binman: Tidy up some docs and commentsSimon Glass3-13/+27
2018-06-07binman: Allow a single test to be executedSimon Glass1-4/+17
2018-06-07binman: Add documentation for pos-unset propertySimon Glass1-0/+7
2018-06-07binman: Add support for sectionsSimon Glass6-2/+132
2018-06-07binman: Avoid setting sys.path globallySimon Glass2-3/+10
2018-06-07binman: Rename Entry property to 'section'Simon Glass25-75/+77
2018-06-07binman: Rename ELF parameters to 'section'Simon Glass4-23/+23
2018-06-07binman: Refactor much of the image code into 'section'Simon Glass4-243/+340
2018-06-07binman: Allow unit addresses for binariesSimon Glass4-0/+29
2018-06-07buildman: Add support for environment delta in summaryAlex Kiernan4-16/+145
2018-06-07buildman: Extract environment as part of each buildAlex Kiernan2-0/+15
2018-06-07patman: Fix unit tests for SPDXSimon Glass1-1/+1
2018-05-31logos: provide U-Boot logoHeinrich Schuchardt2-0/+248
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring1-1/+1
2018-05-22buildman: support newer gcc versions from kernel.orgDaniel Schwierzeck1-3/+3
2018-05-16tools: buildman: Don't use the working dir as build dirLothar Waßmann3-3/+38
2018-05-11SPDX: Correct SPDX tags from recent xilinx mergeTom Rini1-2/+1
2018-05-11Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini6-42/+1256
2018-05-11tools: zynqmpimage: Add bif supportAlexander Graf6-2/+1026
2018-05-11tools: zynqmpimage: Move defines to headerAlexander Graf2-114/+133
2018-05-11tools: zynqmpimage: Add partition read supportAlexander Graf1-2/+173
2018-05-10Merge git://git.denx.de/u-boot-socfpgaTom Rini1-76/+219
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-1/+1
2018-05-10tools/file2include: avoid incorrect commentsHeinrich Schuchardt1-1/+1
2018-05-10tools/file2include: create Linux style SPDX headerHeinrich Schuchardt1-2/+1
2018-05-08tools: socfpga: Add SFP image V1 supportMarek Vasut1-77/+216
2018-05-08tools: socfpga: Stop using global struct socfpga_imageMarek Vasut1-2/+6
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2-4/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini174-372/+177
2018-04-30Merge git://git.denx.de/u-boot-imxTom Rini1-1/+6
2018-04-28tools: mkimage: Check for datafile when type is scriptAlex Kiernan1-0/+2
2018-04-28tools: mkenvimage: Fix possible segfault on stdin inputAlexander Dahl1-1/+1
2018-04-28tools: mkenvimage: Fix read() stdin error handlingAlexander Dahl1-1/+1
2018-04-26Revert "imximage: Remove failure when no IVT offset is found"Fabio Estevam1-0/+5
2018-04-26tools/imximage: Fix fruity lack of 0x prefix in DCD BlocksBryan O'Donoghue1-1/+1
2018-04-15Merge git://git.denx.de/u-boot-imxTom Rini1-1/+1
2018-04-15tools/imximage: use 0x prefix in HAB Blocks lineRasmus Villemoes1-1/+1
2018-04-10fw_printenv: Fix crash due to incorrect size for malloc'ed string.Kristian Amlie1-1/+1
2018-04-10mkimage: do not fail if there is no print_header functionGuillaume GARDET1-3/+2
2018-04-06tools/mxsimage: Support building with LibreSSLHauke Mehrtens1-1/+2
2018-03-30kwbimage: Fix out of bounds accessAlexander Graf1-0/+4
2018-03-23tools: xilinx: Fix zynq/zynqmp image recognitionMichal Simek2-1/+7
2018-03-22tools: Make kwboot build if HOST_TOOLS_ALL=yTuomas Tynkkynen1-0/+1
2018-03-19image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue1-2/+13
2018-03-19tools/mkimage: add support for STM32 image formatPatrick Delaunay2-0/+149