aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/tools.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-02patman: Correct pylint errorsSimon Glass1-5/+5
2022-02-09patman: Convert camel case in tout.pySimon Glass1-4/+4
2022-02-09patman: Convert camel case in command.pySimon Glass1-2/+2
2022-02-09patman: Convert camel case in tools.pySimon Glass1-37/+37
2022-01-25binman: Move compression into binmanSimon Glass1-79/+0
2022-01-25binman: Convert to using the ifwitool bintoolSimon Glass1-31/+0
2022-01-25patman: Add a function to find a tool on the pathSimon Glass1-0/+23
2022-01-25patman: Tidy up the download function a littleSimon Glass1-6/+10
2022-01-25buildman: Move the download function to toolsSimon Glass1-0/+45
2022-01-25patman: Allow running a tool and returning the full resultSimon Glass1-10/+46
2021-11-13patman: Use a ValueError exception if tools.Run() failsSimon Glass1-1/+1
2021-09-24tools: Handle PAGER containing argumentsPaul Barker1-4/+6
2021-09-24tools: Refactor full help printingPaul Barker1-0/+13
2021-07-21binman: Put compressed data into separate filesSimon Glass1-2/+7
2021-07-06tools: Fix default target compile tools in Python toolsAlper Nebi Yasak1-2/+0
2021-03-26binman: Use standard filenames for SPL/TPL devicetreeSimon Glass1-2/+6
2021-01-30patman: Correct lz4 compression parametersSimon Glass1-1/+2
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-0/+8
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-0/+1
2021-01-05dtoc: Add an 'all' commandSimon Glass1-0/+8
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass1-23/+0
2020-12-13patman: Drop tools.ToByte()Simon Glass1-15/+0
2020-12-13patman: Drop unicode helper functionsSimon Glass1-44/+3
2020-11-30binman: Handle tool paths containing '~' correctlySimon Glass1-0/+1
2020-09-22binman: Allow resolving host-specific tools from env varsAlper Nebi Yasak1-1/+49
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak1-0/+77
2020-07-25binman: Allow external binaries to be missingSimon Glass1-2/+6
2020-07-24patman: Add a test that uses gitpythonSimon Glass1-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-8/+4
2020-07-20binman: Allow external binaries to be missingSimon Glass1-2/+6
2020-07-20patman: Add a test that uses gitpythonSimon Glass1-2/+2
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-04patman: Adjust 'command' to return strings instead of bytesSimon Glass1-8/+21
2019-10-15binman: Use the Makefile for u_boot_ucode_ptrSimon Glass1-1/+1
2019-10-15patman: Update command.Run() to handle failure betterSimon Glass1-2/+8
2019-10-15patman: Drop binary parameterSimon Glass1-8/+7
2019-07-29patman: Reset the output directory when it is removedSimon Glass1-0/+2
2019-07-29binman: Support replacing data in a cbfsSimon Glass1-2/+9
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass1-0/+16
2019-07-24patman: Add a function to write ifwitoolSimon Glass1-0/+33
2019-07-23patman: Add functions to compress and decompress dataSimon Glass1-0/+66
2019-07-23patman: Add a way to set the search path for toolsSimon Glass1-5/+37
2019-07-10patman: Allow reading files in text modeSimon Glass1-2/+2
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass1-0/+25
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass1-0/+27
2019-07-10patman: Move unicode helpers to toolsSimon Glass1-0/+32
2019-07-10binman: Handle repeated bytes for Python 3Simon Glass1-0/+19
2019-07-10patman: Provide a way to get program output in binary modeSimon Glass1-2/+2
2018-10-08tools: Set an initial value for indirSimon Glass1-0/+3