[U-Boot] ARM Pull Request

Wolfgang Denk wd at denx.de
Sun Apr 5 23:06:53 CEST 2009


Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090405105630.GA11028 at game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull
> The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84:
>   Guennadi Liakhovetski (1):
>         ARM: add the imx31_phycore_eet target to MAINTAINERS
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Dirk Behme (1):
>       OMAP3: Update Overo pin mux for new expansion board
> 
> Jean-Christophe PLAGNIOL-VILLARD (4):
>       arm: update co-processor 15 access
>       arm: clean cache management
>       arm: unify reset command
>       integratorap: fix PCI support
> 
> Kyungmin Park (1):
>       Move machine specific code to board at s3c64xx (v2)
> 
> Minkyu Kang (1):
>       s3c64xx: fix the wrong gpio offset
> 
> Sanjeev Premi (1):
>       OMAP: Fix compile issue
> 
> Tom Rix (2):
>       OMAP3 Fix multiline formatting in board init files.
>       ZOOM1 Remove legacy NAND defines
> 
>  board/armltd/integratorap/split_by_variant.sh |   18 +++-
>  board/omap3/beagle/beagle.c                   |   20 ++--
>  board/omap3/evm/evm.c                         |   16 ++--
>  board/omap3/overo/overo.c                     |   12 +-
>  board/omap3/overo/overo.h                     |    9 +-
>  board/omap3/pandora/pandora.c                 |   12 +-
>  board/omap3/zoom1/zoom1.c                     |   12 +-
>  board/samsung/smdk6400/lowlevel_init.S        |    7 ++
>  cpu/arm1136/cpu.c                             |   90 ++----------------
>  cpu/arm1176/cpu.c                             |  103 +--------------------
>  cpu/arm1176/s3c64xx/cpu_init.S                |    7 --
>  cpu/arm720t/cpu.c                             |  120 +++---------------------
>  cpu/arm920t/cpu.c                             |  124 ++----------------------
>  cpu/arm925t/cpu.c                             |   96 ++-----------------
>  cpu/arm926ejs/cpu.c                           |  125 ++----------------------
>  cpu/arm946es/cpu.c                            |  101 ++------------------
>  cpu/arm_cortexa8/cpu.c                        |   82 +----------------
>  cpu/arm_cortexa8/omap3/board.c                |    2 +-
>  cpu/arm_intcm/cpu.c                           |   25 -----
>  cpu/ixp/cpu.c                                 |   83 ++--------------
>  cpu/lh7a40x/cpu.c                             |  121 ++----------------------
>  cpu/pxa/cpu.c                                 |   81 ++--------------
>  cpu/s3c44b0/cpu.c                             |    9 --
>  cpu/sa1100/cpu.c                              |   81 ++--------------
>  include/asm-arm/system.h                      |   84 +++++++++++++++++
>  include/configs/B2.h                          |    1 +
>  include/configs/assabet.h                     |    2 +
>  include/configs/cerf250.h                     |    3 +
>  include/configs/cradle.h                      |    3 +
>  include/configs/csb226.h                      |    4 +
>  include/configs/delta.h                       |    3 +
>  include/configs/dnp1110.h                     |    2 +
>  include/configs/evb4510.h                     |    1 +
>  include/configs/gcplus.h                      |    2 +
>  include/configs/innokom.h                     |    4 +
>  include/configs/integratorap.h                |    4 +-
>  include/configs/lart.h                        |    2 +
>  include/configs/logodl.h                      |    4 +
>  include/configs/lubbock.h                     |    3 +
>  include/configs/omap3_zoom1.h                 |   17 ----
>  include/configs/pleb2.h                       |    3 +
>  include/configs/pxa255_idp.h                  |    3 +
>  include/configs/shannon.h                     |    2 +
>  include/configs/trizepsiv.h                   |    3 +
>  include/configs/wepep250.h                    |    2 +
>  include/configs/xaeniax.h                     |    3 +
>  include/configs/xm250.h                       |    3 +
>  include/configs/xsengine.h                    |    3 +
>  include/configs/zylonite.h                    |    3 +
>  include/s3c6400.h                             |   11 ++-
>  lib_arm/Makefile                              |    4 +
>  lib_arm/cache-cp15.c                          |  120 ++++++++++++++++++++++++
>  lib_arm/reset.c                               |   53 +++++++++++
>  53 files changed, 501 insertions(+), 1207 deletions(-)
>  create mode 100644 include/asm-arm/system.h
>  create mode 100644 lib_arm/cache-cp15.c
>  create mode 100644 lib_arm/reset.c

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
If at first you don't succeed, you are running about average.


More information about the U-Boot mailing list