]> git.sur5r.net Git - u-boot/history - tools/moveconfig.py
tools: moveconfig: New color used for changed defconfig
[u-boot] / tools / moveconfig.py
2016-06-12 Joe Hershbergertools: moveconfig: New color used for changed defconfig
2016-06-12 Joe Hershbergertools: moveconfig: Fix another typo
2016-06-12 Masahiro Yamadatools: moveconfig: make Slot.poll() more readable with...
2016-06-12 Masahiro Yamadatools: moveconfig: allow to run without any CONFIG...
2016-06-12 Masahiro Yamadatools: moveconfig: add --force-sync option
2016-06-12 Masahiro Yamadatools: moveconfig: report when defconfig is updated
2016-06-12 Masahiro Yamadatools: moveconfig: report when CONFIGs are removed...
2016-06-12 Masahiro Yamadatools: moveconfig: display log when savedefconfig occurs
2016-06-12 Masahiro Yamadatools: moveconfig: skip savedefconfig if .config was...
2016-06-12 Masahiro Yamadatools: moveconfig: refactor code to go back to idle...
2016-06-12 Masahiro Yamadatools: moveconfig: display log atomically in more reada...
2016-06-12 Masahiro Yamadatools: moveconfig: move log output code out of Kconfig...
2016-06-12 Masahiro Yamadatools: moveconfig: compute file paths just once
2016-06-12 Masahiro Yamadatools: moveconfig: allow to give CONFIG names as argume...
2016-06-12 Masahiro Yamadatools: moveconfig: drop code for handling type and...
2016-06-12 Masahiro Yamadatools: moveconfig: do not rely on type and default...
2016-06-12 Masahiro Yamadatools: moveconfig: increment number of processed files...
2016-06-12 Masahiro Yamadatools: moveconfig: exit with error message for not...
2016-06-12 Masahiro Yamadatools: moveconfig: check compilers before starting...
2016-06-12 Masahiro Yamadatools: moveconfig: check directory location before...
2016-06-12 Masahiro Yamadatools: moveconfig: remove redundant else: after sys...
2016-06-12 Masahiro Yamadatools: moveconfig: rename update_defconfig() to update_...
2016-06-12 Masahiro Yamadatools: moveconfig: fix --dry-run option
2016-05-17 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-05-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2016-05-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2016-05-06 Robert P. J. DayFix various typos, scattered over the code.
2016-02-25 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-02-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2016-02-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2016-02-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2016-02-24 Bin Mengtools: Update openrisc toolchain information
2015-10-14 Albert ARIBAUDMerge remote-tracking branch 'u-boot/master'
2015-09-28 Bin Mengtools: moveconfig: Update the URL for nds32 toolchain
2015-06-08 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-05-26 Joe Hershbergermoveconfig: Print status about the processed defconfigs
2015-05-26 Joe Hershbergermoveconfig: Add a switch to enable printing errors
2015-05-26 Joe Hershbergermoveconfig: Print a message for missing compiler
2015-05-26 Joe Hershbergermoveconfig: Output a list of failed boards
2015-05-26 Joe Hershbergermoveconfig: Cleanup headers in arch and board
2015-05-26 Joe Hershbergermoveconfig: Add a switch to only cleanup headers
2015-05-26 Joe Hershbergermoveconfig: Add a parameter to accept a list to build
2015-05-26 Joe Hershbergermoveconfig: Ignore duplicate configs when moving
2015-05-26 Joe Hershbergermoveconfig: Always run savedefconfig on the moved config
2015-05-26 Masahiro Yamadatools: moveconfig: a tool to move CONFIGs from headers...