aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qconfig.py
Commit message (Expand)AuthorAgeFilesLines
* qconfig: Update tool for new Makefile variablesSimon Glass2024-10-111-9/+9
* global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-3/+3
* global: Rename SPL_ to XPL_Simon Glass2024-10-111-3/+3
* qconfig: Add XPL_BUILD to ignored symbolsSimon Glass2024-10-111-1/+1
* qconfig: Fix an incorrect format-string with negative valueSimon Glass2024-09-011-1/+1
* qconfig: Support a 'list' formatSimon Glass2024-07-291-4/+10
* qconfig: Sort the boards by name when findingSimon Glass2024-07-291-1/+1
* qconfig: Allow searching for CONFIG valuesSimon Glass2024-07-291-4/+11
* qconfig: Move operation check into parse_args()Simon Glass2024-07-261-6/+7
* 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
* qconfig: Rename the database fileSimon Glass2023-10-041-2/+2
* moveconfig: Rename the tool to qconfigSimon Glass2023-10-041-0/+1624