]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - tools/moveconfig.py
include/bitfield.h: Assure new bitfield value doesn't touch unwanted bits
[karo-tx-uboot.git] / tools / moveconfig.py
2015-09-08 Joe Hershbergermoveconfig: Print status about the processed defconfigs
2015-09-08 Joe Hershbergermoveconfig: Add a switch to enable printing errors
2015-09-08 Joe Hershbergermoveconfig: Print a message for missing compiler
2015-09-08 Joe Hershbergermoveconfig: Output a list of failed boards
2015-09-08 Joe Hershbergermoveconfig: Cleanup headers in arch and board
2015-09-08 Joe Hershbergermoveconfig: Add a switch to only cleanup headers
2015-09-08 Joe Hershbergermoveconfig: Add a parameter to accept a list to build
2015-09-08 Joe Hershbergermoveconfig: Ignore duplicate configs when moving
2015-09-08 Joe Hershbergermoveconfig: Always run savedefconfig on the moved config
2015-09-08 Masahiro Yamadatools: moveconfig: a tool to move CONFIGs from headers...