
Tom,
this is the pull request after you have already merged part of u-boot-imx.
The following changes since commit 75b464b721408cd8b26ba92a249f0726f37c7249: John Rigby (1): Add support for KARO TX25 board
are available in the git repository at:
git://git.denx.de/u-boot-imx master
Heiko Schocher (2): arm, mx27: add support for SDHC1 pin init arm, i.mx27: add support for magnesium board from projectiondesign
Stefano Babic (1): MX51: removed warnings for the mx51evk
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 1 + board/freescale/mx51evk/mx51evk.c | 11 +-- board/logicpd/imx27lite/imx27lite.c | 18 +++- cpu/arm926ejs/mx27/generic.c | 17 +++ cpu/arm_cortexa8/mx51/clock.c | 3 +- cpu/arm_cortexa8/mx51/iomux.c | 1 + cpu/arm_cortexa8/mx51/lowlevel_init.S | 1 - cpu/arm_cortexa8/mx51/soc.c | 7 +- cpu/arm_cortexa8/mx51/speed.c | 1 + include/asm-arm/arch-mx27/imx-regs.h | 1 + include/asm-arm/arch-mx51/clock.h | 16 ++- include/asm-arm/arch-mx51/imx-regs.h | 21 --- include/asm-arm/arch-mx51/sys_proto.h | 30 ++++ include/configs/imx27lite-common.h | 237 +++++++++++++++++++++++++++++++++ include/configs/imx27lite.h | 200 +--------------------------- include/configs/magnesium.h | 71 ++++++++++ 18 files changed, 408 insertions(+), 233 deletions(-) create mode 100644 include/asm-arm/arch-mx51/sys_proto.h create mode 100644 include/configs/imx27lite-common.h create mode 100644 include/configs/magnesium.h
Thanks, Stefano