[U-Boot] Pull request: u-boot-arm

Wolfgang Denk wd at denx.de
Fri Nov 26 21:29:55 CET 2010


The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:

  malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100)

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

Albert Aribaud (2):
      arm: add ELF relocation support to rest of cpus
      arm1176: bugfix: fix start.S for ELF relocation

Eric Cooper (1):
      Seagate FreeAgent DockStar support

Grazvydas Ignotas (3):
      OMAP3: pandora: fix relocation and init memory
      OMAP3: remove unused config macros
      OMAP3: pandora: update config for production

Matthias Weisser (1):
      Makefile: Fix build with USE_PRIVATE_LIBGCC

Nick Thompson (1):
      da830: fixup ARM relocation support

Nishanth Menon (2):
      mmc: omap: timeout counter fix
      omap4: board: change global data pointer to file scope

Sekhar Nori (2):
      DA850 EVM: add information regarding DA850 in README.davinci
      DA850 EVM: passing maximum clock rate information to kernel

Steve Sakoman (1):
      OMAP4: Panda: Disable CMD_NFS

Wolfgang Denk (1):
      DaVinci: remove bogus DEF_BOOTM definition

 MAINTAINERS                         |    4 +
 Makefile                            |    2 +-
 arch/arm/cpu/arm1176/start.S        |   47 +++-------
 arch/arm/cpu/arm720t/start.S        |  119 ++++++++++++-----------
 arch/arm/cpu/arm720t/u-boot.lds     |   39 +++++---
 arch/arm/cpu/arm920t/start.S        |  125 +++++++++++++------------
 arch/arm/cpu/arm920t/u-boot.lds     |   38 +++++---
 arch/arm/cpu/arm925t/start.S        |  127 +++++++++++++------------
 arch/arm/cpu/arm925t/u-boot.lds     |   38 +++++---
 arch/arm/cpu/arm946es/start.S       |  123 ++++++++++++-----------
 arch/arm/cpu/arm946es/u-boot.lds    |   38 +++++---
 arch/arm/cpu/arm_intcm/start.S      |  127 +++++++++++++-----------
 arch/arm/cpu/arm_intcm/u-boot.lds   |   38 +++++---
 arch/arm/cpu/armv7/omap4/board.c    |    3 +-
 arch/arm/cpu/ixp/start.S            |  118 ++++++++++++-----------
 arch/arm/cpu/ixp/u-boot.lds         |   38 +++++---
 arch/arm/cpu/lh7a40x/start.S        |  119 ++++++++++++-----------
 arch/arm/cpu/lh7a40x/u-boot.lds     |   38 +++++---
 arch/arm/cpu/s3c44b0/start.S        |  131 ++++++++++++--------------
 arch/arm/cpu/s3c44b0/u-boot.lds     |   38 +++++---
 arch/arm/cpu/sa1100/start.S         |  119 ++++++++++++-----------
 arch/arm/cpu/sa1100/u-boot.lds      |   38 +++++---
 board/Seagate/dockstar/Makefile     |   54 +++++++++++
 board/Seagate/dockstar/dockstar.c   |  181 +++++++++++++++++++++++++++++++++++
 board/Seagate/dockstar/dockstar.h   |   44 +++++++++
 board/Seagate/dockstar/kwbimage.cfg |  165 +++++++++++++++++++++++++++++++
 board/davinci/da8xxevm/da850evm.c   |   33 +++++++
 board/pandora/config.mk             |   33 -------
 boards.cfg                          |    1 +
 doc/README.davinci                  |   25 +++++
 drivers/mmc/omap_hsmmc.c            |  107 ++++++++++++++++-----
 include/configs/da830evm.h          |   11 ++-
 include/configs/da850evm.h          |    2 +-
 include/configs/davinci_dvevm.h     |    1 -
 include/configs/davinci_sonata.h    |    1 -
 include/configs/dockstar.h          |  125 ++++++++++++++++++++++++
 include/configs/omap3_beagle.h      |   18 ----
 include/configs/omap3_evm.h         |   18 ----
 include/configs/omap3_overo.h       |   18 ----
 include/configs/omap3_pandora.h     |  117 ++++++++++-------------
 include/configs/omap3_sdp3430.h     |    7 --
 include/configs/omap3_zoom1.h       |   18 ----
 include/configs/omap3_zoom2.h       |   10 --
 include/configs/omap4_panda.h       |    1 +
 include/configs/tnetv107x_evm.h     |    1 -
 45 files changed, 1577 insertions(+), 921 deletions(-)
 create mode 100644 board/Seagate/dockstar/Makefile
 create mode 100644 board/Seagate/dockstar/dockstar.c
 create mode 100644 board/Seagate/dockstar/dockstar.h
 create mode 100644 board/Seagate/dockstar/kwbimage.cfg
 delete mode 100644 board/pandora/config.mk
 create mode 100644 include/configs/dockstar.h

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
Obviously, a man's judgement cannot be better than the information on
which he has based it. Give him the truth and he may still  go  wrong
when  he  has the chance to be right, but give him no news or present
him only with distorted and incomplete data, with ignorant, sloppy or
biased reporting, with propaganda and deliberate falsehoods, and  you
destroy  his  whole  reasoning processes, and make him something less
than a man.                                  - Arthur Hays Sulzberger


More information about the U-Boot mailing list