From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 05 Mar 2010 18:24:46 +0100 Subject: [U-Boot] [GIT PULL] Pull request: u-boot-imx In-Reply-To: <4B911B0F.9020002@denx.de> References: <4B8D5CCC.6010401@denx.de> <4B8FD9EC.5030405@windriver.com> <4B911B0F.9020002@denx.de> Message-ID: <4B913E5E.6070107@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================