From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Sun, 18 Apr 2010 06:45:08 -0500 Subject: [U-Boot] [GIT PULL] Pull request: u-boot-imx In-Reply-To: <4BBB0121.1040706@denx.de> References: <4BBB0121.1040706@denx.de> Message-ID: <4BCAF0C4.5020503@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefano Babic wrote: > Hi Tom, > > in the pull request there are also two patches by Heiko that were > already included in the late pull, but they generated warnings and are > not yet in mainline. > The patch to remove these warnings was already merged by Wolfgang and it > is in mainline. > > > The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: > Wolfgang Denk (1): > Merge branch 'next' > > are available in the git repository at: > > git.denx.de/u-boot-imx.git master > > Fabio Estevam (1): > MX51EVK: Remove CPLD related code > > Heiko Schocher (2): > arm, mx27: add support for SDHC1 pin init > arm, i.mx27: add support for magnesium board from projectiondesign > > Stefano Babic (1): > Moved board specific values in config file > > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 1 + > board/freescale/mx51evk/mx51evk.c | 67 --------- > board/freescale/mx51evk/mx51evk.h | 1 - > board/logicpd/imx27lite/imx27lite.c | 18 +++- > cpu/arm926ejs/mx27/generic.c | 17 +++ > cpu/arm_cortexa8/mx51/lowlevel_init.S | 5 +- > include/asm-arm/arch-mx27/imx-regs.h | 1 + > include/configs/imx27lite-common.h | 237 > +++++++++++++++++++++++++++++++++ > include/configs/imx27lite.h | 200 +--------------------------- > include/configs/magnesium.h | 71 ++++++++++ > include/configs/mx51evk.h | 3 + > 13 files changed, 360 insertions(+), 266 deletions(-) > create mode 100644 include/configs/imx27lite-common.h > create mode 100644 include/configs/magnesium.h > Applied to arm/master. Thanks Tom