Hello, The following changes since commit ca849aa4b86b282f837c58a0b129460ebfad2239: David Müller (ELSOFT AG) (1): ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board
are available in the git repository at: git://git.denx.de/u-boot-ti.git master Aneesh V (1): OMAP4460: Reduce MPU clock speed from 920 to 700 Christian Riesch (5): arm, davinci: Add lowlevel_init for SoCs other than DM644X arm, arm926ejs: Do cpu critical inits only for boards that require it arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGH arm, arm926ejs: Enable icache only if CONFIG_SYS_ICACHE_OFF is not defined arm, davinci: Add support for the Calimain board from OMICRON electronics Govindraj.R (6): usb: ulpi: Extend the existing ulpi framework. usb: ulpi: Add omap-ulpi-view port support ehci-omap: Clean up added ehci-omap.c OMAP3+: Clock: Adding ehci clock enabling OMAP4: clock-common: Move the usb dppl configuration to new func OMAP4: ehci-omap: enable ehci-omap for panda boards Hadli, Manjunath (2): davinci: remove macro CONFIG_DISPLAY_CPUINFO davinci: add support for printing clock frequency Ilya Yanok (2): ehci-omap: driver for EHCI host on OMAP3 mcx: support for HTKW mcx board Peter Barada (2): omap3logic: Add missing GPMC pinmux for LAN92xx access ARMV7: Fix duplicate use of "b" parameter in ACTIM_CTRLA definition Peter Meerwald (3): beagle: fix typos omap3: fix comment typos doc: fix typos Schuyler Patton (1): AM3517: Changed default clock rate for AM3517 Stefano Babic (2): OMAP3: TAM3517: update ehci interface ARM: omap3: Added Teejet mt_ventoux Sughosh Ganu (2): arm, arm926ejs: Flush the data cache before disabling it Changes to move hawkboard to the new spl infrastructure MAINTAINERS | 10 + README | 6 + arch/arm/cpu/arm926ejs/davinci/cpu.c | 76 ++-- arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c | 24 +- arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S | 4 + arch/arm/cpu/arm926ejs/davinci/spl.c | 4 +- arch/arm/cpu/arm926ejs/start.S | 28 +- arch/arm/cpu/armv7/omap-common/clocks-common.c | 54 ++- arch/arm/cpu/armv7/omap3/board.c | 8 +- arch/arm/cpu/armv7/omap3/clock.c | 20 + arch/arm/cpu/armv7/omap4/clocks.c | 27 +- arch/arm/include/asm/arch-davinci/da850_lowlevel.h | 9 + arch/arm/include/asm/arch-omap3/clocks_omap3.h | 2 +- .../asm/arch-omap3/{ehci_omap3.h => ehci.h} | 45 +-- arch/arm/include/asm/arch-omap3/mem.h | 57 ++-- arch/arm/include/asm/arch-omap3/sys_proto.h | 1 + arch/arm/include/asm/arch-omap4/ehci.h | 49 +++ arch/arm/include/asm/ehci-omap.h | 142 +++++++ arch/arm/include/asm/u-boot.h | 3 + arch/arm/lib/board.c | 10 +- board/davinci/da8xxevm/da850evm.c | 4 +- board/davinci/da8xxevm/hawkboard.c | 23 + board/davinci/da8xxevm/hawkboard_nand_spl.c | 115 ------ .../{u-boot-spl.lds => u-boot-spl-da850evm.lds} | 0 .../davinci/da8xxevm/u-boot-spl-hawk.lds | 22 +- board/efikamx/efikamx-usb.c | 24 +- board/enbw/enbw_cmc/enbw_cmc.c | 13 +- board/htkw/mcx/Makefile | 38 ++ board/htkw/mcx/mcx.c | 112 +++++ board/htkw/mcx/mcx.h | 408 +++++++++++++++++++ board/logicpd/omap3som/omap3logic.c | 15 + board/omicron/calimain/Makefile | 45 ++ board/omicron/calimain/calimain.c | 188 +++++++++ board/technexion/twister/twister.c | 22 + board/teejet/mt_ventoux/Makefile | 38 ++ board/teejet/mt_ventoux/mt_ventoux.c | 233 +++++++++++ board/teejet/mt_ventoux/mt_ventoux.h | 429 ++++++++++++++++++++ board/ti/beagle/beagle.c | 109 +----- board/ti/beagle/beagle.h | 4 +- board/ti/panda/panda.c | 38 ++ board/ti/panda/panda_mux_data.h | 16 +- boards.cfg | 4 +- common/cmd_bdinfo.c | 9 + doc/README.SPL | 4 +- doc/README.hawkboard | 43 +- doc/README.omap-ulpi-viewport | 27 ++ drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-omap.c | 255 ++++++++++++ drivers/usb/ulpi/Makefile | 1 + drivers/usb/ulpi/omap-ulpi-viewport.c | 105 +++++ drivers/usb/ulpi/ulpi-viewport.c | 32 +- drivers/usb/ulpi/ulpi.c | 54 ++-- include/common.h | 1 + include/configs/calimain.h | 363 +++++++++++++++++ include/configs/cam_enc_4xx.h | 11 +- include/configs/da830evm.h | 4 + include/configs/da850evm.h | 11 +- include/configs/davinci_dm355evm.h | 5 +- include/configs/davinci_dm355leopard.h | 5 +- include/configs/davinci_dm365evm.h | 4 + include/configs/davinci_dm6467Tevm.h | 5 +- include/configs/davinci_dm6467evm.h | 5 +- include/configs/davinci_dvevm.h | 6 +- include/configs/davinci_schmoogie.h | 5 +- include/configs/davinci_sffsdr.h | 5 +- include/configs/davinci_sonata.h | 5 +- include/configs/ea20.h | 4 + include/configs/enbw_cmc.h | 11 +- include/configs/hawkboard.h | 28 ++- include/configs/mcx.h | 378 +++++++++++++++++ include/configs/mt_ventoux.h | 58 +++ include/configs/omap3_beagle.h | 8 + include/configs/omap4_panda.h | 26 ++- include/configs/tam3517-common.h | 6 +- include/usb/ulpi.h | 36 ++- nand_spl/board/davinci/da8xxevm/Makefile | 155 ------- 76 files changed, 3496 insertions(+), 659 deletions(-) rename arch/arm/include/asm/arch-omap3/{ehci_omap3.h => ehci.h} (51%) create mode 100644 arch/arm/include/asm/arch-omap4/ehci.h create mode 100644 arch/arm/include/asm/ehci-omap.h delete mode 100644 board/davinci/da8xxevm/hawkboard_nand_spl.c rename board/davinci/da8xxevm/{u-boot-spl.lds => u-boot-spl-da850evm.lds} (100%) rename nand_spl/board/davinci/da8xxevm/u-boot.lds => board/davinci/da8xxevm/u-boot-spl-hawk.lds (86%) create mode 100644 board/htkw/mcx/Makefile create mode 100644 board/htkw/mcx/mcx.c create mode 100644 board/htkw/mcx/mcx.h create mode 100644 board/omicron/calimain/Makefile create mode 100644 board/omicron/calimain/calimain.c create mode 100644 board/teejet/mt_ventoux/Makefile create mode 100644 board/teejet/mt_ventoux/mt_ventoux.c create mode 100644 board/teejet/mt_ventoux/mt_ventoux.h create mode 100644 doc/README.omap-ulpi-viewport create mode 100644 drivers/usb/host/ehci-omap.c create mode 100644 drivers/usb/ulpi/omap-ulpi-viewport.c create mode 100644 include/configs/calimain.h create mode 100644 include/configs/mcx.h create mode 100644 include/configs/mt_ventoux.h delete mode 100644 nand_spl/board/davinci/da8xxevm/Makefile I've tested the USB changes on Beagleboard xM and Pandaboard ES. -- Tom _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot