mbox

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

Message ID 4E1DAAEF.5070204@denx.de
State Accepted
Headers show

Pull-request

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

Message

Stefano Babic July 13, 2011, 2:25 p.m. UTC
Hi Albert,

please pull from u-boot-imx.

The following changes since commit 79642098a8345e2506ab0ff02e8c7ac4da405d0c:

  Add support for Network Space v2 and parents (2011-07-04 10:55:28 +0200)

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

Fabio Estevam (2):
      mx31pdk: cosmetic: Fix line over 80 characters
      mx27: Make the UART port number explicit

Jana Rapava (2):
      EfikaMX: Use correct imximage.cfg
      EfikaMX: Add missing CONFIG_SYS_TEXT_BASE

Marek Vasut (1):
      EfikaMX: Enable EXT2 booting

Matthias Weisser (7):
      build: Add targets for auto gen of asm-offsets.h and use it in imx35
      imx: Add get_tbclk() function for imx25
      imx: Use correct imx25 reset.c
      imx: Add support for USB EHCI on imx25
      imx: Add auto generation of asm-offsets.h for imx25
      imx: Make imx25 compatible to mxc_gpio driver and fix in tx25
      imx: Add support for zmx25 board

Stefano Babic (2):
      MX5: Update to autogenerated asm-offsets.h
      MX27: Update to autogenerated asm-offsets.h

Torsten Koschorrek (1):
      ARM: Update maintainer of board scb9328

 MAINTAINERS                                  |    7 +-
 arch/arm/cpu/arm1136/mx35/Makefile           |   11 --
 arch/arm/cpu/arm926ejs/mx25/Makefile         |    8 +-
 arch/arm/cpu/arm926ejs/mx25/asm-offsets.c    |   60 ++++++++
 arch/arm/cpu/arm926ejs/mx25/timer.c          |   12 ++
 arch/arm/cpu/arm926ejs/mx27/Makefile         |    2 +
 arch/arm/cpu/arm926ejs/mx27/asm-offsets.c    |   45 ++++++
 arch/arm/cpu/arm926ejs/mx27/generic.c        |    2 +-
 arch/arm/cpu/armv7/mx5/Makefile              |    2 +
 arch/arm/cpu/armv7/mx5/asm-offsets.c         |   76 ++++++++++
 arch/arm/include/asm/arch-mx25/imx-regs.h    |   49 ++++++-
 arch/arm/include/asm/arch-mx25/macro.h       |   64 ++++++++
 arch/arm/include/asm/arch-mx27/asm-offsets.h |   16 --
 arch/arm/include/asm/arch-mx27/imx-regs.h    |    2 +-
 arch/arm/include/asm/arch-mx31/imx-regs.h    |    2 +-
 arch/arm/include/asm/arch-mx5/asm-offsets.h  |   55 -------
 arch/arm/include/asm/arch-mx5/imx-regs.h     |   18 +++
 board/karo/tx25/tx25.c                       |   26 ++--
 board/logicpd/imx27lite/imx27lite.c          |    2 +-
 board/syteco/zmx25/Makefile                  |   51 +++++++
 board/syteco/zmx25/lowlevel_init.S           |  110 ++++++++++++++
 board/syteco/zmx25/zmx25.c                   |  203
++++++++++++++++++++++++++
 boards.cfg                                   |    3 +-
 drivers/usb/host/ehci-mxc.c                  |   33 +++-
 include/configs/efikamx.h                    |    3 +
 include/configs/mx31pdk.h                    |    6 +-
 include/configs/zmx25.h                      |  180 +++++++++++++++++++++++
 include/mxc_gpio.h                           |    5 +
 rules.mk                                     |   10 ++
 29 files changed, 944 insertions(+), 119 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/mx25/asm-offsets.c
 create mode 100644 arch/arm/cpu/arm926ejs/mx27/asm-offsets.c
 create mode 100644 arch/arm/cpu/armv7/mx5/asm-offsets.c
 create mode 100644 arch/arm/include/asm/arch-mx25/macro.h
 delete mode 100644 arch/arm/include/asm/arch-mx27/asm-offsets.h
 delete mode 100644 arch/arm/include/asm/arch-mx5/asm-offsets.h
 create mode 100644 board/syteco/zmx25/Makefile
 create mode 100644 board/syteco/zmx25/lowlevel_init.S
 create mode 100644 board/syteco/zmx25/zmx25.c
 create mode 100644 include/configs/zmx25.h

Best regards,
Stefano Babic

Comments

Albert ARIBAUD July 14, 2011, 1:42 p.m. UTC | #1
Hi Stefano,

Le 13/07/2011 16:25, Stefano Babic a écrit :
> Hi Albert,
>
> please pull from u-boot-imx.
>
> The following changes since commit 79642098a8345e2506ab0ff02e8c7ac4da405d0c:
>
>    Add support for Network Space v2 and parents (2011-07-04 10:55:28 +0200)
>
> are available in the git repository at:
>    git://www.denx.de/git/u-boot-imx.git master
>
> Fabio Estevam (2):
>        mx31pdk: cosmetic: Fix line over 80 characters
>        mx27: Make the UART port number explicit
>
> Jana Rapava (2):
>        EfikaMX: Use correct imximage.cfg
>        EfikaMX: Add missing CONFIG_SYS_TEXT_BASE
>
> Marek Vasut (1):
>        EfikaMX: Enable EXT2 booting
>
> Matthias Weisser (7):
>        build: Add targets for auto gen of asm-offsets.h and use it in imx35
>        imx: Add get_tbclk() function for imx25
>        imx: Use correct imx25 reset.c
>        imx: Add support for USB EHCI on imx25
>        imx: Add auto generation of asm-offsets.h for imx25
>        imx: Make imx25 compatible to mxc_gpio driver and fix in tx25
>        imx: Add support for zmx25 board
>
> Stefano Babic (2):
>        MX5: Update to autogenerated asm-offsets.h
>        MX27: Update to autogenerated asm-offsets.h
>
> Torsten Koschorrek (1):
>        ARM: Update maintainer of board scb9328
>
>   MAINTAINERS                                  |    7 +-
>   arch/arm/cpu/arm1136/mx35/Makefile           |   11 --
>   arch/arm/cpu/arm926ejs/mx25/Makefile         |    8 +-
>   arch/arm/cpu/arm926ejs/mx25/asm-offsets.c    |   60 ++++++++
>   arch/arm/cpu/arm926ejs/mx25/timer.c          |   12 ++
>   arch/arm/cpu/arm926ejs/mx27/Makefile         |    2 +
>   arch/arm/cpu/arm926ejs/mx27/asm-offsets.c    |   45 ++++++
>   arch/arm/cpu/arm926ejs/mx27/generic.c        |    2 +-
>   arch/arm/cpu/armv7/mx5/Makefile              |    2 +
>   arch/arm/cpu/armv7/mx5/asm-offsets.c         |   76 ++++++++++
>   arch/arm/include/asm/arch-mx25/imx-regs.h    |   49 ++++++-
>   arch/arm/include/asm/arch-mx25/macro.h       |   64 ++++++++
>   arch/arm/include/asm/arch-mx27/asm-offsets.h |   16 --
>   arch/arm/include/asm/arch-mx27/imx-regs.h    |    2 +-
>   arch/arm/include/asm/arch-mx31/imx-regs.h    |    2 +-
>   arch/arm/include/asm/arch-mx5/asm-offsets.h  |   55 -------
>   arch/arm/include/asm/arch-mx5/imx-regs.h     |   18 +++
>   board/karo/tx25/tx25.c                       |   26 ++--
>   board/logicpd/imx27lite/imx27lite.c          |    2 +-
>   board/syteco/zmx25/Makefile                  |   51 +++++++
>   board/syteco/zmx25/lowlevel_init.S           |  110 ++++++++++++++
>   board/syteco/zmx25/zmx25.c                   |  203
> ++++++++++++++++++++++++++
>   boards.cfg                                   |    3 +-
>   drivers/usb/host/ehci-mxc.c                  |   33 +++-
>   include/configs/efikamx.h                    |    3 +
>   include/configs/mx31pdk.h                    |    6 +-
>   include/configs/zmx25.h                      |  180 +++++++++++++++++++++++
>   include/mxc_gpio.h                           |    5 +
>   rules.mk                                     |   10 ++
>   29 files changed, 944 insertions(+), 119 deletions(-)
>   create mode 100644 arch/arm/cpu/arm926ejs/mx25/asm-offsets.c
>   create mode 100644 arch/arm/cpu/arm926ejs/mx27/asm-offsets.c
>   create mode 100644 arch/arm/cpu/armv7/mx5/asm-offsets.c
>   create mode 100644 arch/arm/include/asm/arch-mx25/macro.h
>   delete mode 100644 arch/arm/include/asm/arch-mx27/asm-offsets.h
>   delete mode 100644 arch/arm/include/asm/arch-mx5/asm-offsets.h
>   create mode 100644 board/syteco/zmx25/Makefile
>   create mode 100644 board/syteco/zmx25/lowlevel_init.S
>   create mode 100644 board/syteco/zmx25/zmx25.c
>   create mode 100644 include/configs/zmx25.h

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

> Best regards,
> Stefano Babic

Amicalement,