aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-01-24moveconfig: Use a function to read filesSimon Glass1-50/+63
2022-01-24moveconfig: Use a function to write filesSimon Glass1-18/+23
2022-01-24moveconfig: Drop check for old PythonSimon Glass1-9/+1
2022-01-24moveconfig: Convert to ArgumentParserSimon Glass1-109/+112
2022-01-24moveconfig: Use single quotesSimon Glass1-36/+36
2022-01-24moveconfig: Allow querying board configurationSimon Glass1-4/+82
2022-01-24moveconfig: Allow adding unit testsSimon Glass1-0/+9
2022-01-24moveconfig: Sort the optionsSimon Glass1-10/+12
2022-01-24moveconfig: Read the database in a separate functionSimon Glass1-29/+49
2022-01-24moveconfig: Correct operation of the 'imply' featureSimon Glass1-4/+5
2022-01-24tools: Add init files for Python toolsSimon Glass3-0/+0
2022-01-24patman: Update the list of modulesSimon Glass1-3/+6
2022-01-24dtoc: Fix up a code comment that confuses pylintSimon Glass1-1/+1
2022-01-24mkimage: struct stat.st_size may not be longHeinrich Schuchardt1-3/+4
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka4-22/+35
2022-01-24mkimage: Drop unused OPT_STRING constantJan Kiszka1-1/+0
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka1-2/+2
2022-01-24tools/fitimage: make sure dumpimage still works when "@" are detectedStefan Eichenberger1-2/+10
2022-01-24tools/fitimage: remove redundant format checkStefan Eichenberger1-5/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt5-21/+21
2022-01-14tools: kwbimage: Fix mkimage/dumpimage -l argumentPali Rohár1-1/+2
2022-01-14tools: kwbimage: Extract main data image without -p arg for dumpimagePali Rohár1-27/+40
2022-01-14tools: kwbimage/kwboot: Check ext field for non-zero valuePali Rohár3-6/+6
2022-01-14tools: kwbimage: Do not cast const pointers to non-const pointersPali Rohár1-2/+2
2022-01-14tools: kwbimage: Dump kwbimage config file on '-p -1' optionPali Rohár1-0/+176
2022-01-14tools: kwbimage: Show binary image offset in mkimage -l, in addition to sizePali Rohár1-1/+4
2022-01-14tools: kwbimage: Add missing check for maximal value for DATA_DELAYPali Rohár1-0/+4
2022-01-14tools: kwbimage: Enforce 128-bit boundary alignment only for Sheeva CPUPali Rohár1-4/+8
2022-01-14tools: kwbimage: Check for maximal kwbimage header sizePali Rohár1-0/+5
2022-01-14tools: kwbimage: Check the return value of image_headersz_v1()Pali Rohár1-0/+4
2022-01-14tools: kwbimage: Add support for specifying LOAD_ADDRESS for BINARY commandPali Rohár1-16/+93
2022-01-14tools: kwbimage: Add support for specifying CPU corePali Rohár1-0/+26
2022-01-14tools: kwbimage: Preserve order of BINARY, DATA and DATA_DELAY commandsPali Rohár1-20/+38
2022-01-14tools: kwbimage: Fix generating image with multiple DATA_DELAY commandsPali Rohár1-3/+15
2022-01-14tools: kwbimage: Deduplicate v1 regtype header finishingPali Rohár1-19/+22
2022-01-14tools: kwbimage: Mark all local functions as staticPali Rohár1-18/+19
2022-01-13genboardscfg: limit to 240 jobsAndre Przywara1-1/+1
2022-01-13patman: Support absolute and ~user-relative alias filesBrian Norris1-3/+8
2022-01-12binman: Write fake blobs to the output directorySimon Glass4-11/+26
2022-01-12binman: Renumber the fake blob dtsSimon Glass2-10/+12
2022-01-12CI, Dockerfile: Update to latest "focal" tagTom Rini1-1/+1
2022-01-10Merge branch 'next'WIP/10Jan2022Tom Rini46-223/+2951
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...WIP/09Jan2022-nextTom Rini2-48/+186
2022-01-07binman: add support for creating dummy files for external blobsHeiko Thiery9-8/+138
2022-01-05tools: kwbimage: Fix checksum calculation for v1 imagesPierre Bourdon1-3/+3
2021-12-28Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-b...WIP/28Dec2021Tom Rini1-0/+2
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass1-0/+0
2021-12-26video: Add a test for 16bpp BMP filesSimon Glass1-0/+0
2021-12-26tools: avoid OpenSSL deprecation warningsHeinrich Schuchardt1-0/+2
2021-12-24rockchip: mkimage: Add support for rk3568 SoCKever Yang1-0/+1