mbox

[U-Boot,PULL] Please pull u-boot-imx

Message ID 552B6405.8090306@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-imx.git master

Message

Stefano Babic April 13, 2015, 6:36 a.m. UTC
Hi Tom,

pleas pull from u-boot-imx, thanks !

The following changes since commit 21866c34a1b4098a8868c9250daf01baf84c2397:

  at91sam9rlek_mmc_defconfig: Add CONFIG_ARCH_AT91=y (2015-03-20
10:47:38 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 3bf801a2176e3330a3ef696d974d0d198d99b7e9:

  ARM: mx5: add support for USB armory board (2015-04-09 09:14:12 +0200)

----------------------------------------------------------------
Andrej Rosano (2):
      ARM: mx5: move to a standard arch/board approach
      ARM: mx5: add support for USB armory board

Boris BREZILLON (3):
      ARM: mx6: move to a standard arch/board approach
      ARM: iMX: define an IMX_CONFIG Kconfig option
      board/seco: Add mx6q-uq7 basic board support

Fabio Estevam (1):
      mx53loco: Disable printing cpuinfo

Peng Fan (2):
      imx:mx6dlsabresd fix error detecting thermal
      imx:mx6slevk support reading temperature

Sebastian Siewior (1):
      watchdog/imx_watchdog: do not set WCR_WDW

Ulises Cardenas (1):
      Fix mxc_hab documenation for DEK blob generation

 arch/arm/Kconfig                         |  14 ++
 arch/arm/cpu/armv7/mx5/Kconfig           |  27 ++
 arch/arm/cpu/armv7/mx6/Kconfig           |  42 ++++
 arch/arm/imx-common/Kconfig              |   2 +
 board/freescale/mx53loco/mx53loco.c      |   1 -
 board/inversepath/usbarmory/Kconfig      |  15 ++
 board/inversepath/usbarmory/MAINTAINERS  |   6 +
 board/inversepath/usbarmory/Makefile     |  10 +
 board/inversepath/usbarmory/imximage.cfg |  82 ++++++
 board/inversepath/usbarmory/usbarmory.c  | 417
+++++++++++++++++++++++++++++++
 board/seco/Kconfig                       |  63 +++++
 board/seco/common/Makefile               |   2 +
 board/seco/common/mx6.c                  | 138 ++++++++++
 board/seco/common/mx6.h                  |   9 +
 board/seco/mx6quq7/MAINTAINERS           |   6 +
 board/seco/mx6quq7/Makefile              |   7 +
 board/seco/mx6quq7/mx6quq7-2g.cfg        | 173 +++++++++++++
 board/seco/mx6quq7/mx6quq7.c             | 162 ++++++++++++
 configs/mx6dlsabresd_defconfig           |   2 +
 configs/mx6slevk_defconfig               |   4 +
 configs/mx6slevk_spinor_defconfig        |   4 +
 configs/secomx6quq7_defconfig            |   7 +
 configs/usbarmory_defconfig              |   3 +
 doc/README.mxc_hab                       |   1 +
 drivers/watchdog/imx_watchdog.c          |   3 +-
 include/configs/mx53loco.h               |   2 -
 include/configs/mx6slevk.h               |   7 +
 include/configs/secomx6quq7.h            | 166 ++++++++++++
 include/configs/usbarmory.h              | 126 ++++++++++
 29 files changed, 1496 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/mx5/Kconfig
 create mode 100644 arch/arm/cpu/armv7/mx6/Kconfig
 create mode 100644 arch/arm/imx-common/Kconfig
 create mode 100644 board/inversepath/usbarmory/Kconfig
 create mode 100644 board/inversepath/usbarmory/MAINTAINERS
 create mode 100644 board/inversepath/usbarmory/Makefile
 create mode 100644 board/inversepath/usbarmory/imximage.cfg
 create mode 100644 board/inversepath/usbarmory/usbarmory.c
 create mode 100644 board/seco/Kconfig
 create mode 100644 board/seco/common/Makefile
 create mode 100644 board/seco/common/mx6.c
 create mode 100644 board/seco/common/mx6.h
 create mode 100644 board/seco/mx6quq7/MAINTAINERS
 create mode 100644 board/seco/mx6quq7/Makefile
 create mode 100644 board/seco/mx6quq7/mx6quq7-2g.cfg
 create mode 100644 board/seco/mx6quq7/mx6quq7.c
 create mode 100644 configs/secomx6quq7_defconfig
 create mode 100644 configs/usbarmory_defconfig
 create mode 100644 include/configs/secomx6quq7.h
 create mode 100644 include/configs/usbarmory.h

Comments

Tom Rini April 13, 2015, 2:05 p.m. UTC | #1
On Mon, Apr 13, 2015 at 08:36:53AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> pleas pull from u-boot-imx, thanks !
> 
> The following changes since commit 21866c34a1b4098a8868c9250daf01baf84c2397:
> 
>   at91sam9rlek_mmc_defconfig: Add CONFIG_ARCH_AT91=y (2015-03-20
> 10:47:38 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 3bf801a2176e3330a3ef696d974d0d198d99b7e9:
> 
>   ARM: mx5: add support for USB armory board (2015-04-09 09:14:12 +0200)
> 

Please note this adds a warning:
w+(mx53loco) ../arch/arm/imx-common/cpu.c:29:14: warning: 'get_reset_cause' defined but not used [-Wunused-function]

But looking over the commits, yes, it's best to not give misleading
information during startup, so..

Applied to u-boot/master, thanks!