Hi Tom, On Fri, 24 Aug 2012 16:40:09 -0700, Tom Rini <tr...@ti.com> wrote:
> Hello, > > The following changes since commit > a1cd53c6b6e2e7fbf4ffa20d3548646e4c94efe5: > > sc_sps_1: Adjust board config to use 'mxs' SoC code (2012-08-14 > 00:36:30 +0200) > > are available in the git repository at: > > git://git.denx.de/u-boot-ti.git master > > for you to fetch changes up to > 56540ed12d86a998ebd8f9ec8d55828c30ab1f14: > > davinci, c6x: Always use C version of reset code (2012-08-24 > 15:50:35 -0700) > > ---------------------------------------------------------------- > Heiko Schocher (1): > davinci: enbw_cmc: change switch init behaviour > > Jeroen Hofstee (1): > arm: omap: Fix switching back to nandecc sw. > > Satyanarayana, Sandhya (1): > am33xx evm: Update secure_emif_sdram_config during ddr init > > Sughosh Ganu (1): > da8xx/hawkboard: Add support for ohci host controller > > Tom Rini (8): > am335x evm: Initial support for AM335x GP EVM Profiles > am33xx: Correct MMC1, remove MMC2 support > am335x evm: Enable MMC1 pinmux > am33xx: Add support, update omap3 McSPI driver > am335x evm: Enable support for spi0 > omap4/5/am33xx: Make lowlevel_init available to all armv7 > platforms armv7: Make lowlevel_init.S's lowlevel_init do ABI > compatible stack davinci, c6x: Always use C version of reset code > > arch/arm/cpu/arm926ejs/davinci/Makefile | 4 +- > arch/arm/cpu/arm926ejs/davinci/psc.c | 5 + > arch/arm/cpu/arm926ejs/davinci/reset.S | 81 > ---------------- arch/arm/cpu/arm926ejs/davinci/reset.c > | 33 +++++++ arch/arm/cpu/armv7/Makefile > | 6 +- arch/arm/cpu/armv7/am33xx/board.c | 8 +- > arch/arm/cpu/armv7/am33xx/clock.c | 5 + > arch/arm/cpu/armv7/am33xx/ddr.c | 5 +- > arch/arm/cpu/armv7/lowlevel_init.S | 51 ++++++++++ > arch/arm/cpu/armv7/omap-common/lowlevel_init.S | 18 ---- > arch/arm/include/asm/arch-am33xx/cpu.h | 2 + > arch/arm/include/asm/arch-am33xx/hardware.h | 3 +- > arch/arm/include/asm/arch-am33xx/mmc_host_def.h | 3 +- > arch/arm/include/asm/arch-am33xx/omap.h | 1 - > arch/arm/include/asm/arch-am33xx/sys_proto.h | 1 + > .../arm/include/asm/arch-davinci/da8xx-usb.h | 7 +- > arch/arm/include/asm/arch-davinci/hardware.h | 1 + > arch/arm/include/asm/arch-omap4/omap.h | 1 - > arch/arm/include/asm/arch-omap5/omap.h | 2 - > arch/arm/include/asm/omap_common.h | 2 +- > board/davinci/da8xxevm/hawkboard.c | 41 ++++++++ > board/enbw/enbw_cmc/enbw_cmc.c | 102 > +++++++++++++------- > board/ti/am335x/mux.c | 73 > +++++++++++++- drivers/mtd/nand/omap_gpmc.c > | 1 + drivers/spi/omap3_spi.c | 16 > +++ drivers/spi/omap3_spi.h | 5 + > drivers/usb/host/Makefile | 1 + > drivers/usb/host/ohci-da8xx.c | 48 +++++++++ > drivers/usb/musb/da8xx.c | 3 +- > include/configs/am335x_evm.h | 13 ++- > include/configs/hawkboard.h | 14 ++- > include/configs/omap4_common.h | 7 +- > include/configs/omap5_evm.h | 7 +- 33 files > changed, 404 insertions(+), 166 deletions(-) delete mode 100644 > arch/arm/cpu/arm926ejs/davinci/reset.S create mode 100644 > arch/arm/cpu/arm926ejs/davinci/reset.c create mode 100644 > arch/arm/cpu/armv7/lowlevel_init.S rename drivers/usb/musb/da8xx.h => > arch/arm/include/asm/arch-davinci/da8xx-usb.h (96%) create mode > 100644 drivers/usb/host/ohci-da8xx.c > Applied to u-boot-arm/master, thanks! Amicalement, -- Albert. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot