From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rigby Date: Wed, 27 Aug 2008 16:20:52 -0600 Subject: [U-Boot] [U-boot-Users][GIT PULL] Please pull mpc5xxx tree Message-ID: <48B5D344.9040000@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, The following changes since commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e: Kumar Gala (1): FSL DDR: Remove old SPD support from cpu/mpc86xx are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master Heiko Schocher (1): mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN. MAINTAINERS | 1 + Makefile | 3 + board/mucmc52/Makefile | 53 ++++++ board/mucmc52/config.mk | 45 +++++ board/mucmc52/mucmc52.c | 400 +++++++++++++++++++++++++++++++++++++++++++++ cpu/mpc5xxx/fec.c | 6 +- include/configs/mucmc52.h | 376 ++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 882 insertions(+), 2 deletions(-) create mode 100644 board/mucmc52/Makefile create mode 100644 board/mucmc52/config.mk create mode 100644 board/mucmc52/mucmc52.c create mode 100644 include/configs/mucmc52.h