mbox

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

Message ID 551AA5B2.6010305@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 March 31, 2015, 1:48 p.m. UTC
Hi Tom,

please 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 5cab874052614fb130cd9b16fc6a3d27cae0741e:

  watchdog/imx_watchdog: do not set WCR_WDW (2015-03-25 16:52:16 +0100)

----------------------------------------------------------------
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

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

 arch/arm/Kconfig                  |   8 ++
 arch/arm/cpu/armv7/mx6/Kconfig    |  42 +++++++++
 arch/arm/imx-common/Kconfig       |   2 +
 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 ++
 drivers/watchdog/imx_watchdog.c   |   3 +-
 include/configs/mx6slevk.h        |   7 ++
 include/configs/secomx6quq7.h     | 166
++++++++++++++++++++++++++++++++++++
 18 files changed, 803 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/mx6/Kconfig
 create mode 100644 arch/arm/imx-common/Kconfig
 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 include/configs/secomx6quq7.h

Regards,
Stefano

Comments

Tom Rini April 1, 2015, 12:55 a.m. UTC | #1
On Tue, Mar 31, 2015 at 03:48:34PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please 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 5cab874052614fb130cd9b16fc6a3d27cae0741e:
> 
>   watchdog/imx_watchdog: do not set WCR_WDW (2015-03-25 16:52:16 +0100)
> 

Applied to u-boot/master, thanks!