mbox

[U-Boot,GIT,PULL] Pull request: u-boot-imx

Message ID 5065C4AC.9040705@denx.de
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Stefano Babic Sept. 28, 2012, 3:39 p.m. UTC
Hi Albert,

some fixes for the release. Please pull from u-boot-imx, thanks.

The following changes since commit 1d9b033269263a69f7402f508c17b242fc7fea43:

  mx35pdk: README: Remove NAND references (2012-09-17 13:17:17 +0200)

are available in the git repository at:

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

for you to fetch changes up to 7577a4b3c27af9ad21a4aedf732754ae96225448:

  mx28evk: Add missing 'setexpr' command (2012-09-24 11:00:08 +0200)

----------------------------------------------------------------
Benoît Thébaudeau (2):
      mx51evk: Add CONFIG_REVISION_TAG
      KARO TX25: Fix NAND Flash R/W cycle times

Eric Nelson (2):
      i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU
frame buffer
      i.MX: shut down video before launch of O/S

Fabio Estevam (1):
      mx28evk: Remove fecmxc_mii_postcall()

Otavio Salvador (1):
      mx28evk: Add missing 'setexpr' command

 arch/arm/imx-common/cpu.c                |    9 +++++++++
 arch/arm/include/asm/arch-mx5/imx-regs.h |    2 ++
 board/freescale/mx28evk/mx28evk.c        |   25 -------------------------
 board/freescale/mx51evk/mx51evk.c        |    8 ++++++++
 board/karo/tx25/lowlevel_init.S          |    8 ++++++++
 drivers/video/mxc_ipuv3_fb.c             |   20 ++++++++++++++++++++
 include/configs/mx28evk.h                |    1 +
 include/configs/mx51evk.h                |    1 +
 include/ipu_pixfmt.h                     |    1 +
 9 files changed, 50 insertions(+), 25 deletions(-)

Comments

Albert ARIBAUD Sept. 29, 2012, 9:48 a.m. UTC | #1
Hi Stefano,

On Fri, 28 Sep 2012 17:39:24 +0200, Stefano Babic <sbabic@denx.de>
wrote:

> Hi Albert,
> 
> some fixes for the release. Please pull from u-boot-imx, thanks.
> 
> The following changes since commit 1d9b033269263a69f7402f508c17b242fc7fea43:
> 
>   mx35pdk: README: Remove NAND references (2012-09-17 13:17:17 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 7577a4b3c27af9ad21a4aedf732754ae96225448:
> 
>   mx28evk: Add missing 'setexpr' command (2012-09-24 11:00:08 +0200)
> 
> ----------------------------------------------------------------
> Benoît Thébaudeau (2):
>       mx51evk: Add CONFIG_REVISION_TAG
>       KARO TX25: Fix NAND Flash R/W cycle times
> 
> Eric Nelson (2):
>       i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU
> frame buffer
>       i.MX: shut down video before launch of O/S
> 
> Fabio Estevam (1):
>       mx28evk: Remove fecmxc_mii_postcall()
> 
> Otavio Salvador (1):
>       mx28evk: Add missing 'setexpr' command
> 
>  arch/arm/imx-common/cpu.c                |    9 +++++++++
>  arch/arm/include/asm/arch-mx5/imx-regs.h |    2 ++
>  board/freescale/mx28evk/mx28evk.c        |   25 -------------------------
>  board/freescale/mx51evk/mx51evk.c        |    8 ++++++++
>  board/karo/tx25/lowlevel_init.S          |    8 ++++++++
>  drivers/video/mxc_ipuv3_fb.c             |   20 ++++++++++++++++++++
>  include/configs/mx28evk.h                |    1 +
>  include/configs/mx51evk.h                |    1 +
>  include/ipu_pixfmt.h                     |    1 +
>  9 files changed, 50 insertions(+), 25 deletions(-)
> 
> 

Applied to u-boot-arm/master, thanks!

Amicalement,