Wolfgang, I have rebased the arm/next against your next branch. The result is in arm/next-sync and arm/next Either is fine if you pull soon. Else use next-sync.
The outstanding issues with arm/next are overo and beagle have reported memory problems related to the OMAP3:SDRC changes onenand build failures reported on friday. Tom The following changes since commit 2f6f67da1b98b6d1dad2d80bc4e472c3bff3cd5a: Wolfgang Denk (1): Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next are available in the git repository at: git://git.denx.de/u-boot-arm next Grazvydas Ignotas (1): OMAP3: pandora: fix booting without serial attached Jean-Christophe PLAGNIOL-VILLARD (1): avr32/hsdramc: Move conditional compilation to Makefile Mark Asselstine (1): sheevaplug: correct SDRAM address control register Minkyu Kang (2): s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx s5pc1xx: serial: fix the error check logic Nick Thompson (3): TI Davinci timer.c: Remove volatiles and memory mapped structures TI Davinci: add a pin multiplexer configuration API Add TI DA8xx support: DA8xx includes Nishanth Menon (3): OMAP3:SDRC: Cleanup references to SDP OMAP3:SDRC: introduce DDR types OMAP3: Fix SDRC init Po-Yu Chuang (2): arm: A320: driver for FTRTC010 real time clock arm: A320: Add support for Faraday A320 evaluation board Sandeep Paulraj (4): Fix for Void function returning value in sbc35-a9g20 TI DaVinci DM646x: Enable NAND on DM6467 EVM NAND: Add config option for imx27lite TI DaVinci: Adding a README for the DaVinci series of SOC's Sekhar Nori (3): TI DA8xx: Add DA8xx cpu functions TI DA8xx: Add new directory for da830evm board TI DA8xx: Integrate DA830 EVM support into U-Boot Seunghyeon Rhee (1): S3C6400/SMDK6400: fix stack_setup in start.S Tom Rix (3): ARM Update mach-types.h ARM Update mach-types ARM Update mach-types Vaibhav Hiremath (1): omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER kevin.morf...@fearnside-systems.co.uk (3): Move s3c24x0 header files to asm-arm/arch-s3c24x0/ Clean-up of s3c24x0 header files Add a unified s3c24x0 header file MAINTAINERS | 8 + MAKEALL | 2 + Makefile | 6 + board/Marvell/sheevaplug/kwbimage.cfg | 10 +- board/davinci/common/misc.c | 48 +- board/davinci/common/misc.h | 12 + board/davinci/da830evm/Makefile | 51 + board/davinci/da830evm/config.mk | 43 + board/davinci/da830evm/da830evm.c | 127 ++ board/davinci/dm6467evm/dm6467evm.c | 11 + board/faraday/a320evb/Makefile | 51 + board/faraday/a320evb/a320evb.c | 73 + board/faraday/a320evb/config.mk | 35 + board/faraday/a320evb/lowlevel_init.S | 118 ++ board/mpl/vcma9/vcma9.c | 2 +- board/mpl/vcma9/vcma9.h | 16 +- board/pandora/pandora.h | 3 +- board/samsung/smdk2400/smdk2400.c | 2 +- board/samsung/smdk2410/smdk2410.c | 2 +- board/samsung/smdk6400/lowlevel_init.S | 2 +- board/samsung/smdk6400/smdk6400.c | 2 +- board/sbc2410x/sbc2410x.c | 2 +- board/trab/cmd_trab.c | 2 +- board/trab/rs485.c | 2 +- board/trab/rs485.h | 2 +- board/trab/trab.c | 2 +- board/trab/trab_fkt.c | 2 +- board/trab/tsc2000.c | 2 +- board/trab/vfd.c | 2 +- cpu/arm1176/cpu.c | 2 +- cpu/arm1176/s3c64xx/cpu_init.S | 2 +- cpu/arm1176/s3c64xx/reset.S | 2 +- cpu/arm1176/s3c64xx/speed.c | 2 +- cpu/arm1176/s3c64xx/timer.c | 2 +- cpu/arm1176/start.S | 9 +- cpu/arm920t/a320/Makefile | 47 + cpu/arm920t/a320/ftsmc020.c | 51 + cpu/arm920t/a320/reset.S | 22 + cpu/arm920t/a320/timer.c | 193 +++ cpu/arm920t/s3c24x0/interrupts.c | 6 +- cpu/arm920t/s3c24x0/speed.c | 13 +- cpu/arm920t/s3c24x0/timer.c | 15 +- cpu/arm920t/s3c24x0/usb.c | 17 +- cpu/arm920t/s3c24x0/usb_ohci.c | 11 +- cpu/arm920t/start.S | 4 +- cpu/arm926ejs/davinci/cpu.c | 50 +- cpu/arm926ejs/davinci/psc.c | 43 +- cpu/arm926ejs/davinci/timer.c | 28 +- cpu/arm_cortexa8/omap3/mem.c | 5 +- cpu/arm_cortexa8/omap3/sys_info.c | 2 +- cpu/at32ap/Makefile | 2 +- cpu/at32ap/hsdramc.c | 3 - doc/README.davinci | 116 ++ drivers/i2c/s3c24x0_i2c.c | 6 +- drivers/mmc/omap3_mmc.c | 2 + drivers/mtd/nand/s3c2410_nand.c | 2 +- drivers/mtd/nand/s3c64xx.c | 2 +- drivers/rtc/Makefile | 1 + drivers/rtc/ftrtc010.c | 124 ++ drivers/rtc/m41t94.c | 1 - drivers/rtc/s3c24x0_rtc.c | 6 +- drivers/serial/s3c64xx.c | 2 +- drivers/serial/serial_s3c24x0.c | 6 +- drivers/serial/serial_s5pc1xx.c | 24 +- drivers/usb/host/ohci-hcd.c | 3 +- drivers/usb/host/s3c64xx-hcd.c | 2 +- include/asm-arm/arch-a320/a320.h | 35 + include/asm-arm/arch-a320/ftpmu010.h | 146 ++ include/asm-arm/arch-a320/ftsdmc020.h | 103 ++ include/asm-arm/arch-a320/ftsmc020.h | 79 + include/asm-arm/arch-a320/fttmr010.h | 73 + include/asm-arm/arch-davinci/hardware.h | 237 +++ include/asm-arm/arch-davinci/i2c_defs.h | 5 + include/asm-arm/arch-omap3/cpu.h | 1 + include/asm-arm/arch-omap3/mem.h | 98 +- include/{ => asm-arm/arch-s3c24x0}/s3c2400.h | 18 +- include/{ => asm-arm/arch-s3c24x0}/s3c2410.h | 19 +- include/asm-arm/arch-s3c24x0/s3c24x0.h | 652 +++++++++ include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h | 27 + include/{ => asm-arm/arch-s3c64xx}/s3c6400.h | 0 include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h | 0 include/asm-arm/mach-types.h | 1976 +++++++++++++++++++++++++- include/common.h | 8 +- include/configs/VCMA9.h | 7 +- include/configs/a320evb.h | 222 +++ include/configs/da830evm.h | 243 ++++ include/configs/devkit8000.h | 3 + include/configs/imx27lite.h | 1 + include/configs/omap3_beagle.h | 3 + include/configs/omap3_evm.h | 3 + include/configs/omap3_overo.h | 3 + include/configs/omap3_pandora.h | 3 + include/configs/omap3_sdp3430.h | 3 + include/configs/omap3_zoom1.h | 3 + include/configs/omap3_zoom2.h | 3 + include/configs/sbc2410x.h | 7 +- include/configs/smdk2400.h | 7 +- include/configs/smdk2410.h | 7 +- include/configs/smdk6400.h | 2 - include/configs/trab.h | 9 +- include/s3c24x0.h | 656 --------- 101 files changed, 5259 insertions(+), 871 deletions(-) create mode 100644 board/davinci/da830evm/Makefile create mode 100644 board/davinci/da830evm/config.mk create mode 100644 board/davinci/da830evm/da830evm.c create mode 100644 board/faraday/a320evb/Makefile create mode 100644 board/faraday/a320evb/a320evb.c create mode 100644 board/faraday/a320evb/config.mk create mode 100644 board/faraday/a320evb/lowlevel_init.S create mode 100644 cpu/arm920t/a320/Makefile create mode 100644 cpu/arm920t/a320/ftsmc020.c create mode 100644 cpu/arm920t/a320/reset.S create mode 100644 cpu/arm920t/a320/timer.c create mode 100644 doc/README.davinci create mode 100644 drivers/rtc/ftrtc010.c create mode 100644 include/asm-arm/arch-a320/a320.h create mode 100644 include/asm-arm/arch-a320/ftpmu010.h create mode 100644 include/asm-arm/arch-a320/ftsdmc020.h create mode 100644 include/asm-arm/arch-a320/ftsmc020.h create mode 100644 include/asm-arm/arch-a320/fttmr010.h rename include/{ => asm-arm/arch-s3c24x0}/s3c2400.h (98%) rename include/{ => asm-arm/arch-s3c24x0}/s3c2410.h (98%) create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0.h create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h rename include/{ => asm-arm/arch-s3c64xx}/s3c6400.h (100%) rename include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h (100%) create mode 100644 include/configs/a320evb.h create mode 100644 include/configs/da830evm.h delete mode 100644 include/s3c24x0.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot