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
*
tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning
Masahiro Yamada
2016-08-05
1
-0
/
+74
*
tools: moveconfig: make getting all defconfigs into helper function
Masahiro Yamada
2016-08-05
1
-6
/
+11
*
tools: moveconfig: fix cleanup of defines across multiple lines
Masahiro Yamada
2016-08-05
1
-0
/
+3
*
tools: moveconfig: show diffs of cleaned headers in color
Masahiro Yamada
2016-08-05
1
-10
/
+16
*
tools: moveconfig: show result of header cleaning in unified diff
Masahiro Yamada
2016-08-05
1
-5
/
+25
*
tools: moveconfig: trim garbage lines after header cleanups
Masahiro Yamada
2016-08-05
1
-4
/
+81
*
tools: moveconfig: do not check clean tree and compilers for -H option
Masahiro Yamada
2016-08-05
1
-4
/
+2
*
tools: moveconfig: do not cleanup headers in include/generated
Masahiro Yamada
2016-08-05
1
-0
/
+2
*
tools: moveconfig: show suspicious boards with possible misconversion
Masahiro Yamada
2016-06-22
1
-1
/
+31
*
tools: moveconfig: simplify show_failed_boards() and show more info
Masahiro Yamada
2016-06-22
1
-13
/
+14
*
tools: moveconfig: simplify source tree switching
Masahiro Yamada
2016-06-22
1
-13
/
+9
*
tools: moveconfig: change class WorkDir to class ReferenceSource
Masahiro Yamada
2016-06-22
1
-21
/
+28
*
tools: moveconfig: fix needless move for config with default 1
Masahiro Yamada
2016-06-22
1
-4
/
+2
*
tools: moveconfig: Add a new --git-ref option
Joe Hershberger
2016-06-13
1
-6
/
+68
*
tools: moveconfig: New color used for changed defconfig
Joe Hershberger
2016-06-13
1
-1
/
+1
*
tools: moveconfig: Fix another typo
Joe Hershberger
2016-06-13
1
-1
/
+1
*
tools: moveconfig: make Slot.poll() more readable with helper methods
Masahiro Yamada
2016-06-13
1
-43
/
+67
*
tools: moveconfig: allow to run without any CONFIG specified
Masahiro Yamada
2016-06-13
1
-6
/
+10
*
tools: moveconfig: add --force-sync option
Masahiro Yamada
2016-06-13
1
-3
/
+14
*
tools: moveconfig: report when defconfig is updated
Masahiro Yamada
2016-06-13
1
-3
/
+11
*
tools: moveconfig: report when CONFIGs are removed by savedefconfig
Masahiro Yamada
2016-06-13
1
-0
/
+26
*
tools: moveconfig: display log when savedefconfig occurs
Masahiro Yamada
2016-06-13
1
-1
/
+2
*
tools: moveconfig: skip savedefconfig if .config was not updated
Masahiro Yamada
2016-06-13
1
-5
/
+16
*
tools: moveconfig: refactor code to go back to idle state
Masahiro Yamada
2016-06-13
1
-20
/
+17
*
tools: moveconfig: display log atomically in more readable format
Masahiro Yamada
2016-06-13
1
-31
/
+42
*
tools: moveconfig: move log output code out of Kconfig Parser class
Masahiro Yamada
2016-06-13
1
-12
/
+12
*
tools: moveconfig: compute file paths just once
Masahiro Yamada
2016-06-13
1
-10
/
+10
*
tools: moveconfig: allow to give CONFIG names as argument directly
Masahiro Yamada
2016-06-13
1
-88
/
+20
*
tools: moveconfig: drop code for handling type and default value
Masahiro Yamada
2016-06-13
1
-76
/
+29
*
tools: moveconfig: do not rely on type and default value given by users
Masahiro Yamada
2016-06-13
1
-45
/
+43
*
tools: moveconfig: increment number of processed files monotonically
Masahiro Yamada
2016-06-13
1
-16
/
+49
*
tools: moveconfig: exit with error message for not clean directory
Masahiro Yamada
2016-06-13
1
-0
/
+8
*
tools: moveconfig: check compilers before starting defconfig walk
Masahiro Yamada
2016-06-13
1
-23
/
+48
*
tools: moveconfig: check directory location before compilers
Masahiro Yamada
2016-06-13
1
-2
/
+2
*
tools: moveconfig: remove redundant else: after sys.exit()
Masahiro Yamada
2016-06-13
1
-7
/
+5
*
tools: moveconfig: rename update_defconfig() to update_dotconfig()
Masahiro Yamada
2016-06-13
1
-5
/
+5
*
tools: moveconfig: fix --dry-run option
Masahiro Yamada
2016-06-13
1
-8
/
+7
*
Fix various typos, scattered over the code.
Robert P. J. Day
2016-05-05
1
-2
/
+2
*
tools: Update openrisc toolchain information
Bin Meng
2016-02-24
1
-1
/
+4
*
tools: moveconfig: Update the URL for nds32 toolchain
Bin Meng
2015-09-28
1
-1
/
+1
*
moveconfig: Print status about the processed defconfigs
Joe Hershberger
2015-05-27
1
-5
/
+11
*
moveconfig: Add a switch to enable printing errors
Joe Hershberger
2015-05-27
1
-0
/
+8
*
moveconfig: Print a message for missing compiler
Joe Hershberger
2015-05-27
1
-8
/
+20
*
moveconfig: Output a list of failed boards
Joe Hershberger
2015-05-27
1
-0
/
+4
*
moveconfig: Cleanup headers in arch and board
Joe Hershberger
2015-05-27
1
-5
/
+6
*
moveconfig: Add a switch to only cleanup headers
Joe Hershberger
2015-05-27
1
-5
/
+12
*
moveconfig: Add a parameter to accept a list to build
Joe Hershberger
2015-05-27
1
-6
/
+20
*
moveconfig: Ignore duplicate configs when moving
Joe Hershberger
2015-05-27
1
-0
/
+1
*
moveconfig: Always run savedefconfig on the moved config
Joe Hershberger
2015-05-27
1
-9
/
+21
*
tools: moveconfig: a tool to move CONFIGs from headers to defconfigs
Masahiro Yamada
2015-05-27
1
-0
/
+853