index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
moveconfig.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
moveconfig: Rename the tool to qconfig
Simon Glass
2023-10-04
1
-1624
/
+0
*
moveconfig: Move summaries to the end
Simon Glass
2023-10-04
1
-13
/
+23
*
moveconfig: Drop the initial output
Simon Glass
2023-10-04
1
-6
/
+0
*
moveconfig: Show a summary at the end
Simon Glass
2023-10-04
1
-13
/
+15
*
moveconfig: Show failures in progress
Simon Glass
2023-10-04
1
-7
/
+19
*
moveconfig: Use u_boot_pylib for terminal colour
Simon Glass
2023-10-04
1
-54
/
+38
*
moveconfig: Avoid showing progress at the end
Simon Glass
2023-10-04
1
-1
/
+2
*
moveconfig: Reduce the amount of output
Simon Glass
2023-10-04
1
-12
/
+17
*
moveconfig: Only show output when there is a reason
Simon Glass
2023-10-04
1
-6
/
+6
*
moveconfig: Fix misc pylint warnings
Simon Glass
2023-10-04
1
-11
/
+12
*
moveconfig: Use an encoding with open()
Simon Glass
2023-10-04
1
-2
/
+4
*
moveconfig: Correct list-comprehension warnings
Simon Glass
2023-10-04
1
-4
/
+4
*
moveconfig: Correct use of members not declared in __init__()
Simon Glass
2023-10-04
1
-0
/
+4
*
moveconfig: Correct non-snake variables names
Simon Glass
2023-10-04
1
-35
/
+35
*
moveconfig: Correct unused variables
Simon Glass
2023-10-04
1
-14
/
+12
*
moveconfig: Use f strings where possible
Simon Glass
2023-10-04
1
-28
/
+28
*
moveconfig: Correct parameter-type warnings
Simon Glass
2023-10-04
1
-21
/
+22
*
moveconfig: Correct some regular-expression strings
Simon Glass
2023-10-04
1
-4
/
+4
*
moveconfig: Drop suspicious boards
Simon Glass
2023-10-04
1
-25
/
+0
*
moveconfig: Drop check_defconfig() and update_dotconfig()
Simon Glass
2023-10-04
1
-60
/
+2
*
moveconfig: Drop CONFIG-moving code
Simon Glass
2023-10-04
1
-144
/
+19
*
moveconfig: Drop unused cleanup options
Simon Glass
2023-10-04
1
-252
/
+2
*
moveconfig: Correct ordering of asteval import
Simon Glass
2023-10-04
1
-1
/
+1
*
moveconfig: Avoid deprecation warning for setDaemon
Simon Glass
2023-10-04
1
-1
/
+1
*
moveconfig: Drop -H option
Simon Glass
2023-10-04
1
-11
/
+7
*
buildman: Convert camel case in bsettings.py
Simon Glass
2023-07-24
1
-1
/
+1
*
moveconfig: Add an option to compare Kconfig against source
Simon Glass
2023-02-07
1
-0
/
+334
*
kbuild: Remove checking for adhoc CONFIG symbols
Tom Rini
2022-12-23
1
-30
/
+2
*
Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""
Simon Glass
2022-08-05
1
-65
/
+0
*
Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"
Tom Rini
2022-04-02
1
-0
/
+65
*
global: Remove CONFIG_SYS_EXTRA_OPTIONS support
Tom Rini
2022-04-01
1
-65
/
+0
*
moveconfig: Use re.fullmatch() to avoid extra check
Simon Glass
2022-03-18
1
-2
/
+1
*
moveconfig: Remove remove_defconfig()
Simon Glass
2022-03-18
1
-12
/
+1
*
moveconfig: Correct pylint errors
Simon Glass
2022-03-02
1
-4
/
+1
*
moveconfig: Allow regex matches when finding combinations
Simon Glass
2022-02-22
1
-2
/
+22
*
moveconfig: Show the config name rather than the defconfig
Simon Glass
2022-02-22
1
-1
/
+14
*
moveconfig: Fix code relying on now-stripped newline characters
Alper Nebi Yasak
2022-01-30
1
-13
/
+13
*
moveconfig: Fix some pylint errors
Simon Glass
2022-01-24
1
-96
/
+110
*
moveconfig: Use a function to read files
Simon Glass
2022-01-24
1
-50
/
+63
*
moveconfig: Use a function to write files
Simon Glass
2022-01-24
1
-18
/
+23
*
moveconfig: Drop check for old Python
Simon Glass
2022-01-24
1
-9
/
+1
*
moveconfig: Convert to ArgumentParser
Simon Glass
2022-01-24
1
-109
/
+112
*
moveconfig: Use single quotes
Simon Glass
2022-01-24
1
-36
/
+36
*
moveconfig: Allow querying board configuration
Simon Glass
2022-01-24
1
-4
/
+82
*
moveconfig: Allow adding unit tests
Simon Glass
2022-01-24
1
-0
/
+9
*
moveconfig: Sort the options
Simon Glass
2022-01-24
1
-10
/
+12
*
moveconfig: Read the database in a separate function
Simon Glass
2022-01-24
1
-29
/
+49
*
moveconfig: Correct operation of the 'imply' feature
Simon Glass
2022-01-24
1
-4
/
+5
*
moveconfig: Update to newer kconfiglib
Simon Glass
2021-08-01
1
-12
/
+12
*
doc: Add docs for the moveconfig tool
Simon Glass
2021-08-01
1
-290
/
+1
[next]