aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* qconfig: Drop col argument from Slots()Simon Glass2024-07-261-9/+6
* qconfig: Use the Color object in ProgressSimon Glass2024-07-261-11/+10
* qconfig: Move the last two operations into their own functionsSimon Glass2024-07-261-19/+47
* qconfig: Move progress output into the classSimon Glass2024-07-261-9/+19
* qconfig: Move commit code into a separate functionSimon Glass2024-07-261-11/+20
* qconfig: Move all move_config code into move_config()Simon Glass2024-07-261-20/+25
* qconfig: Add a return value to do_find_config()Simon Glass2024-07-261-7/+10
* qconfig: Move imply into a separate functionSimon Glass2024-07-261-27/+39
* qconfig: Add a return value to do_scan_source()Simon Glass2024-07-261-3/+2
* qconfig: Move testing into a separate functionSimon Glass2024-07-261-5/+11
* qconfig: Move converting config args to the topSimon Glass2024-07-261-5/+6
* qconfig: Move checking directory to the topSimon Glass2024-07-261-2/+3
* qconfig: Move getting the colour to where it is neededSimon Glass2024-07-261-3/+3
* qconfig: Move arg checking to the top of main()Simon Glass2024-07-261-5/+4
* qconfig: Move arg checking a little higherSimon Glass2024-07-261-4/+5
* qconfig: Move arg parsing into a separate functionSimon Glass2024-07-261-3/+13
* qconfig: Rename the doc linkSimon Glass2024-07-261-1/+1
* qconfig: Correct format string in do_imply_config()Simon Glass2024-07-261-2/+2
* qconfig: Tidy up some pylint warningsSimon Glass2024-07-261-11/+22
* qconfig: Make KconfigScanner a functionSimon Glass2024-07-261-12/+13
* qconfig: Drop the try_expand() functionSimon Glass2024-07-261-21/+0
* qconfig: Fix pylint error in read_database()Simon Glass2024-07-261-0/+1
* tools: Remove duplicate newlinesMarek Vasut2024-07-1510-21/+0
* Revert "buildman: Always use the full path in CROSS_COMPILE"Tom Rini2024-07-087-92/+23
* mkimage: Allow 'auto-conf' signing of scriptsAlexander Dahl2024-07-051-1/+1
* u_boot_pylib: Use correct coverage tool within venvSimon Glass2024-07-031-3/+8
* buildman: Always use the full path in CROSS_COMPILESimon Glass2024-07-037-23/+92
* buildman: Fix a few typos in toolchain codeSimon Glass2024-07-031-2/+2
* buildman: Add python3-pycryptodomeSimon Glass2024-07-031-0/+1
* buildman: Add python3-coverageSimon Glass2024-07-031-0/+1
* buildman: Add a way to limit the number of buildmansSimon Glass2024-07-036-4/+277
* buildman: Add a flag to force mrproper on failureSimon Glass2024-07-035-12/+20
* buildman: Avoid rebuilding when --mrproper is usedSimon Glass2024-07-031-1/+1
* buildman: Make mrproper an argument to run_commit()Simon Glass2024-07-031-8/+10
* buildman: Make mrproper an argument to _config_and_build()Simon Glass2024-07-031-4/+6
* buildman: Make mrproper an argument to _reconfigure()Simon Glass2024-07-031-3/+5
* binman: Make Intel ME default to position 0x1000Simon Glass2024-07-031-1/+1
* binman: Support an assumed size for missing binariesSimon Glass2024-07-036-1/+74
* binman: Update the entrydocs headerSimon Glass2024-07-031-1/+1
* binman: ti: Regenerate entry docsSimon Glass2024-07-032-22/+58
* binman: Regenerate nxp docsSimon Glass2024-07-031-0/+22
* binman: efi: Correct entry docsSimon Glass2024-07-033-59/+61
* tools: patman: fix deprecated Python ConfigParser methodsBrandon Maier2024-07-031-4/+4
* tools: binman: fix deprecated Python ConfigParser methodsBrandon Maier2024-07-031-1/+1
* tools: binman: fix deprecated Python unittest methodsBrandon Maier2024-07-035-86/+86
* patman: Add a tag for when a patch gets added to a seriesSean Anderson2024-07-035-0/+22
* patman: Add Commit-cc as an alias for Patch-ccSean Anderson2024-07-035-2/+9
* patman: Fix tests if add_maintainers is set to FalseSean Anderson2024-07-031-1/+2
* Merge tag 'v2024.07-rc5' into nextWIP/24Jun2024-nextTom Rini2024-06-241-1/+1
|\
| * rockchip: mkimage: fix mkimage -l for header v1Quentin Schulz2024-06-141-1/+1