Re: [U-Boot] pull request: u-boot-uniphier/master (moveconfig)

2016-06-22 Thread Tom Rini
On Wed, Jun 22, 2016 at 09:27:26AM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> Please pull some udpates of moveconfig.py tool.
> 
> 
> The following changes since commit 9f823615af919c6b89f0b80197f009f78299dcde:
> 
>   Kconfig: Add a new DISTRO_DEFAULTS Kconfig option (2016-06-20 21:30:13 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-uniphier.git master
> 
> for you to fetch changes up to fc2661eebe9e788aee61dcb0c9c8337cda1ae93b:
> 
>   tools: moveconfig: show suspicious boards with possible
> misconversion (2016-06-22 09:23:00 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] pull request: u-boot-uniphier/master (moveconfig)

2016-06-21 Thread Masahiro Yamada
Hi Tom,

Please pull some udpates of moveconfig.py tool.


The following changes since commit 9f823615af919c6b89f0b80197f009f78299dcde:

  Kconfig: Add a new DISTRO_DEFAULTS Kconfig option (2016-06-20 21:30:13 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-uniphier.git master

for you to fetch changes up to fc2661eebe9e788aee61dcb0c9c8337cda1ae93b:

  tools: moveconfig: show suspicious boards with possible
misconversion (2016-06-22 09:23:00 +0900)


Masahiro Yamada (5):
  tools: moveconfig: fix needless move for config with default 1
  tools: moveconfig: change class WorkDir to class ReferenceSource
  tools: moveconfig: simplify source tree switching
  tools: moveconfig: simplify show_failed_boards() and show more info
  tools: moveconfig: show suspicious boards with possible misconversion

 tools/moveconfig.py | 130
+---
 1 file changed, 81 insertions(+), 49 deletions(-)



-- 
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull request: u-boot-uniphier/master (moveconfig + misc)

2016-06-19 Thread Tom Rini
On Mon, Jun 13, 2016 at 08:03:34AM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> A bunch of moveconfig updates + 3 commits you may need
> to fix BOOTDELAY migration.
> 
> I made sure to not pick up defconfig changes
> as you requested.
> 
> Also, if you decide that
> "autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves" is unnecessary,
> you can easily drop it because it is at the tail of this pull request.
> 
> 
> 
> The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:
> 
>   siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-uniphier.git master
> 
> for you to fetch changes up to 3865b9ebe73eb6246ff2ab6ae7957f507eb539f7:
> 
>   autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves (2016-06-13
> 07:46:29 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] pull request: u-boot-uniphier/master (moveconfig + misc)

2016-06-12 Thread Masahiro Yamada
Hi Tom,

A bunch of moveconfig updates + 3 commits you may need
to fix BOOTDELAY migration.

I made sure to not pick up defconfig changes
as you requested.

Also, if you decide that
"autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves" is unnecessary,
you can easily drop it because it is at the tail of this pull request.



The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:

  siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-uniphier.git master

for you to fetch changes up to 3865b9ebe73eb6246ff2ab6ae7957f507eb539f7:

  autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves (2016-06-13
07:46:29 +0900)


Joe Hershberger (3):
  tools: moveconfig: Fix another typo
  tools: moveconfig: New color used for changed defconfig
  tools: moveconfig: Add a new --git-ref option

Masahiro Yamada (24):
  tools: moveconfig: fix --dry-run option
  tools: moveconfig: rename update_defconfig() to update_dotconfig()
  tools: moveconfig: remove redundant else: after sys.exit()
  tools: moveconfig: check directory location before compilers
  tools: moveconfig: check compilers before starting defconfig walk
  tools: moveconfig: exit with error message for not clean directory
  tools: moveconfig: increment number of processed files monotonically
  tools: moveconfig: do not rely on type and default value given by users
  tools: moveconfig: drop code for handling type and default value
  tools: moveconfig: allow to give CONFIG names as argument directly
  tools: moveconfig: compute file paths just once
  tools: moveconfig: move log output code out of Kconfig Parser class
  tools: moveconfig: display log atomically in more readable format
  tools: moveconfig: refactor code to go back to idle state
  tools: moveconfig: skip savedefconfig if .config was not updated
  tools: moveconfig: display log when savedefconfig occurs
  tools: moveconfig: report when CONFIGs are removed by savedefconfig
  tools: moveconfig: report when defconfig is updated
  tools: moveconfig: add --force-sync option
  tools: moveconfig: allow to run without any CONFIG specified
  tools: moveconfig: make Slot.poll() more readable with helper methods
  tools: fix define2mk.sed to not add quotes around negative integers
  ARM: stm32: remove unused CONFIG_AUTOBOOT
  autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves

 include/configs/bfin_adi_common.h |   5 -
 include/configs/mx6_common.h  |   3 -
 include/configs/mx7_common.h  |   3 -
 include/configs/omap3_cairo.h |   2 -
 include/configs/stm32f429-discovery.h |   2 -
 tools/moveconfig.py   | 703
+++
 tools/scripts/define2mk.sed   |   2 +
 7 files changed, 404 insertions(+), 316 deletions(-)


-- 
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot