aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/tools.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Move library functions into a library directorySimon Glass2023-03-081-596/+0
* patman: Correct pylint errorsSimon Glass2022-03-021-5/+5
* patman: Convert camel case in tout.pySimon Glass2022-02-091-4/+4
* patman: Convert camel case in command.pySimon Glass2022-02-091-2/+2
* patman: Convert camel case in tools.pySimon Glass2022-02-091-37/+37
* binman: Move compression into binmanSimon Glass2022-01-251-79/+0
* binman: Convert to using the ifwitool bintoolSimon Glass2022-01-251-31/+0
* patman: Add a function to find a tool on the pathSimon Glass2022-01-251-0/+23
* patman: Tidy up the download function a littleSimon Glass2022-01-251-6/+10
* buildman: Move the download function to toolsSimon Glass2022-01-251-0/+45
* patman: Allow running a tool and returning the full resultSimon Glass2022-01-251-10/+46
* patman: Use a ValueError exception if tools.Run() failsSimon Glass2021-11-131-1/+1
* tools: Handle PAGER containing argumentsPaul Barker2021-09-241-4/+6
* tools: Refactor full help printingPaul Barker2021-09-241-0/+13
* binman: Put compressed data into separate filesSimon Glass2021-07-211-2/+7
* tools: Fix default target compile tools in Python toolsAlper Nebi Yasak2021-07-061-2/+0
* binman: Use standard filenames for SPL/TPL devicetreeSimon Glass2021-03-261-2/+6
* patman: Correct lz4 compression parametersSimon Glass2021-01-301-1/+2
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-051-0/+8
|\
| * dtoc: Add an 'all' commandSimon Glass2021-01-051-0/+8
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-0/+1
|\ \ | |/ |/|
| * binman: Handle tool paths containing '~' correctlySimon Glass2020-11-301-0/+1
* | patman: Drop tools.ToChar() and ToChars()Simon Glass2020-12-131-23/+0
* | patman: Drop tools.ToByte()Simon Glass2020-12-131-15/+0
* | patman: Drop unicode helper functionsSimon Glass2020-12-131-44/+3
|/
* binman: Allow resolving host-specific tools from env varsAlper Nebi Yasak2020-09-221-1/+49
* binman: Use target-specific tools when cross-compilingAlper Nebi Yasak2020-09-221-0/+77
* binman: Allow external binaries to be missingSimon Glass2020-07-251-2/+6
* patman: Add a test that uses gitpythonSimon Glass2020-07-241-2/+2
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-8/+4
* binman: Allow external binaries to be missingSimon Glass2020-07-201-2/+6
* patman: Add a test that uses gitpythonSimon Glass2020-07-201-2/+2
* patman: Move to absolute importsSimon Glass2020-04-261-2/+2
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* patman: Adjust 'command' to return strings instead of bytesSimon Glass2019-11-041-8/+21
* binman: Use the Makefile for u_boot_ucode_ptrSimon Glass2019-10-151-1/+1
* patman: Update command.Run() to handle failure betterSimon Glass2019-10-151-2/+8
* patman: Drop binary parameterSimon Glass2019-10-151-8/+7
* patman: Reset the output directory when it is removedSimon Glass2019-07-291-0/+2
* binman: Support replacing data in a cbfsSimon Glass2019-07-291-2/+9
* binman: Add a bit of logging in entries when packingSimon Glass2019-07-291-0/+16
* patman: Add a function to write ifwitoolSimon Glass2019-07-241-0/+33
* patman: Add functions to compress and decompress dataSimon Glass2019-07-231-0/+66
* patman: Add a way to set the search path for toolsSimon Glass2019-07-231-5/+37
* patman: Allow reading files in text modeSimon Glass2019-07-101-2/+2
* dtoc: Use byte type instead of str in fdtSimon Glass2019-07-101-0/+25
* dtoc: Updates BytesToValue() for Python 3Simon Glass2019-07-101-0/+27
* patman: Move unicode helpers to toolsSimon Glass2019-07-101-0/+32
* binman: Handle repeated bytes for Python 3Simon Glass2019-07-101-0/+19
* patman: Provide a way to get program output in binary modeSimon Glass2019-07-101-2/+2