From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Fri, 7 May 2010 19:23:08 -0500 Subject: [U-Boot] [GIT PULL] please pull u-boot-mpc83xx.git Message-ID: <20100507192308.8bdee043.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk, Please pull usb and UPMA support for the mvBLM7 and SIMPC8313, respectively: The following changes since commit 767fdc4af684770f5e97a6c5e19a8ac2616b8329: drivers/*/Makefile: fix conditional compile rule. (2010-05-06 00:41:08 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Andre Schwarz (1): mpc83xx/mvBLM7: add usb commands and cleanup. Ron Madrid (1): mpc83xx: Add UPMA configuration to SIMPC8313 arch/powerpc/include/asm/fsl_lbc.h | 1 + board/matrix_vision/mvblm7/Makefile | 1 + .../mvblm7/{mvblm7_autoscript => bootscript} | 0 board/sheldon/simpc8313/simpc8313.c | 35 ++++++++++++++++++++ include/configs/MVBLM7.h | 6 +++ include/configs/SIMPC8313.h | 11 ++++++ 6 files changed, 54 insertions(+), 0 deletions(-) rename board/matrix_vision/mvblm7/{mvblm7_autoscript => bootscript} (100%) Thanks, Kim