mbox

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

Message ID CAK7LNATkWyb2PtPtkabn7ijEy23=_RAGQ7zW+TiyWrkHn2GUOQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Masahiro Yamada June 12, 2016, 11:03 p.m. UTC
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(-)

Comments

Tom Rini June 19, 2016, 2:08 p.m. UTC | #1
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!