[U-Boot] ARM Pull Request

Wolfgang Denk wd at denx.de
Sun Feb 22 22:59:32 CET 2009


Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090222173300.GA7417 at game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e:
>   Wolfgang Denk (1):
>         Coding Style cleanup; update CHANGELOG
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Alessandro Rubini (3):
>       Added nomadik.h header
>       Nand driver for Nomadik SoC
>       Enable Ethernet for Nomadik 8815 Evaluation Kit
> 
> Dirk Behme (5):
>       OMAP3: Overo: Clean up pin mux and GPIO configuration
>       OMAP3: Beagle: Add board revision detection
>       OMAP3: Add OMAP3 auto detection
>       OMAP3: Pandora: Update pin mux
>       OMAP3: Clean up MMC code
> 
> Hugo Villeneuve (1):
>       ARM DaVinci: Add common peripherals and modules enable functions.
> 
> Jean-Christophe PLAGNIOL-VILLARD (4):
>       arm: add uart dcc support
>       davinci: fix implicit declaration of function 'davinci_errata_workarounds'
>       nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
>       nmdk8815: fix onenand support
> 
>  board/davinci/common/psc.c                |   65 ++++++++
>  board/davinci/common/psc.h                |    4 +
>  board/davinci/dvevm/dvevm.c               |   35 +----
>  board/davinci/schmoogie/schmoogie.c       |   37 ++----
>  board/davinci/sffsdr/sffsdr.c             |   31 +----
>  board/davinci/sonata/sonata.c             |   35 +----
>  board/omap3/beagle/beagle.c               |   41 +++++
>  board/omap3/beagle/beagle.h               |    3 +-
>  board/omap3/evm/evm.h                     |    1 -
>  board/omap3/overo/Makefile                |    1 +
>  board/omap3/overo/overo.c                 |   13 --
>  board/omap3/overo/overo.h                 |   19 ++-
>  board/omap3/pandora/pandora.h             |   13 +-
>  board/omap3/zoom1/zoom1.h                 |    1 -
>  board/st/nmdk8815/nmdk8815.c              |    5 +-
>  common/devices.c                          |    3 +
>  cpu/arm_cortexa8/omap3/sys_info.c         |   31 ++++-
>  drivers/mmc/omap3_mmc.c                   |  137 +++++++++---------
>  drivers/mtd/nand/Makefile                 |    1 +
>  drivers/mtd/nand/nomadik.c                |  221 ++++++++++++++++++++++++++++
>  drivers/serial/Makefile                   |    1 +
>  drivers/serial/arm_dcc.c                  |  226 +++++++++++++++++++++++++++++
>  include/asm-arm/arch-omap3/cpu.h          |   20 +++
>  include/asm-arm/arch-omap3/mmc_host_def.h |   64 +++++---
>  include/asm-arm/arch-omap3/omap3.h        |    6 +-
>  include/asm-arm/arch-omap3/sys_proto.h    |    1 -
>  include/configs/nmdk8815.h                |   48 ++-----
>  include/devices.h                         |    3 +
>  include/nomadik.h                         |   39 +++++
>  lib_arm/board.c                           |    3 +
>  30 files changed, 842 insertions(+), 266 deletions(-)
>  create mode 100644 drivers/mtd/nand/nomadik.c
>  create mode 100644 drivers/serial/arm_dcc.c
>  create mode 100644 include/nomadik.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Quotation, n. The act of repeating erroneously the words of  another.
The  words  erroneously  repeated.
                            - Ambrose Bierce _The Devil's Dictionary_


More information about the U-Boot mailing list