mbox

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

Message ID 544E3B57.9050102@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 Oct. 27, 2014, 12:32 p.m. UTC
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit c43fd23cf619856b0763a64a6a3bcf3663058c49:

  Prepare v2014.10 (2014-10-14 04:47:15 -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 3f97af5302ee15530411232b464d255eb2ff2ffb:

  ot1200: add sata support (2014-10-23 10:04:26 +0200)

----------------------------------------------------------------
Christian Gmeiner (3):
      ot1200: remove superfluous "string" tag
      ot1200: fix sf detection
      ot1200: add sata support

Eric Nelson (4):
      ARM: prevent compiler warnings from bootm.c
      ARM: i.MX6: include prototype for get_board_rev()
      ARM: i.MX: provide declaration for board_spi_cs_gpio
      ARM: i.MX video: declare displays and display_count publicly

Fabio Estevam (2):
      mx6qsabreauto: Add HDMI support
      mx6sabre_common: Add HDMI config to common code

 arch/arm/cpu/armv7/mx6/soc.c                  |  1 +
 arch/arm/imx-common/video.c                   |  3 --
 arch/arm/include/asm/imx-common/spi.h         | 17 ++++++++
 arch/arm/include/asm/imx-common/video.h       |  5 +++
 arch/arm/lib/bootm.c                          |  5 ++-
 board/bachmann/ot1200/Kconfig                 |  5 ---
 board/bachmann/ot1200/ot1200.c                | 10 +++++
 board/boundary/nitrogen6x/nitrogen6x.c        |  1 +
 board/compulab/cm_fx6/common.c                |  1 +
 board/embest/mx6boards/mx6boards.c            |  1 +
 board/freescale/mx6qsabreauto/mx6qsabreauto.c | 61
++++++++++++++++++++++++++-
 board/freescale/mx6slevk/mx6slevk.c           |  1 +
 board/gateworks/gw_ventana/gw_ventana.c       |  1 +
 board/genesi/mx51_efikamx/efikamx.c           |  1 +
 board/ttcontrol/vision2/vision2.c             |  1 +
 drivers/spi/mxc_spi.c                         |  1 +
 include/configs/mx6sabre_common.h             | 17 ++++++++
 include/configs/mx6sabresd.h                  | 17 --------
 include/configs/ot1200.h                      |  2 +-
 19 files changed, 123 insertions(+), 28 deletions(-)
 create mode 100644 arch/arm/include/asm/imx-common/spi.h

Comments

Tom Rini Oct. 27, 2014, 2:32 p.m. UTC | #1
On Mon, Oct 27, 2014 at 01:32:23PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit c43fd23cf619856b0763a64a6a3bcf3663058c49:
> 
>   Prepare v2014.10 (2014-10-14 04:47:15 -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 3f97af5302ee15530411232b464d255eb2ff2ffb:
> 
>   ot1200: add sata support (2014-10-23 10:04:26 +0200)
> 

Applied to u-boot/master, thanks!