
In message 20101126202955.B087D11D94F7@gemini.denx.de you wrote:
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
Applied.
Best regards,
Wolfgang Denk