]> git.sur5r.net Git - u-boot/history - tools/moveconfig.py
Merge git://git.denx.de/u-boot-imx
[u-boot] / tools / moveconfig.py
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...