Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8dd1c9eab2abfddc7c21473d594ab0b55fcf2804
/
tools
/
moveconfig.py
8bf41c2
moveconfig: Add an option to commit changes
by Simon Glass
· 8 years ago
13e05a0
moveconfig: Add an option to skip prompts
by Simon Glass
· 8 years ago
6d13917
tools: moveconfig: add --spl option to move options for SPL build
by Masahiro Yamada
· 8 years ago
35204d9
tools: moveconfig: warn loudly if moved option has no entry in Kconfig
by Masahiro Yamada
· 8 years ago
1271b67
tools: moveconfig: use sets instead of lists for failed/suspicious boards
by Masahiro Yamada
· 8 years ago
61fbb57
tools: moveconfig: remove document about deprecated error message
by Masahiro Yamada
· 8 years ago
7facf88
treewide: fix "followings" to "following"
by Masahiro Yamada
· 8 years ago
d1d9d60
tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list
by Masahiro Yamada
· 8 years ago
dce28de
tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning
by Masahiro Yamada
· 8 years ago
58175e3
tools: moveconfig: make getting all defconfigs into helper function
by Masahiro Yamada
· 8 years ago
6d798ba
tools: moveconfig: fix cleanup of defines across multiple lines
by Masahiro Yamada
· 8 years ago
a1a4b09
tools: moveconfig: show diffs of cleaned headers in color
by Masahiro Yamada
· 8 years ago
573b390
tools: moveconfig: show result of header cleaning in unified diff
by Masahiro Yamada
· 8 years ago
ea8f534
tools: moveconfig: trim garbage lines after header cleanups
by Masahiro Yamada
· 8 years ago
d0a9d2a
tools: moveconfig: do not check clean tree and compilers for -H option
by Masahiro Yamada
· 8 years ago
28a6d35
tools: moveconfig: do not cleanup headers in include/generated
by Masahiro Yamada
· 8 years ago
3c9bfea
tools: moveconfig: show suspicious boards with possible misconversion
by Masahiro Yamada
· 8 years ago
0153f03
tools: moveconfig: simplify show_failed_boards() and show more info
by Masahiro Yamada
· 8 years ago
8f5256a
tools: moveconfig: simplify source tree switching
by Masahiro Yamada
· 8 years ago
2e74fee
tools: moveconfig: change class WorkDir to class ReferenceSource
by Masahiro Yamada
· 8 years ago
b48387f
tools: moveconfig: fix needless move for config with default 1
by Masahiro Yamada
· 8 years ago
b1a570f
tools: moveconfig: Add a new --git-ref option
by Joe Hershberger
· 8 years ago
93f1c2d
tools: moveconfig: New color used for changed defconfig
by Joe Hershberger
· 8 years ago
640de87
tools: moveconfig: Fix another typo
by Joe Hershberger
· 8 years ago
cb256cb
tools: moveconfig: make Slot.poll() more readable with helper methods
by Masahiro Yamada
· 8 years ago
9566abd
tools: moveconfig: allow to run without any CONFIG specified
by Masahiro Yamada
· 9 years ago
83c1767
tools: moveconfig: add --force-sync option
by Masahiro Yamada
· 9 years ago
0f6beda
tools: moveconfig: report when defconfig is updated
by Masahiro Yamada
· 9 years ago
07f9852
tools: moveconfig: report when CONFIGs are removed by savedefconfig
by Masahiro Yamada
· 9 years ago
76f8df5
tools: moveconfig: display log when savedefconfig occurs
by Masahiro Yamada
· 9 years ago
263d137
tools: moveconfig: skip savedefconfig if .config was not updated
by Masahiro Yamada
· 9 years ago
274a5ee
tools: moveconfig: refactor code to go back to idle state
by Masahiro Yamada
· 9 years ago
465b7c0
tools: moveconfig: display log atomically in more readable format
by Masahiro Yamada
· 9 years ago
69e2bbc
tools: moveconfig: move log output code out of Kconfig Parser class
by Masahiro Yamada
· 9 years ago
5393b61
tools: moveconfig: compute file paths just once
by Masahiro Yamada
· 9 years ago
b903c4e
tools: moveconfig: allow to give CONFIG names as argument directly
by Masahiro Yamada
· 9 years ago
b80a667
tools: moveconfig: drop code for handling type and default value
by Masahiro Yamada
· 9 years ago
5643d6e
tools: moveconfig: do not rely on type and default value given by users
by Masahiro Yamada
· 9 years ago
cefaa58
tools: moveconfig: increment number of processed files monotonically
by Masahiro Yamada
· 9 years ago
990e677
tools: moveconfig: exit with error message for not clean directory
by Masahiro Yamada
· 9 years ago
c4d76eb
tools: moveconfig: check compilers before starting defconfig walk
by Masahiro Yamada
· 9 years ago
06f76e9
tools: moveconfig: check directory location before compilers
by Masahiro Yamada
· 9 years ago
6ef8ad9
tools: moveconfig: remove redundant else: after sys.exit()
by Masahiro Yamada
· 9 years ago
7c0d9d2
tools: moveconfig: rename update_defconfig() to update_dotconfig()
by Masahiro Yamada
· 9 years ago
953d93b
tools: moveconfig: fix --dry-run option
by Masahiro Yamada
· 9 years ago
8c60f92
Fix various typos, scattered over the code.
by Robert P. J. Day
· 9 years ago
07a50f9
tools: Update openrisc toolchain information
by Bin Meng
· 9 years ago
3bb02f6
tools: moveconfig: Update the URL for nds32 toolchain
by Bin Meng
· 9 years ago
3fa1ab7
moveconfig: Print status about the processed defconfigs
by Joe Hershberger
· 10 years ago
808b63f
moveconfig: Add a switch to enable printing errors
by Joe Hershberger
· 10 years ago
11b0270
moveconfig: Print a message for missing compiler
by Joe Hershberger
· 10 years ago
dade12e
moveconfig: Output a list of failed boards
by Joe Hershberger
· 10 years ago
b78ad42
moveconfig: Cleanup headers in arch and board
by Joe Hershberger
· 10 years ago
2347593
moveconfig: Add a switch to only cleanup headers
by Joe Hershberger
· 10 years ago
c6e043a
moveconfig: Add a parameter to accept a list to build
by Joe Hershberger
· 10 years ago
765442b
moveconfig: Ignore duplicate configs when moving
by Joe Hershberger
· 10 years ago
166edec
moveconfig: Always run savedefconfig on the moved config
by Joe Hershberger
· 10 years ago
b616081
tools: moveconfig: a tool to move CONFIGs from headers to defconfigs
by Masahiro Yamada
· 10 years ago