[U-Boot] ARM pull request

Tom Tom.Rix at windriver.com
Mon Apr 5 14:55:57 CEST 2010


Wolfgang,

I have rebased arm/next to master.
These are the changes.

Tom


The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
   Wolfgang Denk (1):
         Merge branch 'next'

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Achim Ehrlich (1):
       Convert at91 watchdog driver to new SoC access

Alessandro Rubini (1):
       Nomadik: fix reset_timer()

Asen Dimov (1):
       using AT91_PMC_MCKR_MDIV_ instead of LEGACY one in at91/clock.c

Daniel Gorsulowski (1):
       at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT

Detlev Zundel (1):
       arm/integrator: Remove unneccessary CONFIG_PCI check.

Joonyoung Shim (1):
       s3c64xx: Add ifdef at the S3C64XX only codes

Matthias Fuchs (1):
       at91: use C structs for AT91 OHCI code

Matthias Kaehlcke (2):
       ep93xx timer: Rename struct timer_reg pointers
       ep93xx timer: refactoring

Minkyu Kang (3):
       MAINTAINERS: sort the list of ARM Maintainers by last name
       s5pc1xx: support the GPIO interface
       s5pc1xx: update the README file

Naveen Krishna CH (4):
       S5PC100: Moves the Macros to a common header file
       S5PC100: Memory SubSystem Header file, register description(SROMC).
       S5PC100: Function to configure the SROMC registers.
       SAMSUNG: SMDKC100: Adds ethernet support.

Vipin KUMAR (1):
       SPEAr : Adding maintainer name for spear SoCs

  MAINTAINERS                          |   29 ++++---
  board/armltd/integrator/integrator.c |    2 -
  board/samsung/smdkc100/smdkc100.c    |   39 +++++++++
  cpu/arm1176/cpu.c                    |    2 +
  cpu/arm1176/start.S                  |    4 +
  cpu/arm920t/ep93xx/timer.c           |   62 +++++++--------
  cpu/arm926ejs/at91/clock.c           |    3 +-
  cpu/arm926ejs/nomadik/timer.c        |   15 +++-
  cpu/arm_cortexa8/s5pc1xx/Makefile    |    2 +
  cpu/arm_cortexa8/s5pc1xx/clock.c     |    7 +--
  cpu/arm_cortexa8/s5pc1xx/gpio.c      |  143 ++++++++++++++++++++++++++++++++++
  cpu/arm_cortexa8/s5pc1xx/sromc.c     |   53 +++++++++++++
  doc/README.s5pc1xx                   |   18 ++++-
  drivers/usb/host/ohci-at91.c         |   28 +++----
  drivers/watchdog/at91sam9_wdt.c      |   21 +++---
  include/asm-arm/arch-at91/at91_pmc.h |   23 ++++-
  include/asm-arm/arch-s5pc1xx/clk.h   |    6 ++
  include/asm-arm/arch-s5pc1xx/gpio.h  |   29 +++++++
  include/asm-arm/arch-s5pc1xx/smc.h   |   53 +++++++++++++
  include/configs/meesc.h              |    1 -
  include/configs/otc570.h             |    1 -
  include/configs/smdkc100.h           |   12 +++-
  22 files changed, 463 insertions(+), 90 deletions(-)
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/gpio.c
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/sromc.c
  create mode 100644 include/asm-arm/arch-s5pc1xx/smc.h


More information about the U-Boot mailing list