mbox

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

Message ID 4E0C440C.5000603@denx.de
State Accepted
Headers show

Pull-request

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

Message

Stefano Babic June 30, 2011, 9:38 a.m. UTC
Hi Albert,

please pull from u-boot-imx.

The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:

  arm: Update jadecpu board (2011-06-29 20:25:06 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (5):
      MX5: Make the weim structure complete
      MX5: Add iomux structure
      MX5: Introduce a function for setting the chip select size
      MX53: Add initial support for MX53ARD
      vision2: Fix build due to WEIM registers name change

 MAINTAINERS                               |    1 +
 arch/arm/cpu/armv7/mx5/soc.c              |   30 +++
 arch/arm/include/asm/arch-mx5/imx-regs.h  |  159 ++++++++++++++-
 arch/arm/include/asm/arch-mx5/sys_proto.h |    2 +-
 board/freescale/mx53ard/Makefile          |   48 +++++
 board/freescale/mx53ard/imximage_dd3.cfg  |   96 +++++++++
 board/freescale/mx53ard/mx53ard.c         |  306
+++++++++++++++++++++++++++++
 board/ttcontrol/vision2/vision2.c         |   10 +-
 boards.cfg                                |    1 +
 include/configs/mx53ard.h                 |  198 +++++++++++++++++++
 10 files changed, 839 insertions(+), 12 deletions(-)
 create mode 100644 board/freescale/mx53ard/Makefile
 create mode 100644 board/freescale/mx53ard/imximage_dd3.cfg
 create mode 100644 board/freescale/mx53ard/mx53ard.c
 create mode 100644 include/configs/mx53ard.h

Best regards,
Stefano

Comments

Albert ARIBAUD June 30, 2011, 10:52 a.m. UTC | #1
Hi Stefano,

Le 30/06/2011 11:38, Stefano Babic a écrit :
> Hi Albert,
>
> please pull from u-boot-imx.
>
> The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
>
>    arm: Update jadecpu board (2011-06-29 20:25:06 +0200)
>
> are available in the git repository at:
>    git://www.denx.de/git/u-boot-imx.git master
>
> Fabio Estevam (5):
>        MX5: Make the weim structure complete
>        MX5: Add iomux structure
>        MX5: Introduce a function for setting the chip select size
>        MX53: Add initial support for MX53ARD
>        vision2: Fix build due to WEIM registers name change
>
>   MAINTAINERS                               |    1 +
>   arch/arm/cpu/armv7/mx5/soc.c              |   30 +++
>   arch/arm/include/asm/arch-mx5/imx-regs.h  |  159 ++++++++++++++-
>   arch/arm/include/asm/arch-mx5/sys_proto.h |    2 +-
>   board/freescale/mx53ard/Makefile          |   48 +++++
>   board/freescale/mx53ard/imximage_dd3.cfg  |   96 +++++++++
>   board/freescale/mx53ard/mx53ard.c         |  306
> +++++++++++++++++++++++++++++
>   board/ttcontrol/vision2/vision2.c         |   10 +-
>   boards.cfg                                |    1 +
>   include/configs/mx53ard.h                 |  198 +++++++++++++++++++
>   10 files changed, 839 insertions(+), 12 deletions(-)
>   create mode 100644 board/freescale/mx53ard/Makefile
>   create mode 100644 board/freescale/mx53ard/imximage_dd3.cfg
>   create mode 100644 board/freescale/mx53ard/mx53ard.c
>   create mode 100644 include/configs/mx53ard.h

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

> Best regards,
> Stefano

Amicalement,