
On Thu, Jan 16, 2014 at 10:47:18AM +0100, Albert ARIBAUD wrote:
Hello Tom,
This is an update which replaces the previous PR which had only imx stuff.
The following changes since commit 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c:
arm: use canonical sub mnemonic (2014-01-14 12:38:47 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928:
arm: koelsch: Add support QSPI device and enable boot from SPI flash (2014-01-16 08:07:20 +0900)
Albert ARIBAUD (1): Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Fabio Estevam (2): mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock() mx6: Add initial support for the Hummingboard solo
Nobuhiro Iwamatsu (6): arm: koelsch: Disable TMU0 before OS boot arm: lager: Disable TMU0 before OS boot arm: rmobile: Add SH QSPI base register address spi: sh_qspi: Add header file that defines the address of registers arm: lager: Add support QSPI device and enable boot from SPI flash arm: koelsch: Add support QSPI device and enable boot from SPI flash
arch/arm/cpu/armv7/mx6/clock.c | 8 +- arch/arm/include/asm/arch-mx6/clock.h | 9 +- arch/arm/include/asm/arch-mx6/imx-regs.h | 4 + arch/arm/include/asm/arch-rmobile/r8a7790.h | 1 + arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 + board/freescale/mx6slevk/mx6slevk.c | 2 +- board/renesas/koelsch/koelsch.c | 6 + board/renesas/lager/lager.c | 6 + board/solidrun/hummingboard/Makefile | 9 + board/solidrun/hummingboard/README | 40 ++++ board/solidrun/hummingboard/hummingboard.c | 187 +++++++++++++++++ board/solidrun/hummingboard/solo.cfg | 25 +++ board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg | 74 +++++++ board/solidrun/mx6-microsom/clocks.cfg | 33 +++ .../mx6-microsom/ddr-800mhz-32bit-setup.cfg | 76 +++++++ boards.cfg | 1 + drivers/spi/sh_qspi.c | 3 +- include/configs/hummingboard.h | 226 +++++++++++++++++++++ include/configs/koelsch.h | 32 ++- include/configs/lager.h | 33 ++- 20 files changed, 764 insertions(+), 12 deletions(-) create mode 100644 board/solidrun/hummingboard/Makefile create mode 100644 board/solidrun/hummingboard/README create mode 100644 board/solidrun/hummingboard/hummingboard.c create mode 100644 board/solidrun/hummingboard/solo.cfg create mode 100644 board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg create mode 100644 board/solidrun/mx6-microsom/clocks.cfg create mode 100644 board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg create mode 100644 include/configs/hummingboard.h
Applied to u-boot/master, thanks!